Searched refs:new_output (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_compiler.h | 105 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writemask);
|
| H A D | radeon_compiler.c | 169 * output register will instead write to new_output. The new_output 172 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writemask) argument 183 inst->U.I.DstReg.Index = new_output; 186 c->Program.OutputsWritten |= 1 << new_output;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_compiler.h | 105 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writemask);
|
| H A D | radeon_compiler.c | 169 * output register will instead write to new_output. The new_output 172 void rc_move_output(struct radeon_compiler * c, unsigned output, unsigned new_output, unsigned writemask) argument 183 inst->U.I.DstReg.Index = new_output; 186 c->Program.OutputsWritten |= 1U << new_output;
|
Completed in 4 milliseconds