Searched refs:s_image_x (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() 2918 x + s_image_x + map->x, 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() 2993 map_x + s_image_x, in intel_miptree_map_depthstencil() 3018 s_mt, map->x + s_image_x, map->y + s_image_y, in intel_miptree_map_depthstencil()
|