Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c179 case GL_R16I: return WA_SIGN | WA_16BIT; in gen6_gather_workaround()
180 case GL_R16UI: return WA_16BIT; in gen6_gather_workaround()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h178 WA_16BIT = 4, /* if we have a 16bit format needing wa */ enumerator