Searched refs:z_image_y (Results 1 – 1 of 1) sorted by relevance
2908 unsigned int z_image_x, z_image_y; in intel_miptree_unmap_depthstencil() local2913 &z_image_x, &z_image_y); in intel_miptree_unmap_depthstencil()2921 ptrdiff_t z_offset = ((y + z_image_y + map->y) * in intel_miptree_unmap_depthstencil()2943 map->x + z_image_x, map->y + z_image_y, in intel_miptree_unmap_depthstencil()2982 unsigned int z_image_x, z_image_y; in intel_miptree_map_depthstencil() local2987 &z_image_x, &z_image_y); in intel_miptree_map_depthstencil()2996 ptrdiff_t z_offset = ((map_y + z_image_y) * in intel_miptree_map_depthstencil()3017 z_mt, map->x + z_image_x, map->y + z_image_y, in intel_miptree_map_depthstencil()