Home
last modified time | relevance | path

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

/third_party/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()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2720 nir_deref_instr *array_deref = nir_instr_as_deref(intr->src[0].ssa->parent_instr); in emit_store_output() local
2721 unsigned array_index = nir_src_as_uint(array_deref->arr.index); in emit_store_output()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst887 - nir/copy_prop_vars: don't get confused by array_deref of vectors