Searched refs:high_temp (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c877 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; local in function:nvfx_vertprog_prepare
895 if (fdec->Range.Last > high_temp) {
896 high_temp =
932 if (++high_temp) {
933 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
934 for (i = 0; i < high_temp; i++)
H A Dnvfx_fragprog.c971 int high_temp = -1, i; local in function:nvfx_fragprog_prepare
995 if (fdec->Range.Last > high_temp) {
996 high_temp =
1044 if (++high_temp) {
1045 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
1046 for (i = 0; i < high_temp; i++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c878 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; local in function:nvfx_vertprog_prepare
896 if (fdec->Range.Last > high_temp) {
897 high_temp =
933 if (++high_temp) {
934 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
935 for (i = 0; i < high_temp; i++)
H A Dnvfx_fragprog.c971 int high_temp = -1, i; local in function:nvfx_fragprog_prepare
995 if (fdec->Range.Last > high_temp) {
996 high_temp =
1044 if (++high_temp) {
1045 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
1046 for (i = 0; i < high_temp; i++)

Completed in 9 milliseconds