Searched refs:BRW_ATTRIB_WA_COMPONENT_MASK (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c56 if (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK) {
61 bool rescale = i < (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK);
H A Dbrw_compiler.h254 #define BRW_ATTRIB_WA_COMPONENT_MASK 7 /* mask for GL_FIXED scale channel count */ macro
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c63 if (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK) {
68 bool rescale = i < (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK);
H A Dbrw_compiler.h210 #define BRW_ATTRIB_WA_COMPONENT_MASK 7 /* mask for GL_FIXED scale channel count */ macro

Completed in 8 milliseconds