Searched refs:RC_FILE_OUTPUT (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h71 RC_FILE_OUTPUT, enumerator in enum:__anon952d6f910303
H A Dradeon_compiler.c130 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;
H A Dradeon_dataflow_deadcode.c121 if (file == RC_FILE_OUTPUT || file == RC_FILE_TEMPORARY) {
127 if (file == RC_FILE_OUTPUT)
211 mark_used(s, RC_FILE_OUTPUT, index, mask);
H A Dradeon_emulate_branches.c253 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;
H A Dr3xx_fragprog.c61 if (inst->DstReg.File != RC_FILE_OUTPUT || inst->DstReg.Index != c->OutputDepth)
H A Dr3xx_vertprog.c66 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;
H A Dradeon_pair_translate.c284 if (inst->DstReg.File == RC_FILE_OUTPUT) {
H A Dradeon_variable.c337 file = RC_FILE_OUTPUT;
H A Dradeon_program_print.c144 case RC_FILE_OUTPUT: filename = "output"; break;
H A Dradeon_program_alu.c1294 if (!info->HasDstReg || inst->U.I.DstReg.File != RC_FILE_OUTPUT ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h71 RC_FILE_OUTPUT, enumerator in enum:__anon3d4856e40303
H A Dradeon_compiler.c130 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;
H A Dradeon_dataflow_deadcode.c121 if (file == RC_FILE_OUTPUT || file == RC_FILE_TEMPORARY) {
127 if (file == RC_FILE_OUTPUT)
211 mark_used(s, RC_FILE_OUTPUT, index, mask);
H A Dradeon_emulate_branches.c253 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;
H A Dr3xx_fragprog.c61 if (inst->DstReg.File != RC_FILE_OUTPUT || inst->DstReg.Index != c->OutputDepth)
H A Dr3xx_vertprog.c69 case RC_FILE_OUTPUT:
79 if (dst->File == RC_FILE_OUTPUT)
180 if (dst->File == RC_FILE_OUTPUT && vp->outputs[dst->Index] == -1) {
777 inst->U.I.DstReg.File = RC_FILE_OUTPUT;
H A Dradeon_pair_translate.c286 if (inst->DstReg.File == RC_FILE_OUTPUT) {
H A Dradeon_variable.c337 file = RC_FILE_OUTPUT;
H A Dradeon_program_print.c144 case RC_FILE_OUTPUT: filename = "output"; break;
H A Dradeon_program_alu.c1273 if (!info->HasDstReg || inst->U.I.DstReg.File != RC_FILE_OUTPUT ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c135 case TGSI_FILE_OUTPUT: return RC_FILE_OUTPUT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c137 case TGSI_FILE_OUTPUT: return RC_FILE_OUTPUT;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c291 inst->U.I.DstReg.File = RC_FILE_OUTPUT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c291 inst->U.I.DstReg.File = RC_FILE_OUTPUT;

Completed in 28 milliseconds