Searched refs:glsl_varying_count (Results 1 – 5 of 5) sorted by relevance
107 unsigned glsl_varying_count(const struct glsl_type *type);
213 glsl_varying_count(const struct glsl_type *type) in glsl_varying_count() function
209 num_varyings += glsl_varying_count(var->type); in nir_gather_xfb_info_with_varyings()
148 *num_xfb_decls += glsl_varying_count(var->type); in process_xfb_layout_qualifiers()
323 - nir_types: add glsl_varying_count helper