Searched refs:tile_pixel_offset (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.h65 tile_pixel_offset(unsigned x, unsigned y, unsigned c) function
75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)])
H A Dlp_rast_priv.h237 pixel_offset = tile_pixel_offset(px, py, 0);

Completed in 86 milliseconds