Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h178 WA_SIGN = 1, /* whether we need to sign extend */ 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()
93 case PIPE_FORMAT_R16_SINT: return WA_SIGN | WA_16BIT; in gfx6_gather_workaround()
991 if (wa & WA_SIGN) { in crocus_setup_binding_table()