Home
last modified time | relevance | path

Searched refs:glsl_varying_count (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/
Dnir_types.h107 unsigned glsl_varying_count(const struct glsl_type *type);
Dnir_types.cpp213 glsl_varying_count(const struct glsl_type *type) in glsl_varying_count() function
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_xfb_info.c209 num_varyings += glsl_varying_count(var->type); in nir_gather_xfb_info_with_varyings()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c148 *num_xfb_decls += glsl_varying_count(var->type); in process_xfb_layout_qualifiers()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst323 - nir_types: add glsl_varying_count helper