Searched refs:z_image_y (Results 1 – 1 of 1) sorted by relevance
3395 unsigned int z_image_x, z_image_y; in intel_miptree_map_depthstencil() local3400 &z_image_x, &z_image_y); in intel_miptree_map_depthstencil()3409 ptrdiff_t z_offset = ((map_y + z_image_y) * in intel_miptree_map_depthstencil()3430 z_mt, map->x + z_image_x, map->y + z_image_y, in intel_miptree_map_depthstencil()3456 unsigned int z_image_x, z_image_y; in intel_miptree_unmap_depthstencil() local3461 &z_image_x, &z_image_y); in intel_miptree_unmap_depthstencil()3469 ptrdiff_t z_offset = ((y + z_image_y + map->y) * in intel_miptree_unmap_depthstencil()3491 map->x + z_image_x, map->y + z_image_y, in intel_miptree_unmap_depthstencil()