Searched refs:array_deref (Results 1 – 5 of 5) sorted by relevance
226 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); in handle_rvalue() local227 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()
369 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); in handle_rvalue() local370 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()
192 const ir_dereference_array *const array_deref = in is_dereferenced_thing_row_major() local195 ir = array_deref->array; in is_dereferenced_thing_row_major()
2720 nir_deref_instr *array_deref = nir_instr_as_deref(intr->src[0].ssa->parent_instr); in emit_store_output() local2721 unsigned array_index = nir_src_as_uint(array_deref->arr.index); in emit_store_output()
887 - nir/copy_prop_vars: don't get confused by array_deref of vectors