Searched refs:BRW_SWZ_COMP_INPUT (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_gs_nir.cpp58 src.swizzle = BRW_SWZ_COMP_INPUT(nir_intrinsic_component(instr) / 2);
71 src.swizzle = BRW_SWZ_COMP_INPUT(nir_intrinsic_component(instr));
H A Dbrw_vec4_tes.cpp210 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
231 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
259 temp_as_src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
H A Dbrw_vec4_tcs.cpp186 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
214 BRW_SWZ_COMP_INPUT(first_component))));
H A Dbrw_reg.h97 #define BRW_SWZ_COMP_INPUT(comp) (BRW_SWIZZLE_XYZW >> ((comp)*2)) macro
H A Dbrw_vec4_nir.cpp427 src.swizzle = BRW_SWZ_COMP_INPUT(nir_intrinsic_component(instr));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_gs_nir.cpp56 src.swizzle = BRW_SWZ_COMP_INPUT(nir_intrinsic_component(instr));
H A Dbrw_vec4_tes.cpp187 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
205 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
H A Dbrw_vec4_tcs.cpp186 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
214 BRW_SWZ_COMP_INPUT(first_component))));
H A Dbrw_reg.h97 #define BRW_SWZ_COMP_INPUT(comp) (BRW_SWIZZLE_XYZW >> ((comp)*2)) macro
H A Dbrw_vec4_nir.cpp419 src.swizzle = BRW_SWZ_COMP_INPUT(nir_intrinsic_component(instr));

Completed in 17 milliseconds