Searched refs:vec4s (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp52 unsigned vec4s[VARYING_SLOT_TESS_MAX] = { 0, }; local in function:fs_visitor::nir_setup_outputs
63 vec4s[loc] = MAX2(vec4s[loc], var_vec4s);
66 for (unsigned loc = 0; loc < ARRAY_SIZE(vec4s);) {
67 if (vec4s[loc] == 0) {
72 unsigned reg_size = vec4s[loc];
78 reg_size = MAX2(vec4s[i + loc] + i, reg_size);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp59 unsigned vec4s[VARYING_SLOT_TESS_MAX] = { 0, }; local in function:fs_visitor::nir_setup_outputs
70 vec4s[loc] = MAX2(vec4s[loc], var_vec4s);
73 for (unsigned loc = 0; loc < ARRAY_SIZE(vec4s);) {
74 if (vec4s[loc] == 0) {
79 unsigned reg_size = vec4s[loc];
85 assert(i + loc < ARRAY_SIZE(vec4s));
86 reg_size = MAX2(vec4s[i + loc] + i, reg_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst456 as opposed to padding to vec4s.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst487 as opposed to padding to vec4s. Requires ``PIPE_SHADER_CAP_INTEGERS`` if
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2770 - nir: Add a pass to lower vec3s to vec4s

Completed in 42 milliseconds