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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c35 #define MAP_SIZE 256 macro
55 unsigned fetches[MAP_SIZE];
56 ushort draws[MAP_SIZE];
93 hash = fetch % MAP_SIZE;
118 unsigned hash = fetch % MAP_SIZE;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c35 #define MAP_SIZE 256 macro
55 unsigned fetches[MAP_SIZE];
56 ushort draws[MAP_SIZE];
93 hash = fetch % MAP_SIZE;
118 unsigned hash = fetch % MAP_SIZE;

Completed in 273 milliseconds