HomeSort by relevance Sort by last modified time
    Searched refs:RC_FILE_OUTPUT (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 71 RC_FILE_OUTPUT,
radeon_compiler.c 128 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT)
180 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) {
203 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) {
212 inst->U.I.DstReg.File = RC_FILE_OUTPUT;
221 inst->U.I.DstReg.File = RC_FILE_OUTPUT;
radeon_dataflow_deadcode.c 121 if (file == RC_FILE_OUTPUT || file == RC_FILE_TEMPORARY) {
127 if (file == RC_FILE_OUTPUT)
211 mark_used(s, RC_FILE_OUTPUT, index, mask);
radeon_emulate_branches.c 253 if (*pfile == RC_FILE_OUTPUT && *pindex == data->Output) {
281 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT) {
296 inst_mov->U.I.DstReg.File = RC_FILE_OUTPUT;
r3xx_fragprog.c 61 if (inst->DstReg.File != RC_FILE_OUTPUT || inst->DstReg.Index != c->OutputDepth)
r3xx_vertprog.c 66 case RC_FILE_OUTPUT:
76 if (dst->File == RC_FILE_OUTPUT)
177 if (dst->File == RC_FILE_OUTPUT && vp->outputs[dst->Index] == -1) {
753 inst->U.I.DstReg.File = RC_FILE_OUTPUT;
radeon_pair_translate.c 284 if (inst->DstReg.File == RC_FILE_OUTPUT) {
radeon_variable.c 336 file = RC_FILE_OUTPUT;
radeon_program_print.c 144 case RC_FILE_OUTPUT: filename = "output"; break;
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 243 inst->U.I.DstReg.File = RC_FILE_OUTPUT;
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 164 case TGSI_FILE_OUTPUT: return RC_FILE_OUTPUT;

Completed in 132 milliseconds