Searched refs:hwtemps (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog.c | 563 static int get_reg(struct radeon_compiler *c, struct temporary_allocation *ta, bool *hwtemps, argument 570 if (!hwtemps[j]) 575 hwtemps[ta[orig].HwTemp] = true; 587 bool hwtemps[RC_REGISTER_MAX_INDEX]; local in function:allocate_temporary_registers 591 memset(hwtemps, 0, sizeof(hwtemps)); 660 inst->U.I.SrcReg[i].Index = get_reg(c, ta, hwtemps, orig); 663 hwtemps[ta[orig].HwTemp] = false; 670 inst->U.I.DstReg.Index = get_reg(c, ta, hwtemps, orig);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog.c | 566 char hwtemps[RC_REGISTER_MAX_INDEX]; local in function:allocate_temporary_registers 570 memset(hwtemps, 0, sizeof(hwtemps)); 642 hwtemps[ta[orig].HwTemp] = 0; 652 if (!hwtemps[j]) 657 hwtemps[ta[orig].HwTemp] = 1;
|
Completed in 4 milliseconds