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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c48 unsigned r_temps; member in struct:nvfx_vpc
71 int idx = ffs(~vpc->r_temps) - 1;
78 vpc->r_temps |= (1 << idx);
86 vpc->r_temps &= ~vpc->r_temps_discard;
H A Dnvfx_fragprog.c26 unsigned long long r_temps; member in struct:nvfx_fpc
51 int idx = __builtin_ctzll(~fpc->r_temps);
58 fpc->r_temps |= (1ULL << idx);
66 fpc->r_temps &= ~fpc->r_temps_discard;
963 fpc->r_temps |= (1ULL << hw);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c49 unsigned r_temps; member in struct:nvfx_vpc
72 int idx = ffs(~vpc->r_temps) - 1;
79 vpc->r_temps |= (1 << idx);
87 vpc->r_temps &= ~vpc->r_temps_discard;
H A Dnvfx_fragprog.c26 unsigned long long r_temps; member in struct:nvfx_fpc
51 int idx = __builtin_ctzll(~fpc->r_temps);
58 fpc->r_temps |= (1ULL << idx);
66 fpc->r_temps &= ~fpc->r_temps_discard;
963 fpc->r_temps |= (1ULL << hw);

Completed in 13 milliseconds