Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h179 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c91 case PIPE_FORMAT_R8_SINT: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
92 case PIPE_FORMAT_R8_UINT: return WA_8BIT; in gfx6_gather_workaround()
987 int width = (wa & WA_8BIT) ? 8 : 16; in crocus_setup_binding_table()