HomeSort by relevance Sort by last modified time
    Searched defs:array_index (Results 1 - 12 of 12) sorted by null

  /art/runtime/
proxy_test.cc 73 jsize array_index = 0; local
75 soa.Env()->SetObjectArrayElement(proxyClassMethods, array_index++,
77 soa.Env()->SetObjectArrayElement(proxyClassMethods, array_index++,
79 soa.Env()->SetObjectArrayElement(proxyClassMethods, array_index++,
88 soa.Env()->SetObjectArrayElement(proxyClassMethods, array_index++,
93 CHECK_EQ(array_index, methods_count);
  /external/chromium_org/third_party/mesa/src/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...]
ir.h 1629 ir_rvalue *array_index; member in class:ir_dereference_array
    [all...]
  /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...]
ir.h 1629 ir_rvalue *array_index; member in class:ir_dereference_array
    [all...]
  /external/chromium_org/third_party/mesa/src/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/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 229 int array_index(const int (&a)[4], int n) { function
  /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...]
  /system/netd/server/
CommandListener.cpp 598 int array_index = 0; local
600 while (array_index < num_addrs) {
601 if (!inet_aton(argv[arg_index++], &(addrs[array_index++]))) {
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
program_manager_unittest.cc 613 GLint array_index = -1; local
616 kUniform2FakeLocation, &real_location, &array_index);
618 EXPECT_EQ(0, array_index);
622 array_index = -1;
624 kInvalidLocation, &real_location, &array_index);
627 EXPECT_EQ(-1, array_index);
630 loc, &real_location, &array_index);
633 EXPECT_EQ(2, array_index);
    [all...]
gles2_cmd_decoder.cc 5882 GLint array_index = -1; local
9137 GLint array_index = -1; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 7135 uint32_t array_index; local
    [all...]

Completed in 328 milliseconds