Searched refs:WA_16BIT (Results 1 – 3 of 3) sorted by relevance
190 case GL_R16I: return WA_SIGN | WA_16BIT; in gfx6_gather_workaround()191 case GL_R16UI: return WA_16BIT; in gfx6_gather_workaround()
173 WA_16BIT = 4, /* if we have a 16bit format needing wa */ enumerator
90 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()