Home
last modified time | relevance | path

Searched refs:z_image_y (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c2851 unsigned int z_image_x, z_image_y; in brw_miptree_unmap_depthstencil() local
2856 &z_image_x, &z_image_y); in brw_miptree_unmap_depthstencil()
2864 ptrdiff_t z_offset = ((y + z_image_y + map->y) * in brw_miptree_unmap_depthstencil()
2886 map->x + z_image_x, map->y + z_image_y, in brw_miptree_unmap_depthstencil()
2925 unsigned int z_image_x, z_image_y; in brw_miptree_map_depthstencil() local
2930 &z_image_x, &z_image_y); in brw_miptree_map_depthstencil()
2939 ptrdiff_t z_offset = ((map_y + z_image_y) * in brw_miptree_map_depthstencil()
2960 z_mt, map->x + z_image_x, map->y + z_image_y, in brw_miptree_map_depthstencil()