Searched refs:glsl_get_components (Results 1 – 7 of 7) sorted by relevance
66 unsigned glsl_get_components(const struct glsl_type *type);
97 glsl_get_components(const struct glsl_type *type) in glsl_get_components() function
1236 num_components += glsl_get_components(var->type); in ntq_setup_inputs()1297 int var_components = glsl_get_components(var->type); in ntq_setup_inputs()
454 glsl_get_components(glsl_without_array(var->type)); in print_var_decl()
2273 nir_ssa_dest_init(instr, dest, glsl_get_components(type), in nir_ssa_dest_init_for_type()
2904 unsigned ncomp = glsl_get_components(in->type); in setup_input()2996 unsigned ncomp = glsl_get_components(out->type); in setup_output()
2084 is_shadow && glsl_get_components(ret_type->type) == 1; in vtn_handle_texture()