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