Home
last modified time | relevance | path

Searched refs:array_deref (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_tess_level.cpp226 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); in handle_rvalue() local
227 if (array_deref == NULL) in handle_rvalue()
235 this->lower_tess_level_array(array_deref->array); in handle_rvalue()
238 void *mem_ctx = ralloc_parent(array_deref); in handle_rvalue()
243 array_deref->array_index); in handle_rvalue()
Dlower_distance.cpp369 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); in handle_rvalue() local
370 if (array_deref == NULL) in handle_rvalue()
378 this->lower_distance_vec8(array_deref->array); in handle_rvalue()
383 this->create_indices(array_deref->array_index, array_index, swizzle_index); in handle_rvalue()
384 void *mem_ctx = ralloc_parent(array_deref); in handle_rvalue()
Dlower_buffer_access.cpp192 const ir_dereference_array *const array_deref = in is_dereferenced_thing_row_major() local
195 ir = array_deref->array; in is_dereferenced_thing_row_major()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_geometry.cpp290 const ArrayDeref& array_deref) in emit_load_from_array() argument
294 auto literal_index = nir_src_as_const_value(*array_deref.index); in emit_load_from_array()
304 16 * array_deref.var->data.driver_location, in emit_load_from_array()
Dsfn_shader_geometry.h55 bool emit_load_from_array(nir_intrinsic_instr* instr, const ArrayDeref& array_deref);
/external/mesa3d/docs/relnotes/
D19.1.0.rst887 - nir/copy_prop_vars: don't get confused by array_deref of vectors