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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_limits.h 39 #define TILE_ORDER 6
40 #define TILE_SIZE (1 << TILE_ORDER)
lp_setup_tri.c 677 plane[i].eo) << TILE_ORDER;
679 eo[i] = plane[i].eo << TILE_ORDER;
680 xstep[i] = -(plane[i].dcdx << TILE_ORDER);
681 ystep[i] = plane[i].dcdy << TILE_ORDER;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_limits.h 39 #define TILE_ORDER 6
40 #define TILE_SIZE (1 << TILE_ORDER)
lp_setup_tri.c 677 plane[i].eo) << TILE_ORDER;
679 eo[i] = plane[i].eo << TILE_ORDER;
680 xstep[i] = -(plane[i].dcdx << TILE_ORDER);
681 ystep[i] = plane[i].dcdy << TILE_ORDER;

Completed in 82 milliseconds