Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT; in gfx6_gather_workaround()
189 case GL_R8UI: return WA_8BIT; in gfx6_gather_workaround()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h172 WA_8BIT = 2, /* if we have an 8bit format needing wa */ enumerator
Dbrw_fs_visitor.cpp71 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gfx6_gather_wa()
Dbrw_vec4_visitor.cpp1030 int width = (wa & WA_8BIT) ? 8 : 16; in emit_gfx6_gather_wa()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c88 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()