Searched refs:array_deref (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_tess_level.cpp226 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); local in function:lower_tess_level_visitor::handle_rvalue
227 if (array_deref == NULL)
235 this->lower_tess_level_array(array_deref->array);
238 void *mem_ctx = ralloc_parent(array_deref);
243 array_deref->array_index);
H A Dlower_distance.cpp369 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); local in function:lower_distance_visitor::handle_rvalue
370 if (array_deref == NULL)
378 this->lower_distance_vec8(array_deref->array);
383 this->create_indices(array_deref->array_index, array_index, swizzle_index);
384 void *mem_ctx = ralloc_parent(array_deref);
H A Dlower_buffer_access.cpp192 const ir_dereference_array *const array_deref = local in function:lower_buffer_access::lower_buffer_access::is_dereferenced_thing_row_major
195 ir = array_deref->array;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_tess_level.cpp226 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); local in function:lower_tess_level_visitor::handle_rvalue
227 if (array_deref == NULL)
235 this->lower_tess_level_array(array_deref->array);
238 void *mem_ctx = ralloc_parent(array_deref);
243 array_deref->array_index);
H A Dlower_distance.cpp369 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); local in function:lower_distance_visitor::handle_rvalue
370 if (array_deref == NULL)
378 this->lower_distance_vec8(array_deref->array);
383 this->create_indices(array_deref->array_index, array_index, swizzle_index);
384 void *mem_ctx = ralloc_parent(array_deref);
H A Dlower_buffer_access.cpp192 const ir_dereference_array *const array_deref = local in function:lower_buffer_access::lower_buffer_access::is_dereferenced_thing_row_major
195 ir = array_deref->array;
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2720 nir_deref_instr *array_deref = nir_instr_as_deref(intr->src[0].ssa->parent_instr); local in function:emit_store_output
2721 unsigned array_index = nir_src_as_uint(array_deref->arr.index);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst887 - nir/copy_prop_vars: don't get confused by array_deref of vectors

Completed in 23 milliseconds