Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c100 glsl_without_array_or_matrix(var->type); in collect_varyings()
116 glsl_without_array_or_matrix(var->type); in collect_varyings()
/third_party/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
/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c575 glsl_without_array_or_matrix(var->type); in split_var_list_arrays()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1325 glsl_without_array_or_matrix(var->type); in agx_remap_varyings_fs()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1393 …SpvId base_type = get_glsl_basetype(ctx, glsl_get_base_type(glsl_without_array_or_matrix(out_type)… in emit_so_outputs()