Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_blit.c1722 can_shrink_surface(const struct blorp_surface_info *surf) in can_shrink_surface() function
1750 if (split_blorp_blit_debug && can_shrink_surface(surf)) in get_max_surface_size()
2336 if (can_shrink_surface(&orig_params->src)) in do_blorp_blit()
2338 if (can_shrink_surface(&orig_params->dst)) in do_blorp_blit()
2365 assert(can_shrink_surface(&orig_params->src)); in do_blorp_blit()
2368 assert(can_shrink_surface(&orig_params->dst)); in do_blorp_blit()