Searched refs:vec4s (Results 1 – 5 of 5) sorted by relevance
3 …float4 clip0 : SV_ClipDistance0; // multiple semantic IDs, two vec4s (no extra pac…
23 // 15 varyings because in the worst case scenario, they are all vec4s (15 * 4 = 60). If we hit
56 unsigned vec4s[VARYING_SLOT_TESS_MAX] = { 0, }; in nir_setup_outputs() local67 vec4s[loc] = MAX2(vec4s[loc], var_vec4s); in nir_setup_outputs()73 fs_reg reg = bld.vgrf(BRW_REGISTER_TYPE_F, 4 * vec4s[loc]); in nir_setup_outputs()74 for (unsigned i = 0; i < vec4s[loc]; i++) { in nir_setup_outputs()