Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dnir_types.h71 const struct glsl_type *glsl_without_array_or_matrix(const struct glsl_type *type);
Dnir_types.cpp60 glsl_without_array_or_matrix(const glsl_type *type) in glsl_without_array_or_matrix() function
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c165 const struct glsl_type *column = glsl_without_array_or_matrix(type); in pan_format_from_glsl()
/external/mesa3d/src/compiler/nir/
Dnir_split_vars.c575 glsl_without_array_or_matrix(var->type); in split_var_list_arrays()