HomeSort by relevance Sort by last modified time
    Searched refs:r_temps (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 23 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;
    [all...]
nvfx_vertprog.c 46 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;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 23 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;
    [all...]
nvfx_vertprog.c 46 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;
    [all...]

Completed in 45 milliseconds