Searched refs:RC_MASK_NONE (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 97 RC_MASK_NONE, 98 RC_MASK_NONE}}, 101 RC_MASK_NONE, 102 RC_MASK_NONE}}, 113 RC_MASK_NONE, 114 RC_MASK_NONE}}, 117 RC_MASK_NONE, 118 RC_MASK_NONE}}, 121 RC_MASK_NONE, 122 RC_MASK_NONE}}, [all...] |
| H A D | radeon_program_constants.h | 146 #define RC_MASK_NONE 0 macro
|
| H A D | radeon_dataflow.c | 526 return RC_MASK_NONE; 532 if (shared_mask == RC_MASK_NONE) 571 if (shared_mask == RC_MASK_NONE) 598 if (shared_mask == RC_MASK_NONE)
|
| H A D | r3xx_vertprog.c | 49 RC_MASK_NONE) | (vpi->SrcReg[x].RelAddr << 4)) 170 src->Negate ? RC_MASK_XYZW : RC_MASK_NONE) | 256 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) | 263 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) | 270 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
|
| H A D | radeon_dataflow_swizzles.c | 88 inst->U.I.SrcReg[src].Negate = RC_MASK_NONE;
|
| H A D | radeon_pair_translate.c | 47 inst->SrcReg[1].Negate = RC_MASK_NONE;
|
| H A D | r500_fragprog.c | 197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
|
| H A D | radeon_compiler_util.c | 321 return RC_MASK_NONE;
|
| H A D | radeon_program_print.c | 235 int trivial_negate = (src.Negate == RC_MASK_NONE || src.Negate == RC_MASK_XYZW);
|
| H A D | radeon_program_alu.c | 152 newreg.Negate = RC_MASK_NONE; 234 src.Negate = RC_MASK_NONE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 97 RC_MASK_NONE, 98 RC_MASK_NONE}}, 101 RC_MASK_NONE, 102 RC_MASK_NONE}}, 113 RC_MASK_NONE, 114 RC_MASK_NONE}}, 117 RC_MASK_NONE, 118 RC_MASK_NONE}}, 121 RC_MASK_NONE, 122 RC_MASK_NONE}}, [all...] |
| H A D | radeon_program_constants.h | 146 #define RC_MASK_NONE 0 macro
|
| H A D | radeon_dataflow.c | 526 return RC_MASK_NONE; 532 if (shared_mask == RC_MASK_NONE) 571 if (shared_mask == RC_MASK_NONE) 598 if (shared_mask == RC_MASK_NONE)
|
| H A D | r3xx_vertprog.c | 52 RC_MASK_NONE) | (vpi->SrcReg[x].RelAddr << 4)) 173 src->Negate ? RC_MASK_XYZW : RC_MASK_NONE) | 259 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) | 266 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) | 273 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
|
| H A D | radeon_dataflow_swizzles.c | 88 inst->U.I.SrcReg[src].Negate = RC_MASK_NONE;
|
| H A D | radeon_pair_translate.c | 49 inst->SrcReg[1].Negate = RC_MASK_NONE;
|
| H A D | r500_fragprog.c | 198 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
|
| H A D | radeon_compiler_util.c | 321 return RC_MASK_NONE;
|
| H A D | radeon_program_print.c | 235 int trivial_negate = (src.Negate == RC_MASK_NONE || src.Negate == RC_MASK_XYZW);
|
| H A D | radeon_program_alu.c | 152 newreg.Negate = RC_MASK_NONE; 234 src.Negate = RC_MASK_NONE;
|
Completed in 27 milliseconds