Home
last modified time | relevance | path

Searched refs:glsl_get_array_instance (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/
Dnir_types.h51 const struct glsl_type *glsl_get_array_instance(const struct glsl_type *type,
Dnir_types.cpp54 glsl_get_array_instance(const glsl_type *type, in glsl_get_array_instance() function
/external/mesa3d/src/compiler/nir/
Dnir_lower_samplers_as_deref.c87 tail->type = glsl_get_array_instance(tail->child->type, length); in remove_struct_derefs()
Dnir_lower_io_arrays_to_elements.c153 type = glsl_get_array_instance(type, in lower_array()