Home
last modified time | relevance | path

Searched refs:BRW_ATTRIB_WA_COMPONENT_MASK (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_attribute_workarounds.c63 if (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK) { in apply_attr_wa_block()
68 bool rescale = i < (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK); in apply_attr_wa_block()
Dbrw_compiler.h259 #define BRW_ATTRIB_WA_COMPONENT_MASK 7 /* mask for GL_FIXED scale channel count */ macro