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

  /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 191 milliseconds