Searched refs:swz_y (Results 1 - 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_compiler_util.h | 21 rc_swizzle swz_x, rc_swizzle swz_y,
|
H A D | 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; 76 combine_swizzles4(unsigned int src, rc_swizzle swz_x, rc_swizzle swz_y, rc_swizzle swz_z, rc_swizzle swz_w) argument
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | 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 666 src_da16(FILE *file, GLuint _reg_type, GLuint _reg_file, GLuint _vert_stride, GLuint _reg_nr, GLuint _subreg_nr, GLuint __abs, GLuint _negate, GLuint swz_x, GLuint swz_y, GLuint swz_z, GLuint swz_w) argument 828 GLuint swz_y = (inst->bits3.da3src.src2_swizzle >> 2) & 0x3; local [all...] |
Completed in 77 milliseconds