Searched refs:BRW_SWIZZLE_XYZW (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_reg.h | 79 #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()
|
D | brw_vec4_copy_propagation.cpp | 114 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()
|
D | brw_vec4_cmod_propagation.cpp | 78 inst->src[0].swizzle != BRW_SWIZZLE_XYZW) || in opt_cmod_propagation_local()
|
D | brw_vec4_tcs.cpp | 320 unsigned swiz = BRW_SWIZZLE_XYZW; in nir_emit_intrinsic() 329 assert(swiz == BRW_SWIZZLE_XYZW); in nir_emit_intrinsic()
|
D | test_vec4_register_coalesce.cpp | 164 src.swizzle = BRW_SWIZZLE_XYZW; in TEST_F()
|
D | brw_fs_generator.cpp | 1102 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()
|
D | brw_vec4.cpp | 58 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()
|
D | brw_vec4_reg_allocate.cpp | 527 temp.swizzle = BRW_SWIZZLE_XYZW; in spill_reg()
|
D | brw_vec4_nir.cpp | 401 src.swizzle = BRW_SWIZZLE_XYZW; in nir_emit_intrinsic() 2271 if (src.swizzle != BRW_SWIZZLE_XYZW) { in shuffle_64bit_data()
|
D | brw_disasm.c | 888 } else if (swiz != BRW_SWIZZLE_XYZW) { in src_swizzle()
|
D | brw_vec4_generator.cpp | 50 assert(src.swizzle == BRW_SWIZZLE_XYZW); in check_gen6_math_src_arg()
|
D | brw_fs.cpp | 3069 BRW_SWIZZLE_XYZW, WRITEMASK_XYZW); in emit_repclear_shader()
|