Searched refs:swz_y (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.h | 48 rc_swizzle swz_x, rc_swizzle swz_y,
|
D | radeon_compiler_util.c | 77 rc_swizzle swz_x, rc_swizzle swz_y, rc_swizzle swz_z, rc_swizzle swz_w) in combine_swizzles4() argument 82 ret |= get_swz(src, swz_y) << 3; in combine_swizzles4()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 909 unsigned swz_x, unsigned swz_y, unsigned swz_z, unsigned swz_w) in src_da16() argument 933 err |= src_swizzle(file, BRW_SWIZZLE4(swz_x, swz_y, swz_z, swz_w)); in src_da16()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 504 (i32 imm:$swz_x), (i32 imm:$swz_y), (i32 imm:$swz_z), (i32 imm:$swz_w)), 506 imm:$swz_x, imm:$swz_y, imm:$swz_z, imm:$swz_w, cf_inst, 0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 470 (i32 imm:$swz_x), (i32 imm:$swz_y), (i32 imm:$swz_z), (i32 imm:$swz_w)), 472 imm:$swz_x, imm:$swz_y, imm:$swz_z, imm:$swz_w, cf_inst, 0)
|