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

/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/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/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp253 int array_index(const int (&a)[4], int n) { function
/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/v8/src/
H A Dhydrogen.cc7135 uint32_t array_index; local
7137 !Handle<String>::cast(constant)->AsArrayIndex(&array_index)) {

Completed in 1835 milliseconds