Searched refs:use_temporary (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r300_fragprog_emit.c | 83 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index) function in typeref:typename:void 97 use_temporary(code, src.Index); 247 use_temporary(code, inst->RGB.DestIndex); 262 use_temporary(code, inst->Alpha.DestIndex); 452 use_temporary(code, dest); 455 use_temporary(code, inst->U.I.SrcReg[0].Index);
|
| H A D | r500_fragprog_emit.c | 194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) function in typeref:typename:void 211 use_temporary(code, src.Index); 282 use_temporary(code, inst->Alpha.DestIndex); 283 use_temporary(code, inst->RGB.DestIndex); 415 use_temporary(code, inst->SrcReg[0].Index); 417 use_temporary(code, inst->DstReg.Index); 429 use_temporary(code, inst->SrcReg[1].Index); 430 use_temporary(code, inst->SrcReg[2].Index);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r300_fragprog_emit.c | 85 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index) function in typeref:typename:void 99 use_temporary(code, src.Index); 249 use_temporary(code, inst->RGB.DestIndex); 264 use_temporary(code, inst->Alpha.DestIndex); 454 use_temporary(code, dest); 457 use_temporary(code, inst->U.I.SrcReg[0].Index);
|
| H A D | r500_fragprog_emit.c | 196 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) function in typeref:typename:void 213 use_temporary(code, src.Index); 284 use_temporary(code, inst->Alpha.DestIndex); 285 use_temporary(code, inst->RGB.DestIndex); 417 use_temporary(code, inst->SrcReg[0].Index); 419 use_temporary(code, inst->DstReg.Index); 431 use_temporary(code, inst->SrcReg[1].Index); 432 use_temporary(code, inst->SrcReg[2].Index);
|
Completed in 5 milliseconds