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 | 3394 unsigned int s_image_x, s_image_y; in intel_miptree_map_depthstencil() local 3398 &s_image_x, &s_image_y); in intel_miptree_map_depthstencil() 3407 map_y + s_image_y, in intel_miptree_map_depthstencil() 3431 s_mt, map->x + s_image_x, map->y + s_image_y, in intel_miptree_map_depthstencil() 3455 unsigned int s_image_x, s_image_y; in intel_miptree_unmap_depthstencil() local 3459 &s_image_x, &s_image_y); in intel_miptree_unmap_depthstencil() 3467 y + s_image_y + map->y, in intel_miptree_unmap_depthstencil() 3492 s_mt, map->x + s_image_x, map->y + s_image_y, in intel_miptree_unmap_depthstencil()
|