Searched refs:BRW_ATTRIB_WA_SIGN (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c68 if (wa_flags & BRW_ATTRIB_WA_SIGN) {
83 if (wa_flags & BRW_ATTRIB_WA_SIGN) {
114 val = (wa_flags & BRW_ATTRIB_WA_SIGN) ? nir_i2f32(b, val)
H A Dbrw_compiler.h257 #define BRW_ATTRIB_WA_SIGN 32 /* interpret as signed in shader */ macro
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c75 if (wa_flags & BRW_ATTRIB_WA_SIGN) {
90 if (wa_flags & BRW_ATTRIB_WA_SIGN) {
121 val = (wa_flags & BRW_ATTRIB_WA_SIGN) ? nir_i2f32(b, val)
H A Dbrw_compiler.h213 #define BRW_ATTRIB_WA_SIGN 32 /* interpret as signed in shader */ macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c319 wa_flags |= BRW_ATTRIB_WA_SIGN;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c314 wa_flags |= BRW_ATTRIB_WA_SIGN;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c3702 wa_flags = BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_SCALE;
3708 wa_flags = BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_NORMALIZE;
3711 wa_flags = BRW_ATTRIB_WA_SIGN;
3717 wa_flags = BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_SCALE | BRW_ATTRIB_WA_BGRA;
3723 wa_flags = BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_NORMALIZE | BRW_ATTRIB_WA_BGRA;
3726 wa_flags = BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_BGRA;

Completed in 21 milliseconds