Home
last modified time | relevance | path

Searched refs:BRW_SWIZZLE_XYZW (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_reg.h79 #define BRW_SWIZZLE_XYZW BRW_SWIZZLE4(0,1,2,3) macro
97 #define BRW_SWZ_COMP_INPUT(comp) (BRW_SWIZZLE_XYZW >> ((comp)*2))
98 #define BRW_SWZ_COMP_OUTPUT(comp) (BRW_SWIZZLE_XYZW << ((comp)*2))
404 BRW_SWIZZLE_XYZW, in brw_vec16_reg()
421 BRW_SWIZZLE_XYZW, in brw_vec8_reg()
438 BRW_SWIZZLE_XYZW, in brw_vec4_reg()
799 BRW_SWIZZLE_XYZW, /* NOTE! */ in brw_ip_reg()
Dbrw_vec4_copy_propagation.cpp114 src.swizzle = BRW_SWIZZLE_XYZW; in get_copy_value()
375 value.swizzle != BRW_SWIZZLE_XYZW) && !inst->can_do_source_mods(devinfo)) in try_copy_propagate()
394 if (is_align1_opcode(inst->opcode) && composed_swizzle != BRW_SWIZZLE_XYZW) in try_copy_propagate()
Dbrw_vec4_cmod_propagation.cpp78 inst->src[0].swizzle != BRW_SWIZZLE_XYZW) || in opt_cmod_propagation_local()
Dbrw_vec4_tcs.cpp320 unsigned swiz = BRW_SWIZZLE_XYZW; in nir_emit_intrinsic()
329 assert(swiz == BRW_SWIZZLE_XYZW); in nir_emit_intrinsic()
Dtest_vec4_register_coalesce.cpp164 src.swizzle = BRW_SWIZZLE_XYZW; in TEST_F()
Dbrw_fs_generator.cpp1102 BRW_SWIZZLE_XYZW, WRITEMASK_XYZW); in generate_ddx()
1109 BRW_SWIZZLE_XYZW, WRITEMASK_XYZW); in generate_ddx()
1149 BRW_SWIZZLE_XYZW, WRITEMASK_XYZW); in generate_ddy()
1156 BRW_SWIZZLE_XYZW, WRITEMASK_XYZW); in generate_ddy()
Dbrw_vec4.cpp58 this->swizzle = BRW_SWIZZLE_XYZW; in src_reg()
1127 if (devinfo->gen == 6 && is_math() && swizzle != BRW_SWIZZLE_XYZW) in can_reswizzle()
1853 BRW_SWIZZLE_XYZW, in get_timestamp()
2375 case BRW_SWIZZLE_XYZW: in is_supported_64bit_region()
Dbrw_vec4_reg_allocate.cpp527 temp.swizzle = BRW_SWIZZLE_XYZW; in spill_reg()
Dbrw_vec4_nir.cpp401 src.swizzle = BRW_SWIZZLE_XYZW; in nir_emit_intrinsic()
2271 if (src.swizzle != BRW_SWIZZLE_XYZW) { in shuffle_64bit_data()
Dbrw_disasm.c888 } else if (swiz != BRW_SWIZZLE_XYZW) { in src_swizzle()
Dbrw_vec4_generator.cpp50 assert(src.swizzle == BRW_SWIZZLE_XYZW); in check_gen6_math_src_arg()
Dbrw_fs.cpp3069 BRW_SWIZZLE_XYZW, WRITEMASK_XYZW); in emit_repclear_shader()