| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 116 if (swz <= RC_SWIZZLE_W) { 157 if (swz1 == RC_SWIZZLE_W || 207 case RC_SWIZZLE_W: 242 case RC_SWIZZLE_W: 255 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_W); 277 case RC_SWIZZLE_W: 284 case RC_SWIZZLE_W: 288 case RC_SWIZZLE_W: 330 if (swz3 <= RC_SWIZZLE_W) { 379 * Swizzles with a value > RC_SWIZZLE_W ar [all...] |
| H A D | radeon_program_constants.h | 111 RC_SWIZZLE_W, enumerator in enum:__anon952d6f910503 127 #define RC_SWIZZLE_XYZW RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W) 134 #define RC_SWIZZLE_WWWW RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_W)
|
| H A D | radeon_inline_literals.c | 148 /* Use RC_SWIZZLE_W for the inline constant, so 150 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W);
|
| H A D | radeon_program_pair.c | 143 if(swz == RC_SWIZZLE_W) { 201 || swz == RC_SWIZZLE_Z || swz == RC_SWIZZLE_W)
|
| H A D | r300_fragprog_swizzle.c | 239 case RC_SWIZZLE_W: return R300_ALU_ARGA_SRC0A + src;
|
| H A D | radeon_pair_translate.c | 226 if (swz < RC_SWIZZLE_W) 228 else if (swz == RC_SWIZZLE_W)
|
| H A D | radeon_compiler_util.c | 96 ret |= get_swz(src, GET_SWZ(swz, RC_SWIZZLE_W)) << 9; 110 case RC_MASK_W: return RC_SWIZZLE_W; 338 if (swz == RC_SWIZZLE_W) {
|
| H A D | radeon_program_alu.c | 194 return swizzle_smear(reg, RC_SWIZZLE_W); 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 D | radeon_vert_fc.c | 47 RC_SWIZZLE_UNUSED, RC_SWIZZLE_W);
|
| H A D | radeon_program_print.c | 176 case RC_SWIZZLE_W: return 'w';
|
| H A D | radeon_pair_schedule.c | 771 SET_SWZ(arg->Swizzle, i, RC_SWIZZLE_W); 852 case RC_SWIZZLE_W:
|
| H A D | radeon_dataflow.c | 86 if (swz == RC_SWIZZLE_W) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 116 if (swz <= RC_SWIZZLE_W) { 157 if (swz1 == RC_SWIZZLE_W || 207 case RC_SWIZZLE_W: 242 case RC_SWIZZLE_W: 255 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_W); 277 case RC_SWIZZLE_W: 284 case RC_SWIZZLE_W: 288 case RC_SWIZZLE_W: 330 if (swz3 <= RC_SWIZZLE_W) { 379 * Swizzles with a value > RC_SWIZZLE_W ar [all...] |
| H A D | radeon_program_constants.h | 111 RC_SWIZZLE_W, enumerator in enum:__anon3d4856e40503 127 #define RC_SWIZZLE_XYZW RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W) 134 #define RC_SWIZZLE_WWWW RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_W)
|
| H A D | radeon_inline_literals.c | 148 /* Use RC_SWIZZLE_W for the inline constant, so 150 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W);
|
| H A D | radeon_program_pair.c | 143 if(swz == RC_SWIZZLE_W) { 201 || swz == RC_SWIZZLE_Z || swz == RC_SWIZZLE_W)
|
| H A D | r300_fragprog_swizzle.c | 239 case RC_SWIZZLE_W: return R300_ALU_ARGA_SRC0A + src;
|
| H A D | radeon_pair_translate.c | 228 if (swz < RC_SWIZZLE_W) 230 else if (swz == RC_SWIZZLE_W)
|
| H A D | radeon_compiler_util.c | 96 ret |= get_swz(src, GET_SWZ(swz, RC_SWIZZLE_W)) << 9; 110 case RC_MASK_W: return RC_SWIZZLE_W; 338 if (swz == RC_SWIZZLE_W) {
|
| H A D | radeon_program_alu.c | 194 return swizzle_smear(reg, RC_SWIZZLE_W); 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 D | radeon_vert_fc.c | 47 RC_SWIZZLE_UNUSED, RC_SWIZZLE_W);
|
| H A D | radeon_program_print.c | 176 case RC_SWIZZLE_W: return 'w';
|
| H A D | radeon_pair_schedule.c | 771 SET_SWZ(arg->Swizzle, i, RC_SWIZZLE_W); 852 case RC_SWIZZLE_W:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 219 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_W);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 219 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_W);
|