Searched refs:x0_el (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 1370 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() 1376 x0_el + box->x + x, 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() 1424 x0_el + box->x + x, 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() 1456 *x1_B = (box->x / fmtl->bw + x0_el) * cpp; in tile_extents() 1458 *x2_B = (DIV_ROUND_UP(box->x + box->width, fmtl->bw) + x0_el) * cpp; in tile_extents() [all …]
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 1973 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() 1979 x0_el + box->x + x, 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() 2026 x0_el + box->x + x, 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() 2057 *x1_B = (box->x / fmtl->bw + x0_el) * cpp; in tile_extents() 2059 *x2_B = (DIV_ROUND_UP(box->x + box->width, fmtl->bw) + x0_el) * cpp; in tile_extents() [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_mipmap_tree.c | 2466 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() 2474 *x1_B = (map->x / block_width + x0_el) * mt->cpp; in tile_extents() 2476 *x2_B = (DIV_ROUND_UP(map->x + map->w, block_width) + x0_el) * mt->cpp; in tile_extents()
|