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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 35 #define MAP_SIZE 256
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/
draw_pt_vsplit.c 35 #define MAP_SIZE 256
55 unsigned fetches[MAP_SIZE];
56 ushort draws[MAP_SIZE];
93 hash = fetch % MAP_SIZE;
118 unsigned hash = fetch % MAP_SIZE;

Completed in 89 milliseconds