Home
last modified time | relevance | path

Searched refs:x0_el (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1623 unsigned x0_el, y0_el; in iris_unmap_s8() local
1624 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in iris_unmap_s8()
1629 x0_el + box->x + x, in iris_unmap_s8()
1670 unsigned x0_el, y0_el; in iris_map_s8() local
1671 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); in iris_map_s8()
1676 x0_el + box->x + x, in iris_map_s8()
1704 unsigned x0_el, y0_el; in tile_extents() local
1705 get_image_offset_el(surf, level, box->z + z, &x0_el, &y0_el); in tile_extents()
1707 *x1_B = (box->x / fmtl->bw + x0_el) * cpp; in tile_extents()
1709 *x2_B = (DIV_ROUND_UP(box->x + box->width, fmtl->bw) + x0_el) * cpp; in tile_extents()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2523 unsigned int x0_el, y0_el; in tile_extents() local
2530 intel_miptree_get_image_offset(mt, level, slice, &x0_el, &y0_el); in tile_extents()
2531 *x1_B = (map->x / block_width + x0_el) * mt->cpp; in tile_extents()
2533 *x2_B = (DIV_ROUND_UP(map->x + map->w, block_width) + x0_el) * mt->cpp; in tile_extents()