Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1384 unsigned x0_el, y0_el; in crocus_unmap_s8() local
1385 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in crocus_unmap_s8()
1391 y0_el + box->y + y, in crocus_unmap_s8()
1432 unsigned x0_el, y0_el; in crocus_map_s8() local
1433 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in crocus_map_s8()
1439 y0_el + box->y + y, in crocus_map_s8()
1467 unsigned x0_el, y0_el; in tile_extents() local
1468 get_image_offset_el(surf, level, box->z + z, &x0_el, &y0_el); in tile_extents()
1471 *y1_el = box->y / fmtl->bh + y0_el; in tile_extents()
1473 *y2_el = DIV_ROUND_UP(box->y + box->height, fmtl->bh) + y0_el; in tile_extents()
1571 unsigned x0_el, y0_el; crocus_map_direct() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2124 unsigned x0_el, y0_el; in iris_unmap_s8() local
2125 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in iris_unmap_s8()
2131 y0_el + box->y + y); in iris_unmap_s8()
2171 unsigned x0_el, y0_el; in iris_map_s8() local
2172 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in iris_map_s8()
2178 y0_el + box->y + y); in iris_map_s8()
2205 unsigned x0_el, y0_el; in tile_extents() local
2206 get_image_offset_el(surf, level, box->z + z, &x0_el, &y0_el); in tile_extents()
2209 *y1_el = box->y / fmtl->bh + y0_el; in tile_extents()
2211 *y2_el = DIV_ROUND_UP(box->y + box->height, fmtl->bh) + y0_el; in tile_extents()
2308 unsigned x0_el, y0_el; iris_map_direct() local
2592 unsigned x0_el, y0_el; iris_texture_subdata() local
[all...]

Completed in 7 milliseconds