Home
last modified time | relevance | path

Searched refs:WA_8BIT (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c284 case GL_R8I: return WA_SIGN | WA_8BIT; in gen6_gather_workaround()
285 case GL_R8UI: return WA_8BIT; in gen6_gather_workaround()
Dbrw_compiler.h127 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
Dbrw_fs_visitor.cpp113 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gen6_gather_wa()
Dbrw_vec4_visitor.cpp1127 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gen6_gather_wa()