Searched refs:BRW_SWZ_COMP_OUTPUT (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.cpp328 swiz = BRW_SWZ_COMP_OUTPUT(first_component);
H A Dbrw_reg.h98 #define BRW_SWZ_COMP_OUTPUT(comp) (BRW_SWIZZLE_XYZW << ((comp)*2)) macro
H A Dbrw_vec4_visitor.cpp1285 src.swizzle = BRW_SWZ_COMP_OUTPUT(component);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.cpp302 swiz = BRW_SWZ_COMP_OUTPUT(first_component);
H A Dbrw_reg.h98 #define BRW_SWZ_COMP_OUTPUT(comp) (BRW_SWIZZLE_XYZW << ((comp)*2)) macro
H A Dbrw_vec4_visitor.cpp1190 src.swizzle = BRW_SWZ_COMP_OUTPUT(component);

Completed in 13 milliseconds