Searched defs:NUM_ENTRIES (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h78 #define NUM_ENTRIES 50 macro
88 union tile_address tile_addrs[NUM_ENTRIES];
89 struct softpipe_cached_tile *entries[NUM_ENTRIES];
H A Dsp_tex_tile_cache.h76 #define NUM_ENTRIES 50 macro
87 struct softpipe_tex_cached_tile entries[NUM_ENTRIES];

Completed in 111 milliseconds