Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c177 case GL_R8I: return WA_SIGN | WA_8BIT; in gen6_gather_workaround()
179 case GL_R16I: return WA_SIGN | WA_16BIT; in gen6_gather_workaround()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h176 WA_SIGN = 1, /* whether we need to sign extend */ enumerator
Dbrw_fs_visitor.cpp79 if (wa & WA_SIGN) { in emit_gen6_gather_wa()
Dbrw_vec4_visitor.cpp1038 if (wa & WA_SIGN) { in emit_gen6_gather_wa()