Searched refs:WA_8BIT (Results 1 – 5 of 5) sorted by relevance
188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
71 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gfx6_gather_wa()
1030 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gfx6_gather_wa()
88 case PIPE_FORMAT_R8_SINT: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()89 case PIPE_FORMAT_R8_UINT: return WA_8BIT; in gfx6_gather_workaround()982 int width = (wa & WA_8BIT) ? 8 : 16; in crocus_setup_binding_table()