Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_split_64bit_vec3_and_vec4.c136 glsl_without_array_or_matrix(old_var->type)); in get_var_pair()
172 glsl_without_array_or_matrix(old_var->type)); in split_load_deref()
H A Dnir_split_vars.c613 glsl_without_array_or_matrix(var->type); in split_var_list_arrays()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c64 if (glsl_type_is_integer(glsl_without_array_or_matrix(var->type)) || in get_interpolation()
65 glsl_type_is_64bit(glsl_without_array_or_matrix(var->type))) in get_interpolation()
/aosp_15_r20/external/mesa3d/src/compiler/
H A Dglsl_types.h811 const glsl_type *glsl_without_array_or_matrix(const glsl_type *t);
H A Dglsl_types.c3485 glsl_without_array_or_matrix(const glsl_type *t) in glsl_without_array_or_matrix() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c159 …e_type(nir_get_nir_type_for_glsl_base_type(glsl_get_base_type(glsl_without_array_or_matrix(type)))… in get_nir_alu_type()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1861 const struct glsl_type *plain = glsl_without_array_or_matrix(type); in clamp_slot_type()