Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c101 glsl_without_array_or_matrix(var->type); in collect_varyings()
117 glsl_without_array_or_matrix(var->type); in collect_varyings()
/third_party/mesa3d/src/compiler/nir/
Dnir_split_64bit_vec3_and_vec4.c138 glsl_without_array_or_matrix(old_var->type)); in get_var_pair()
173 glsl_without_array_or_matrix(old_var->type)); in split_load_deref()
Dnir_split_vars.c564 glsl_without_array_or_matrix(var->type); in split_var_list_arrays()
/third_party/mesa3d/src/compiler/
Dnir_types.h71 const struct glsl_type *glsl_without_array_or_matrix(const struct glsl_type *type);
Dnir_types.cpp61 glsl_without_array_or_matrix(const glsl_type *type) in glsl_without_array_or_matrix() function
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c64 if (glsl_type_is_integer(glsl_without_array_or_matrix(var->type))) in get_interpolation()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1567 glsl_without_array_or_matrix(var->type); in agx_remap_varyings_fs()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c747 const struct glsl_type *plain = glsl_without_array_or_matrix(type); in clamp_slot_type()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1559 out_type = glsl_without_array_or_matrix(out_type); in emit_so_outputs()