Searched refs:tile_extents (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.c | 1455 tile_extents(const struct isl_surf *surf, in tile_extents() function 1490 tile_extents(surf, box, xfer->level, s, &x1, &x2, &y1, &y2); in crocus_unmap_tiled_memcpy() 1516 tile_extents(surf, box, xfer->level, 0, &x1, &x2, &y1, &y2); in crocus_map_tiled_memcpy() 1533 tile_extents(surf, box, xfer->level, s, &x1, &x2, &y1, &y2); in crocus_map_tiled_memcpy()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 2193 tile_extents(const struct isl_surf *surf, in tile_extents() function 2230 tile_extents(surf, box, xfer->level, s, &x1, &x2, &y1, &y2); in iris_unmap_tiled_memcpy() 2255 tile_extents(surf, box, xfer->level, 0, &x1, &x2, &y1, &y2); in iris_map_tiled_memcpy() 2274 tile_extents(surf, box, xfer->level, s, &x1, &x2, &y1, &y2); in iris_map_tiled_memcpy() 2606 tile_extents(surf, box, level, s, &x1, &x2, &y1, &y2); in iris_texture_subdata()
|
Completed in 7 milliseconds