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 Dradeon_pair_regalloc.c97 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 Dradeon_program_constants.h146 #define RC_MASK_NONE 0 macro
H A Dradeon_dataflow.c526 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 Dr3xx_vertprog.c49 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 Dradeon_dataflow_swizzles.c88 inst->U.I.SrcReg[src].Negate = RC_MASK_NONE;
H A Dradeon_pair_translate.c47 inst->SrcReg[1].Negate = RC_MASK_NONE;
H A Dr500_fragprog.c197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
H A Dradeon_compiler_util.c321 return RC_MASK_NONE;
H A Dradeon_program_print.c235 int trivial_negate = (src.Negate == RC_MASK_NONE || src.Negate == RC_MASK_XYZW);
H A Dradeon_program_alu.c152 newreg.Negate = RC_MASK_NONE;
234 src.Negate = RC_MASK_NONE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c97 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 Dradeon_program_constants.h146 #define RC_MASK_NONE 0 macro
H A Dradeon_dataflow.c526 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 Dr3xx_vertprog.c52 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 Dradeon_dataflow_swizzles.c88 inst->U.I.SrcReg[src].Negate = RC_MASK_NONE;
H A Dradeon_pair_translate.c49 inst->SrcReg[1].Negate = RC_MASK_NONE;
H A Dr500_fragprog.c198 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
H A Dradeon_compiler_util.c321 return RC_MASK_NONE;
H A Dradeon_program_print.c235 int trivial_negate = (src.Negate == RC_MASK_NONE || src.Negate == RC_MASK_XYZW);
H A Dradeon_program_alu.c152 newreg.Negate = RC_MASK_NONE;
234 src.Negate = RC_MASK_NONE;

Completed in 27 milliseconds