HomeSort by relevance Sort by last modified time
    Searched full:array_index (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/v8/src/interpreter/
constant-array-builder.cc 100 int array_index = 0; local
102 if (array_index == fixed_array->length()) {
105 DCHECK(array_index == 0 ||
106 base::bits::IsPowerOfTwo32(static_cast<uint32_t>(array_index)));
109 fixed_array->set(array_index++, *slice->At(slice->start_index() + i));
113 std::min(static_cast<size_t>(fixed_array->length() - array_index),
116 fixed_array->set(array_index++, *isolate_->factory()->the_hole_value());
119 DCHECK_EQ(array_index, fixed_array->length());
  /external/mesa3d/src/glsl/
lower_clip_distance.cpp 120 * \param array_index Selects one of the vec4's in gl_ClipDistanceMESA
122 * array_index.
126 ir_rvalue *&array_index,
146 array_index = new(ctx) ir_constant(const_val / 4);
161 array_index = new(ctx) ir_expression(
192 ir_rvalue *array_index; local
194 this->create_indices(ir->array_index, array_index, swizzle_index);
197 this->new_clip_distance_var, array_index);
198 ir->array_index = swizzle_index
    [all...]
lower_vec_index_to_cond_assign.cpp 85 assert(orig_deref->array_index->type->base_type == GLSL_TYPE_INT);
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
183 assert(orig_deref->array_index->type->base_type == GLSL_TYPE_INT);
192 assign = new(ir) ir_assignment(deref, orig_deref->array_index, NULL);
lower_vec_index_to_swizzle.cpp 73 assert(deref->array_index->type->base_type == GLSL_TYPE_INT);
74 ir_constant = deref->array_index->constant_expression_value();
lower_variable_index_to_cond_assign.cpp 170 && (ir->array_index->as_constant() == NULL)) {
382 if (deref == NULL || deref->array_index->as_constant()
428 new(mem_ctx) ir_variable(orig_deref->array_index->type,
434 new(mem_ctx) ir_assignment(lhs, orig_deref->array_index, NULL);
437 orig_deref->array_index = lhs->clone(mem_ctx, NULL);
lower_ubo_reference.cpp 119 ir_constant *const_index = deref_array->array_index->as_constant();
124 mul(deref_array->array_index,
opt_array_splitting.cpp 185 if (entry && !ir->array_index->as_constant())
295 ir_constant *constant = deref_array->array_index->as_constant();
ir_rvalue_visitor.cpp 93 handle_rvalue(&ir->array_index);
ir_set_program_inouts.cpp 128 ir_constant *index = ir->array_index->as_constant();
ir.cpp 1201 ir_rvalue *array_index)
1204 this->array_index = array_index;
1210 ir_rvalue *array_index)
1215 this->array_index = array_index;
    [all...]
opt_dead_code_local.cpp 130 ir->array_index->accept(visitor);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 58 int32_t array_index) {
61 data, offset_to_index_sub_table_array, array_index));
147 int32_t offset_to_index_sub_table_array, int32_t array_index) {
150 array_index * EblcTable::Offset::kIndexSubTableEntryLength;
index_sub_table.h 88 int32_t array_index);
146 int32_t array_index);
  /art/runtime/
proxy_test.cc 61 jsize array_index = 0; local
67 proxyClassMethods, array_index++, soa.AddLocalReference<jobject>(
72 proxyClassMethods, array_index++, soa.AddLocalReference<jobject>(
78 proxyClassMethods, array_index++, soa.AddLocalReference<jobject>(
84 proxyClassMethods, array_index++, soa.AddLocalReference<jobject>(
88 CHECK_EQ(array_index, methods_count);
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 159 unsigned *array_index,
229 _mesa_uniform_split_location_offset(location, loc, array_index);
244 /* If the uniform is an array, check that array_index is in bounds.
245 * If not an array, check that array_index is zero.
246 * array_index is unsigned so no need to check for less than zero.
251 if (*array_index >= limit) {
466 * \param array_index If \c uni is an array, this is the element of
472 unsigned array_index,
493 (uint8_t *) (&uni->storage[array_index * (components * vectors)].i);
498 __func__, dst, array_index, components
    [all...]
uniforms.h 218 unsigned array_index,
  /external/v8/src/ast/
ast.cc 519 int array_index = 0; local
520 for (; array_index < constants_length; array_index++) {
521 Expression* element = values()->at(array_index);
544 JSObject::AddDataElement(array, array_index, boilerplate_value, NONE)
553 if (is_simple && depth_acc == 1 && array_index > 0 &&
579 int array_index = 0; local
580 for (; array_index < values()->length(); array_index++) {
581 Expression* subexpr = values()->at(array_index);
    [all...]
  /external/libweave/src/
component_manager_impl.cc 668 int array_index = -1; local
684 if (!base::StringToInt(index_str, &array_index) || array_index < 0) {
711 if (value->GetType() == base::Value::TYPE_LIST && array_index < 0) {
717 if (value->GetType() == base::Value::TYPE_DICTIONARY && array_index >= 0) {
730 if (!component_array->Get(array_index, &component_value) ||
735 element.first.c_str(), array_index);
  /device/google/dragon/audio/hal/
array.h 86 #define ARRAY_INDEX(a, p) ((p) - (a)->element)
  /external/mesa3d/src/mesa/program/
sampler.cpp 71 ir_constant *index = ir->array_index->as_constant();
  /external/vulkan-validation-layers/
vk-layer-generate.py     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 97 LLVMValueRef array_index = LLVMBuildAdd(gallivm->builder, soa_index, local
100 return array_index;
173 LLVMValueRef array_index = emit_array_index(bld, reg, swizzle); local
174 LLVMValueRef ptr = LLVMBuildGEP(builder, bld->temps_array, &array_index,
194 LLVMValueRef array_index = emit_array_index(bld, reg, swizzle); local
195 LLVMValueRef ptr = LLVMBuildGEP(builder, bld->outputs_array, &array_index,
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 1541 int array_index = 0; local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 1569 int array_index = 0; local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 1533 int array_index = 0; local
    [all...]

Completed in 587 milliseconds

1 2 3