Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h180 WA_16BIT = 4, /* if we have a 16bit format needing wa */ enumerator
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c93 case PIPE_FORMAT_R16_SINT: return WA_SIGN | WA_16BIT; in gfx6_gather_workaround()
94 case PIPE_FORMAT_R16_UINT: return WA_16BIT; in gfx6_gather_workaround()