Searched defs:array_index (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_clip_distance.cpp120 * \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
125 create_indices(ir_rvalue *old_index, ir_rvalue *&array_index, ir_rvalue *&swizzle_index) argument
[all...]
H A Dir.cpp1201 ir_rvalue *array_index)
1204 this->array_index = array_index;
1210 ir_rvalue *array_index)
1215 this->array_index = array_index;
1200 ir_dereference_array(ir_rvalue *value, ir_rvalue *array_index) argument
1209 ir_dereference_array(ir_variable *var, ir_rvalue *array_index) argument
H A Dir.h1590 ir_dereference_array(ir_rvalue *value, ir_rvalue *array_index);
1592 ir_dereference_array(ir_variable *var, ir_rvalue *array_index);
1629 ir_rvalue *array_index; member in class:ir_dereference_array
/external/mesa3d/src/glsl/
H A Dlower_clip_distance.cpp120 * \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
125 create_indices(ir_rvalue *old_index, ir_rvalue *&array_index, ir_rvalue *&swizzle_index) argument
[all...]
H A Dir.cpp1201 ir_rvalue *array_index)
1204 this->array_index = array_index;
1210 ir_rvalue *array_index)
1215 this->array_index = array_index;
1200 ir_dereference_array(ir_rvalue *value, ir_rvalue *array_index) argument
1209 ir_dereference_array(ir_variable *var, ir_rvalue *array_index) argument
H A Dir.h1590 ir_dereference_array(ir_rvalue *value, ir_rvalue *array_index);
1592 ir_dereference_array(ir_variable *var, ir_rvalue *array_index);
1629 ir_rvalue *array_index; member in class:ir_dereference_array
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc58 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;
56 CreateIndexSubTable(ReadableFontData* data, int32_t offset_to_index_sub_table_array, int32_t array_index) argument
146 CreateBuilder(ReadableFontData* data, int32_t offset_to_index_sub_table_array, int32_t array_index) argument
/external/chromium/net/disk_cache/
H A Dbitmap.cc119 void Bitmap::SetMapElement(int array_index, uint32 value) { argument
120 DCHECK_LT(array_index, array_size_);
121 DCHECK_GE(array_index, 0);
122 map_[array_index] = value;
125 uint32 Bitmap::GetMapElement(int array_index) const {
126 DCHECK_LT(array_index, array_size_);
127 DCHECK_GE(array_index, 0);
128 return map_[array_index];
/external/chromium_org/net/disk_cache/
H A Dbitmap.cc119 void Bitmap::SetMapElement(int array_index, uint32 value) { argument
120 DCHECK_LT(array_index, array_size_);
121 DCHECK_GE(array_index, 0);
122 map_[array_index] = value;
125 uint32 Bitmap::GetMapElement(int array_index) const {
126 DCHECK_LT(array_index, array_size_);
127 DCHECK_GE(array_index, 0);
128 return map_[array_index];
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp229 int array_index(const int (&a)[4], int n) { function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniform_query.cpp159 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, component
155 validate_uniform_parameters(struct gl_context *ctx, struct gl_shader_program *shProg, GLint location, GLsizei count, unsigned *loc, unsigned *array_index, const char *caller, bool negative_one_is_not_valid) argument
471 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, unsigned array_index, unsigned count) argument
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-gdef.c654 HB_UShort glyph_index, array_index, count; local
670 array_index = index;
678 array_index = index + 1;
682 byte = ngc[array_index][glyph_index / 4];
989 HB_UShort array_index, glyph_index, count; local
1036 array_index = index;
1044 array_index = index + 1;
1048 byte = ngc[array_index][glyph_index / 4];
1059 ngc[array_index][glyph_index / 4] &= mask;
1060 ngc[array_index][glyph_inde
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gdef.c654 HB_UShort glyph_index, array_index, count; local
670 array_index = index;
678 array_index = index + 1;
682 byte = ngc[array_index][glyph_index / 4];
989 HB_UShort array_index, glyph_index, count; local
1036 array_index = index;
1044 array_index = index + 1;
1048 byte = ngc[array_index][glyph_index / 4];
1059 ngc[array_index][glyph_index / 4] &= mask;
1060 ngc[array_index][glyph_inde
[all...]
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp159 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, component
155 validate_uniform_parameters(struct gl_context *ctx, struct gl_shader_program *shProg, GLint location, GLsizei count, unsigned *loc, unsigned *array_index, const char *caller, bool negative_one_is_not_valid) argument
471 _mesa_propagate_uniforms_to_driver_storage(struct gl_uniform_storage *uni, unsigned array_index, unsigned count) argument
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager_unittest.cc510 GLint array_index = -1; local
513 kUniform2FakeLocation, &real_location, &array_index);
515 EXPECT_EQ(0, array_index);
519 array_index = -1;
521 kInvalidLocation, &real_location, &array_index);
524 EXPECT_EQ(-1, array_index);
527 loc, &real_location, &array_index);
530 EXPECT_EQ(2, array_index);
H A Dgles2_cmd_decoder.cc5403 GLint array_index = -1; local
5406 fake_location, real_location, &array_index);
5430 *count = std::min(info->size - array_index, *count);
8621 GLint array_index = -1; local
8624 fake_location, real_location, &array_index);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c97 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,
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c97 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,
/external/qemu/block/
H A Dvvfat.c194 static int array_index(array_t* array, void* pointer) function
1673 first_mapping_index = array_index(&(s->mapping), mapping);
2079 int index = array_index(&(s->mapping), mapping);
2095 int i1 = array_index(&(s->mapping), mapping);
2107 array_index(&(s->mapping), mapping) :
2201 array_index(&(s->mapping), mapping));
2324 first_mapping = array_index(&(s->mapping), mapping);
/external/v8/src/
H A Dobjects.h6690 uint32_t array_index() { function in class:v8::internal::StringHasher

Completed in 735 milliseconds