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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c892 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; local
910 if (fdec->Range.Last > high_temp) {
911 high_temp =
947 if (++high_temp) {
948 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
949 for (i = 0; i < high_temp; i++)
H A Dnvfx_fragprog.c1021 int high_temp = -1, i; local
1045 if (fdec->Range.Last > high_temp) {
1046 high_temp =
1094 if (++high_temp) {
1095 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
1096 for (i = 0; i < high_temp; i++)
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c892 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; local
910 if (fdec->Range.Last > high_temp) {
911 high_temp =
947 if (++high_temp) {
948 vpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
949 for (i = 0; i < high_temp; i++)
H A Dnvfx_fragprog.c1021 int high_temp = -1, i; local
1045 if (fdec->Range.Last > high_temp) {
1046 high_temp =
1094 if (++high_temp) {
1095 fpc->r_temp = CALLOC(high_temp, sizeof(struct nvfx_reg));
1096 for (i = 0; i < high_temp; i++)

Completed in 165 milliseconds