Searched refs:glsl_varying_count (Results 1 – 4 of 4) sorted by relevance
102 unsigned glsl_varying_count(const struct glsl_type *type);
188 glsl_varying_count(const struct glsl_type *type) in glsl_varying_count() function
208 num_varyings += glsl_varying_count(var->type); in nir_gather_xfb_info_with_varyings()
323 - nir_types: add glsl_varying_count helper