Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c190 case GL_R16I: return WA_SIGN | WA_16BIT; in gfx6_gather_workaround()
191 case GL_R16UI: return WA_16BIT; in gfx6_gather_workaround()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h173 WA_16BIT = 4, /* if we have a 16bit format needing wa */ enumerator
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c90 case PIPE_FORMAT_R16_SINT: return WA_SIGN | WA_16BIT; in gfx6_gather_workaround()
91 case PIPE_FORMAT_R16_UINT: return WA_16BIT; in gfx6_gather_workaround()