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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_vertprog.c 47 unsigned r_temps_discard; member in struct:nvfx_vpc
76 vpc->r_temps_discard |= (1 << idx);
83 vpc->r_temps &= ~vpc->r_temps_discard;
84 vpc->r_temps_discard = 0;
831 vpc->r_temps_discard = 0;
965 vpc->r_temps_discard = 0;
1004 vpc->r_temps_discard = 0;
    [all...]
nvfx_fragprog.c 24 unsigned long long r_temps_discard; member in struct:nvfx_fpc
56 fpc->r_temps_discard |= (1ULL << idx);
63 fpc->r_temps &= ~fpc->r_temps_discard;
64 fpc->r_temps_discard = 0ULL;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 47 unsigned r_temps_discard; member in struct:nvfx_vpc
76 vpc->r_temps_discard |= (1 << idx);
83 vpc->r_temps &= ~vpc->r_temps_discard;
84 vpc->r_temps_discard = 0;
831 vpc->r_temps_discard = 0;
965 vpc->r_temps_discard = 0;
1004 vpc->r_temps_discard = 0;
    [all...]
nvfx_fragprog.c 24 unsigned long long r_temps_discard; member in struct:nvfx_fpc
56 fpc->r_temps_discard |= (1ULL << idx);
63 fpc->r_temps &= ~fpc->r_temps_discard;
64 fpc->r_temps_discard = 0ULL;
    [all...]

Completed in 1941 milliseconds