| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 49 if (GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan) != RC_SWIZZLE_UNUSED) 70 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSED); 92 GET_BIT(usemask, chan) ? chan : RC_SWIZZLE_UNUSED); 119 if (swz == RC_SWIZZLE_UNUSED) { 120 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_UNUSED); 128 swz = RC_SWIZZLE_UNUSED; 136 if (chan_swz == RC_SWIZZLE_UNUSED) { 139 if (swz == RC_SWIZZLE_UNUSED) { 158 swz1 == RC_SWIZZLE_UNUSED || 169 if (swz2 == RC_SWIZZLE_UNUSED) { [all...] |
| H A D | r500_fragprog.c | 117 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED, 118 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED); 122 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, 123 RC_SWIZZLE_UNUSED, RC_SWIZZLE_Z); 176 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED, 177 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED); 202 if (swz == RC_SWIZZLE_UNUSED) { [all...] |
| H A D | radeon_inline_literals.c | 113 swz = RC_SWIZZLE_UNUSED; 122 new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0); 126 if (swz == RC_SWIZZLE_UNUSED) {
|
| H A D | r300_fragprog_swizzle.c | 80 if (swz == RC_SWIZZLE_UNUSED) 124 if (swz == RC_SWIZZLE_UNUSED) 136 if (GET_SWZ(reg.Swizzle, j) != RC_SWIZZLE_UNUSED) 170 if (swz == RC_SWIZZLE_UNUSED)
|
| H A D | radeon_vert_fc.c | 46 src->Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, 47 RC_SWIZZLE_UNUSED, RC_SWIZZLE_W); 225 inst->U.I.SrcReg[1].Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED, 226 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, swz);
|
| H A D | radeon_program_constants.h | 115 RC_SWIZZLE_UNUSED enumerator in enum:__anon952d6f910503 138 #define RC_SWIZZLE_UUUU RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED)
|
| H A D | radeon_compiler_util.c | 65 * RC_SWIZZLE_UNUSED. 71 SET_SWZ(initial_value, i, RC_SWIZZLE_UNUSED); 112 return RC_SWIZZLE_UNUSED; 153 unsigned int new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0); 156 if (new_chan == RC_SWIZZLE_UNUSED) { 173 || GET_SWZ(conversion_swizzle, i) == RC_SWIZZLE_UNUSED) { 275 if (new_swz != RC_SWIZZLE_UNUSED) { 333 unsigned int swz = RC_SWIZZLE_UNUSED; 685 unsigned int conversion_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0); 747 if (swz != RC_SWIZZLE_UNUSED) { [all...] |
| H A D | radeon_optimize.c | 209 if (swz == RC_SWIZZLE_UNUSED) 750 swz = RC_SWIZZLE_UNUSED; 755 if (j_swz == RC_SWIZZLE_UNUSED) { 758 if (swz == RC_SWIZZLE_UNUSED) {
|
| H A D | radeon_program_pair.c | 194 unsigned int swz = RC_SWIZZLE_UNUSED;
|
| H A D | radeon_pair_translate.c | 231 if (swz < RC_SWIZZLE_UNUSED)
|
| H A D | radeon_pair_schedule.c | 818 unsigned int read_chan = RC_SWIZZLE_UNUSED; 853 if (read_chan == RC_SWIZZLE_UNUSED) { 955 if (swz != RC_SWIZZLE_UNUSED) {
|
| H A D | radeon_dataflow_deadcode.c | 353 SET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan, RC_SWIZZLE_UNUSED);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 49 if (GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan) != RC_SWIZZLE_UNUSED) 70 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSED); 92 GET_BIT(usemask, chan) ? chan : RC_SWIZZLE_UNUSED); 119 if (swz == RC_SWIZZLE_UNUSED) { 120 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_UNUSED); 128 swz = RC_SWIZZLE_UNUSED; 136 if (chan_swz == RC_SWIZZLE_UNUSED) { 139 if (swz == RC_SWIZZLE_UNUSED) { 158 swz1 == RC_SWIZZLE_UNUSED || 169 if (swz2 == RC_SWIZZLE_UNUSED) { [all...] |
| H A D | r500_fragprog.c | 118 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED, 119 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED); 123 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, 124 RC_SWIZZLE_UNUSED, RC_SWIZZLE_Z); 177 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED, 178 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED); 203 if (swz == RC_SWIZZLE_UNUSED) { [all...] |
| H A D | radeon_inline_literals.c | 113 swz = RC_SWIZZLE_UNUSED; 122 new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0); 126 if (swz == RC_SWIZZLE_UNUSED) {
|
| H A D | r300_fragprog_swizzle.c | 80 if (swz == RC_SWIZZLE_UNUSED) 124 if (swz == RC_SWIZZLE_UNUSED) 136 if (GET_SWZ(reg.Swizzle, j) != RC_SWIZZLE_UNUSED) 170 if (swz == RC_SWIZZLE_UNUSED)
|
| H A D | radeon_vert_fc.c | 46 src->Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, 47 RC_SWIZZLE_UNUSED, RC_SWIZZLE_W); 225 inst->U.I.SrcReg[1].Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED, 226 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, swz);
|
| H A D | radeon_program_constants.h | 115 RC_SWIZZLE_UNUSED enumerator in enum:__anon3d4856e40503 138 #define RC_SWIZZLE_UUUU RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED)
|
| H A D | radeon_compiler_util.c | 65 * RC_SWIZZLE_UNUSED. 71 SET_SWZ(initial_value, i, RC_SWIZZLE_UNUSED); 112 return RC_SWIZZLE_UNUSED; 153 unsigned int new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0); 156 if (new_chan == RC_SWIZZLE_UNUSED) { 173 || GET_SWZ(conversion_swizzle, i) == RC_SWIZZLE_UNUSED) { 275 if (new_swz != RC_SWIZZLE_UNUSED) { 333 unsigned int swz = RC_SWIZZLE_UNUSED; 685 unsigned int conversion_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0); 747 if (swz != RC_SWIZZLE_UNUSED) { [all...] |
| H A D | radeon_optimize.c | 211 if (swz == RC_SWIZZLE_UNUSED) 753 swz = RC_SWIZZLE_UNUSED; 758 if (j_swz == RC_SWIZZLE_UNUSED) { 761 if (swz == RC_SWIZZLE_UNUSED) {
|
| H A D | radeon_program_pair.c | 194 unsigned int swz = RC_SWIZZLE_UNUSED;
|
| H A D | radeon_pair_translate.c | 233 if (swz < RC_SWIZZLE_UNUSED)
|
| H A D | radeon_pair_schedule.c | 818 unsigned int read_chan = RC_SWIZZLE_UNUSED; 853 if (read_chan == RC_SWIZZLE_UNUSED) { 955 if (swz != RC_SWIZZLE_UNUSED) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 197 src_reg->Swizzle = RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED); 231 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_UNUSED);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 197 src_reg->Swizzle = RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED); 231 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_UNUSED);
|