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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 71 RC_FILE_OUTPUT,
radeon_compiler.c 130 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT)
182 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) {
205 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) {
214 inst->U.I.DstReg.File = RC_FILE_OUTPUT;
223 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) {
761 inst->U.I.DstReg.File = RC_FILE_OUTPUT;
radeon_pair_translate.c 284 if (inst->DstReg.File == RC_FILE_OUTPUT) {
radeon_variable.c 337 file = RC_FILE_OUTPUT;
radeon_program_print.c 144 case RC_FILE_OUTPUT: filename = "output"; break;
radeon_program_alu.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 143 case TGSI_FILE_OUTPUT: return RC_FILE_OUTPUT;
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 291 inst->U.I.DstReg.File = RC_FILE_OUTPUT;

Completed in 539 milliseconds