Searched refs:glsl_get_field_index (Results 1 – 4 of 4) sorted by relevance
103 int idx = glsl_get_field_index(*type, field); in get_deref()
169 glsl_get_struct_field(type_wa, glsl_get_field_index(type_wa, var->name)); in process_xfb_layout_qualifiers()2429 glsl_get_field_index(glsl_without_array(type), output_var->name)); in assign_initial_varying_locations()
265 int glsl_get_field_index(const struct glsl_type *type, const char *name);
1002 glsl_get_field_index(const struct glsl_type *type, const char *name) in glsl_get_field_index() function