Searched refs:s_image_y (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 2907 unsigned int s_image_x, s_image_y; in intel_miptree_unmap_depthstencil() local 2911 &s_image_x, &s_image_y); in intel_miptree_unmap_depthstencil() 2919 y + s_image_y + map->y, in intel_miptree_unmap_depthstencil() 2944 s_mt, map->x + s_image_x, map->y + s_image_y, in intel_miptree_unmap_depthstencil() 2981 unsigned int s_image_x, s_image_y; in intel_miptree_map_depthstencil() local 2985 &s_image_x, &s_image_y); in intel_miptree_map_depthstencil() 2994 map_y + s_image_y, in intel_miptree_map_depthstencil() 3018 s_mt, map->x + s_image_x, map->y + s_image_y, in intel_miptree_map_depthstencil()
|