Searched refs:WA_8BIT (Results 1 – 2 of 2) sorted by relevance
179 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
91 case PIPE_FORMAT_R8_SINT: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()92 case PIPE_FORMAT_R8_UINT: return WA_8BIT; in gfx6_gather_workaround()987 int width = (wa & WA_8BIT) ? 8 : 16; in crocus_setup_binding_table()