Searched refs:glsl_without_array_or_matrix (Results 1 – 7 of 7) sorted by relevance
136 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()
613 glsl_without_array_or_matrix(var->type); in split_var_list_arrays()
64 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()
811 const glsl_type *glsl_without_array_or_matrix(const glsl_type *t);
3485 glsl_without_array_or_matrix(const glsl_type *t) in glsl_without_array_or_matrix() function
159 …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()
1861 const struct glsl_type *plain = glsl_without_array_or_matrix(type); in clamp_slot_type()