Searched refs:WA_SIGN (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c177 case GL_R8I: return WA_SIGN | WA_8BIT;
179 case GL_R16I: return WA_SIGN | WA_16BIT;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c188 case GL_R8I: return WA_SIGN | WA_8BIT;
190 case GL_R16I: return WA_SIGN | WA_16BIT;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compiler.h153 WA_SIGN = 1, /* whether we need to sign extend */ enumerator in enum:gen6_gather_sampler_wa
H A Dbrw_fs_visitor.cpp79 if (wa & WA_SIGN) {
H A Dbrw_vec4_visitor.cpp1133 if (wa & WA_SIGN) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compiler.h171 WA_SIGN = 1, /* whether we need to sign extend */ enumerator in enum:gfx6_gather_sampler_wa
H A Dbrw_fs_visitor.cpp79 if (wa & WA_SIGN) {
H A Dbrw_vec4_visitor.cpp1038 if (wa & WA_SIGN) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c88 case PIPE_FORMAT_R8_SINT: return WA_SIGN | WA_8BIT;
90 case PIPE_FORMAT_R16_SINT: return WA_SIGN | WA_16BIT;
986 if (wa & WA_SIGN) {

Completed in 21 milliseconds