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.cpp796 case BRW_SWIZZLE_XYXY: in generate_quad_swizzle()
1437 src0.swizzle = BRW_SWIZZLE_XYXY; in generate_ddy()
Dbrw_vec4_nir.cpp2198 swizzle(byte_offset(src, REG_SIZE), BRW_SWIZZLE_XYXY)); in shuffle_64bit_data()
Dbrw_vec4.cpp2433 case BRW_SWIZZLE_XYXY: in is_gfx7_supported_64bit_swizzle()
Dbrw_fs.cpp386 case BRW_SWIZZLE_XYXY: in has_source_and_destination_hazard()
7584 swiz == BRW_SWIZZLE_XYXY || swiz == BRW_SWIZZLE_ZWZW ? 4 : in get_lowered_simd_width()
8032 BRW_SWIZZLE_XYXY, BRW_SWIZZLE_ZWZW); in lower_derivatives()