| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 1371 unsigned x0_el, y0_el; local in function:crocus_unmap_s8 1372 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); 1378 y0_el + box->y + y, 1419 unsigned x0_el, y0_el; local in function:crocus_map_s8 1420 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); 1426 y0_el + box->y + y, 1454 unsigned x0_el, y0_el; local in function:tile_extents 1455 get_image_offset_el(surf, level, box->z + z, &x0_el, &y0_el); 1458 *y1_el = box->y / fmtl->bh + y0_el; 1460 *y2_el = DIV_ROUND_UP(box->y + box->height, fmtl->bh) + y0_el; 1558 unsigned x0_el, y0_el; local in function:crocus_map_direct [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 1127 unsigned x0_el, y0_el; local in function:iris_unmap_s8 1128 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); 1134 y0_el + box->y + y, 1177 unsigned x0_el, y0_el; local in function:iris_map_s8 1178 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); 1184 y0_el + box->y + y, 1212 unsigned x0_el, y0_el; local in function:tile_extents 1213 get_image_offset_el(surf, level, box->z + z, &x0_el, &y0_el); 1216 *y1_el = box->y / fmtl->bh + y0_el; 1218 *y2_el = DIV_ROUND_UP(box->y + box->height, fmtl->bh) + y0_el; 1315 unsigned x0_el, y0_el; local in function:iris_map_direct [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 1973 unsigned x0_el, y0_el; local in function:iris_unmap_s8 1974 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); 1980 y0_el + box->y + y); 2020 unsigned x0_el, y0_el; local in function:iris_map_s8 2021 get_image_offset_el(surf, xfer->level, box->z + s, &x0_el, &y0_el); 2027 y0_el + box->y + y); 2054 unsigned x0_el, y0_el; local in function:tile_extents 2055 get_image_offset_el(surf, level, box->z + z, &x0_el, &y0_el); 2058 *y1_el = box->y / fmtl->bh + y0_el; 2060 *y2_el = DIV_ROUND_UP(box->y + box->height, fmtl->bh) + y0_el; 2156 unsigned x0_el, y0_el; local in function:iris_map_direct 2462 unsigned x0_el, y0_el; local in function:iris_texture_subdata [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_mipmap_tree.c | 3108 unsigned int x0_el, y0_el; local in function:tile_extents 3115 intel_miptree_get_image_offset(mt, level, slice, &x0_el, &y0_el); 3117 *y1_el = map->y / block_height + y0_el; 3119 *y2_el = DIV_ROUND_UP(map->y + map->h, block_height) + y0_el;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_mipmap_tree.c | 2466 unsigned int x0_el, y0_el; local in function:tile_extents 2473 brw_miptree_get_image_offset(mt, level, slice, &x0_el, &y0_el); 2475 *y1_el = map->y / block_height + y0_el; 2477 *y2_el = DIV_ROUND_UP(map->y + map->h, block_height) + y0_el;
|