Searched refs:vec4s (Results 1 – 9 of 9) 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
12 // - minimize the number of branches by sorting and computing the hue phase in parallel (vec4s)
56 unsigned vec4s[VARYING_SLOT_TESS_MAX] = { 0, }; in nir_setup_outputs() local67 vec4s[loc] = MAX2(vec4s[loc], var_vec4s); in nir_setup_outputs()70 for (unsigned loc = 0; loc < ARRAY_SIZE(vec4s);) { in nir_setup_outputs()71 if (vec4s[loc] == 0) { in nir_setup_outputs()76 unsigned reg_size = vec4s[loc]; in nir_setup_outputs()82 assert(i + loc < ARRAY_SIZE(vec4s)); in nir_setup_outputs()83 reg_size = MAX2(vec4s[i + loc] + i, reg_size); in nir_setup_outputs()
476 as opposed to padding to vec4s.
2770 - nir: Add a pass to lower vec3s to vec4s