Searched refs:WA_8BIT (Results 1 – 4 of 4) sorted by relevance
276 case GL_R8I: return WA_SIGN | WA_8BIT; in gen6_gather_workaround()277 case GL_R8UI: return WA_8BIT; in gen6_gather_workaround()
139 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
69 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gen6_gather_wa()
1120 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gen6_gather_wa()