Home
last modified time | relevance | path

Searched refs:glsl_get_field_index (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_xfb_varying.c103 int idx = glsl_get_field_index(*type, field); in get_deref()
Dgl_nir_link_varyings.c169 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()
/third_party/mesa3d/src/compiler/
Dnir_types.h265 int glsl_get_field_index(const struct glsl_type *type, const char *name);
Dnir_types.cpp1002 glsl_get_field_index(const struct glsl_type *type, const char *name) in glsl_get_field_index() function