Searched refs:array_deref (Results 1 – 6 of 6) 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()
290 const ArrayDeref& array_deref) in emit_load_from_array() argument294 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()
55 bool emit_load_from_array(nir_intrinsic_instr* instr, const ArrayDeref& array_deref);
887 - nir/copy_prop_vars: don't get confused by array_deref of vectors