/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_compiler_util.h | 21 rc_swizzle swz_x, rc_swizzle swz_y,
|
radeon_compiler_util.c | 77 rc_swizzle swz_x, rc_swizzle swz_y, rc_swizzle swz_z, rc_swizzle swz_w) 82 ret |= get_swz(src, swz_y) << 3;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_compiler_util.h | 21 rc_swizzle swz_x, rc_swizzle swz_y,
|
radeon_compiler_util.c | 77 rc_swizzle swz_x, rc_swizzle swz_y, rc_swizzle swz_z, rc_swizzle swz_w) 82 ret |= get_swz(src, swz_y) << 3;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_disasm.c | 675 GLuint swz_y, 700 swz_y == BRW_CHANNEL_Y && 706 else if (swz_x == swz_y && swz_x == swz_z && swz_x == swz_w) 715 err |= control (file, "channel select", chan_sel, swz_y, NULL); 727 GLuint swz_y = (inst->bits2.da3src.src0_swizzle >> 2) & 0x3; local 749 swz_y == BRW_CHANNEL_Y && 755 else if (swz_x == swz_y && swz_x == swz_z && swz_x == swz_w) 764 err |= control (file, "channel select", chan_sel, swz_y, NULL); 775 GLuint swz_y = (inst->bits2.da3src.src1_swizzle >> 2) & 0x3; local 801 swz_y == BRW_CHANNEL_Y & 828 GLuint swz_y = (inst->bits3.da3src.src2_swizzle >> 2) & 0x3; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_disasm.c | 675 GLuint swz_y, 700 swz_y == BRW_CHANNEL_Y && 706 else if (swz_x == swz_y && swz_x == swz_z && swz_x == swz_w) 715 err |= control (file, "channel select", chan_sel, swz_y, NULL); 727 GLuint swz_y = (inst->bits2.da3src.src0_swizzle >> 2) & 0x3; local 749 swz_y == BRW_CHANNEL_Y && 755 else if (swz_x == swz_y && swz_x == swz_z && swz_x == swz_w) 764 err |= control (file, "channel select", chan_sel, swz_y, NULL); 775 GLuint swz_y = (inst->bits2.da3src.src1_swizzle >> 2) & 0x3; local 801 swz_y == BRW_CHANNEL_Y & 828 GLuint swz_y = (inst->bits3.da3src.src2_swizzle >> 2) & 0x3; local [all...] |
/external/llvm/lib/Target/R600/ |
R600ISelLowering.cpp | 512 DAG.getConstant(1, MVT::i32), // SWZ_Y [all...] |
R600Instructions.td | 495 (i32 imm:$swz_x), (i32 imm:$swz_y), (i32 imm:$swz_z), (i32 imm:$swz_w)), 497 imm:$swz_x, imm:$swz_y, imm:$swz_z, imm:$swz_w, cf_inst, 0) [all...] |