Home
last modified time | relevance | path

Searched refs:y0_el (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1370 unsigned x0_el, y0_el; in crocus_unmap_s8() local
1371 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in crocus_unmap_s8()
1377 y0_el + box->y + y, in crocus_unmap_s8()
1418 unsigned x0_el, y0_el; in crocus_map_s8() local
1419 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in crocus_map_s8()
1425 y0_el + box->y + y, in crocus_map_s8()
1453 unsigned x0_el, y0_el; in tile_extents() local
1454 get_image_offset_el(surf, level, box->z + z, &x0_el, &y0_el); in tile_extents()
1457 *y1_el = box->y / fmtl->bh + y0_el; in tile_extents()
1459 *y2_el = DIV_ROUND_UP(box->y + box->height, fmtl->bh) + y0_el; in tile_extents()
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1973 unsigned x0_el, y0_el; in iris_unmap_s8() local
1974 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in iris_unmap_s8()
1980 y0_el + box->y + y); in iris_unmap_s8()
2020 unsigned x0_el, y0_el; in iris_map_s8() local
2021 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in iris_map_s8()
2027 y0_el + box->y + y); in iris_map_s8()
2054 unsigned x0_el, y0_el; in tile_extents() local
2055 get_image_offset_el(surf, level, box->z + z, &x0_el, &y0_el); in tile_extents()
2058 *y1_el = box->y / fmtl->bh + y0_el; in tile_extents()
2060 *y2_el = DIV_ROUND_UP(box->y + box->height, fmtl->bh) + y0_el; in tile_extents()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c2466 unsigned int x0_el, y0_el; in tile_extents() local
2473 brw_miptree_get_image_offset(mt, level, slice, &x0_el, &y0_el); in tile_extents()
2475 *y1_el = map->y / block_height + y0_el; in tile_extents()
2477 *y2_el = DIV_ROUND_UP(map->y + map->h, block_height) + y0_el; in tile_extents()