Searched refs:x0_el (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.c | 1384 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() 1390 x0_el + box->x + x, 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() 1438 x0_el + box->x + x, 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() 1470 *x1_B = (box->x / fmtl->bw + x0_el) * cpp; in tile_extents() 1472 *x2_B = (DIV_ROUND_UP(box->x + box->width, fmtl->bw) + x0_el) * cp in tile_extents() 1571 unsigned x0_el, y0_el; crocus_map_direct() local [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 2124 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() 2130 x0_el + box->x + x, 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() 2177 x0_el + box->x + x, 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() 2208 *x1_B = (box->x / fmtl->bw + x0_el) * cpp; in tile_extents() 2210 *x2_B = (DIV_ROUND_UP(box->x + box->width, fmtl->bw) + x0_el) * cp 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