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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c79 if (wa_flags & BRW_ATTRIB_WA_NORMALIZE) {
H A Dbrw_compiler.h255 #define BRW_ATTRIB_WA_NORMALIZE 8 /* normalize in shader */ macro
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c86 if (wa_flags & BRW_ATTRIB_WA_NORMALIZE) {
H A Dbrw_compiler.h211 #define BRW_ATTRIB_WA_NORMALIZE 8 /* normalize in shader */ macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c327 wa_flags |= BRW_ATTRIB_WA_NORMALIZE;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c322 wa_flags |= BRW_ATTRIB_WA_NORMALIZE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c3705 wa_flags = BRW_ATTRIB_WA_NORMALIZE;
3708 wa_flags = BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_NORMALIZE;
3720 wa_flags = BRW_ATTRIB_WA_NORMALIZE | BRW_ATTRIB_WA_BGRA;
3723 wa_flags = BRW_ATTRIB_WA_SIGN | BRW_ATTRIB_WA_NORMALIZE | BRW_ATTRIB_WA_BGRA;

Completed in 23 milliseconds