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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c23 unsigned long long r_temps; member in struct:nvfx_fpc
47 int idx = __builtin_ctzll(~fpc->r_temps);
55 fpc->r_temps |= (1ULL << idx);
63 fpc->r_temps &= ~fpc->r_temps_discard;
1013 fpc->r_temps |= (1ULL << hw);
H A Dnvfx_vertprog.c46 unsigned r_temps; member in struct:nvfx_vpc
67 int idx = ffs(~vpc->r_temps) - 1;
75 vpc->r_temps |= (1 << idx);
83 vpc->r_temps &= ~vpc->r_temps_discard;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c23 unsigned long long r_temps; member in struct:nvfx_fpc
47 int idx = __builtin_ctzll(~fpc->r_temps);
55 fpc->r_temps |= (1ULL << idx);
63 fpc->r_temps &= ~fpc->r_temps_discard;
1013 fpc->r_temps |= (1ULL << hw);
H A Dnvfx_vertprog.c46 unsigned r_temps; member in struct:nvfx_vpc
67 int idx = ffs(~vpc->r_temps) - 1;
75 vpc->r_temps |= (1 << idx);
83 vpc->r_temps &= ~vpc->r_temps_discard;

Completed in 275 milliseconds