Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_tess_level.cpp225 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); in handle_rvalue() local
226 if (array_deref == NULL) in handle_rvalue()
234 this->lower_tess_level_array(array_deref->array); in handle_rvalue()
237 void *mem_ctx = ralloc_parent(array_deref); in handle_rvalue()
242 array_deref->array_index); in handle_rvalue()
Dlower_distance.cpp367 ir_dereference_array *const array_deref = (*rv)->as_dereference_array(); in handle_rvalue() local
368 if (array_deref == NULL) in handle_rvalue()
376 this->lower_distance_vec8(array_deref->array); in handle_rvalue()
381 this->create_indices(array_deref->array_index, array_index, swizzle_index); in handle_rvalue()
382 void *mem_ctx = ralloc_parent(array_deref); in handle_rvalue()
Dlower_buffer_access.cpp242 const ir_dereference_array *const array_deref = in is_dereferenced_thing_row_major() local
245 ir = array_deref->array; in is_dereferenced_thing_row_major()