Home
last modified time | relevance | path

Searched refs:r_temps (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c26 unsigned long long r_temps; member
51 int idx = __builtin_ctzll(~fpc->r_temps); in temp()
58 fpc->r_temps |= (1ULL << idx); in temp()
66 fpc->r_temps &= ~fpc->r_temps_discard; in release_temps()
963 fpc->r_temps |= (1ULL << hw); in nvfx_fragprog_parse_decl_output()
Dnvfx_vertprog.c48 unsigned r_temps; member
71 int idx = ffs(~vpc->r_temps) - 1; in temp()
78 vpc->r_temps |= (1 << idx); in temp()
86 vpc->r_temps &= ~vpc->r_temps_discard; in release_temps()