Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2908 unsigned int z_image_x, z_image_y; in intel_miptree_unmap_depthstencil() local
2913 &z_image_x, &z_image_y); in intel_miptree_unmap_depthstencil()
2923 (x + z_image_x + map->x)); 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() local
2987 &z_image_x, &z_image_y); in intel_miptree_map_depthstencil()
2998 (map_x + z_image_x)); in intel_miptree_map_depthstencil()
3017 z_mt, map->x + z_image_x, map->y + z_image_y, in intel_miptree_map_depthstencil()