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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h79 #define NUM_ENTRIES 50 macro
90 union tile_address tile_addrs[NUM_ENTRIES];
91 struct softpipe_cached_tile *entries[NUM_ENTRIES];
H A Dsp_tile_cache.c52 (((x) + (y) * 5 + (l) * 10) % NUM_ENTRIES)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h79 #define NUM_ENTRIES 50 macro
90 union tile_address tile_addrs[NUM_ENTRIES];
91 struct softpipe_cached_tile *entries[NUM_ENTRIES];
H A Dsp_tile_cache.c52 (((x) + (y) * 5 + (l) * 10) % NUM_ENTRIES)

Completed in 4 milliseconds