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

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

Completed in 135 milliseconds