Searched refs:RC_SWIZZLE_Y (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h109 RC_SWIZZLE_Y, enumerator in enum:__anon952d6f910503
127 #define RC_SWIZZLE_XYZW RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W)
128 #define RC_SWIZZLE_XYZ0 RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ZERO)
129 #define RC_SWIZZLE_XYZ1 RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ONE)
130 #define RC_SWIZZLE_XYZZ RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_Z)
132 #define RC_SWIZZLE_YYYY RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_Y)
H A Dradeon_dataflow_swizzles.c172 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Y);
188 case RC_SWIZZLE_Y:
198 SET_SWZ(new_swizzle, 1, RC_SWIZZLE_Y);
203 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_Y);
213 case RC_SWIZZLE_Y:
217 case RC_SWIZZLE_Y:
260 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Y);
264 case RC_SWIZZLE_Y:
266 if (swz2 == RC_SWIZZLE_Y) {
294 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Y);
[all...]
H A Dradeon_compiler_util.c94 ret |= get_swz(src, GET_SWZ(swz, RC_SWIZZLE_Y)) << 3;
108 case RC_MASK_Y: return RC_SWIZZLE_Y;
340 } else if (swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y
H A Dradeon_program_alu.c184 return swizzle_smear(reg, RC_SWIZZLE_Y);
309 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_ONE, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ONE),
310 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_ONE, RC_SWIZZLE_Y, RC_SWIZZLE_ONE, RC_SWIZZLE_W));
634 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_W),
635 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_W));
637 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_W),
638 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_W),
1057 swizzle(srcreg(RC_FILE_CONSTANT, constants[1]), RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W));
H A Dradeon_program_pair.c200 if(swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y
H A Dradeon_program_print.c174 case RC_SWIZZLE_Y: return 'y';
H A Dradeon_dataflow.c71 if (swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y || swz == RC_SWIZZLE_Z) {
H A Dradeon_pair_schedule.c850 case RC_SWIZZLE_Y:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h109 RC_SWIZZLE_Y, enumerator in enum:__anon3d4856e40503
127 #define RC_SWIZZLE_XYZW RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W)
128 #define RC_SWIZZLE_XYZ0 RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ZERO)
129 #define RC_SWIZZLE_XYZ1 RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ONE)
130 #define RC_SWIZZLE_XYZZ RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_Z)
132 #define RC_SWIZZLE_YYYY RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_Y)
H A Dradeon_dataflow_swizzles.c172 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Y);
188 case RC_SWIZZLE_Y:
198 SET_SWZ(new_swizzle, 1, RC_SWIZZLE_Y);
203 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_Y);
213 case RC_SWIZZLE_Y:
217 case RC_SWIZZLE_Y:
260 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Y);
264 case RC_SWIZZLE_Y:
266 if (swz2 == RC_SWIZZLE_Y) {
294 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Y);
[all...]
H A Dradeon_compiler_util.c94 ret |= get_swz(src, GET_SWZ(swz, RC_SWIZZLE_Y)) << 3;
108 case RC_MASK_Y: return RC_SWIZZLE_Y;
340 } else if (swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y
H A Dradeon_program_alu.c184 return swizzle_smear(reg, RC_SWIZZLE_Y);
309 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_ONE, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ONE),
310 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_ONE, RC_SWIZZLE_Y, RC_SWIZZLE_ONE, RC_SWIZZLE_W));
634 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_W),
635 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_W));
637 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_W),
638 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_W),
1057 swizzle(srcreg(RC_FILE_CONSTANT, constants[1]), RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W));
H A Dradeon_program_pair.c200 if(swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y
H A Dradeon_program_print.c174 case RC_SWIZZLE_Y: return 'y';
H A Dradeon_dataflow.c71 if (swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y || swz == RC_SWIZZLE_Z) {
H A Dradeon_pair_schedule.c850 case RC_SWIZZLE_Y:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c213 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_Y);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c213 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_Y);

Completed in 34 milliseconds