Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_fragprog.c23 unsigned long long r_temps; member
47 int idx = __builtin_ctzll(~fpc->r_temps); in temp()
55 fpc->r_temps |= (1ULL << idx); in temp()
63 fpc->r_temps &= ~fpc->r_temps_discard; in release_temps()
1013 fpc->r_temps |= (1ULL << hw); in nvfx_fragprog_parse_decl_output()
Dnvfx_vertprog.c46 unsigned r_temps; member
67 int idx = ffs(~vpc->r_temps) - 1; in temp()
75 vpc->r_temps |= (1 << idx); in temp()
83 vpc->r_temps &= ~vpc->r_temps_discard; in release_temps()