Searched refs:adjust_to_tile_bounds (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 41 adjust_to_tile_bounds(unsigned x, unsigned y, unsigned width, unsigned height, in adjust_to_tile_bounds() function 103 adjust_to_tile_bounds(src_box->x, src_box->y, width, height, in lp_resource_copy() 122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th); in lp_resource_copy()
|