Home
last modified time | relevance | path

Searched refs:BRW_SWIZZLE_XYXY (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_clip_util.c191 brw_swizzle(tmp, BRW_SWIZZLE_XYXY)); in brw_clip_interp_vertex()
195 negate(brw_swizzle(v0_ndc_copy, BRW_SWIZZLE_XYXY))); in brw_clip_interp_vertex()
Dbrw_reg.h84 #define BRW_SWIZZLE_XYXY BRW_SWIZZLE4(0,1,0,1) macro
506 BRW_SWIZZLE_XYXY, in brw_vec2_reg()
Dbrw_fs_generator.cpp758 case BRW_SWIZZLE_XYXY: in generate_quad_swizzle()
1337 src0.swizzle = BRW_SWIZZLE_XYXY; in generate_ddy()
Dbrw_fs.cpp373 case BRW_SWIZZLE_XYXY: in has_source_and_destination_hazard()
5075 swiz == BRW_SWIZZLE_XYXY || swiz == BRW_SWIZZLE_ZWZW ? 4 : in get_lowered_simd_width()
5523 BRW_SWIZZLE_XYXY, BRW_SWIZZLE_ZWZW); in lower_derivatives()
Dbrw_vec4.cpp2084 case BRW_SWIZZLE_XYXY: in is_gfx7_supported_64bit_swizzle()
Dbrw_vec4_nir.cpp2383 swizzle(byte_offset(src, REG_SIZE), BRW_SWIZZLE_XYXY)); in shuffle_64bit_data()