Searched refs:s_image_y (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_mipmap_tree.c | 2850 unsigned int s_image_x, s_image_y; in brw_miptree_unmap_depthstencil() local 2854 &s_image_x, &s_image_y); in brw_miptree_unmap_depthstencil() 2862 y + s_image_y + map->y, in brw_miptree_unmap_depthstencil() 2887 s_mt, map->x + s_image_x, map->y + s_image_y, in brw_miptree_unmap_depthstencil() 2924 unsigned int s_image_x, s_image_y; in brw_miptree_map_depthstencil() local 2928 &s_image_x, &s_image_y); in brw_miptree_map_depthstencil() 2937 map_y + s_image_y, in brw_miptree_map_depthstencil() 2961 s_mt, map->x + s_image_x, map->y + s_image_y, in brw_miptree_map_depthstencil()
|