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

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h 12 #define NV50_TIC_MAX_ENTRIES 2048
51 uint32_t lock[NV50_TIC_MAX_ENTRIES / 32];
nv50_screen.c 480 PUSH_DATA (push, NV50_TIC_MAX_ENTRIES - 1);
788 i = (i + 1) & (NV50_TIC_MAX_ENTRIES - 1);
790 screen->tic.next = (i + 1) & (NV50_TIC_MAX_ENTRIES - 1);

Completed in 38 milliseconds