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

/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c1748 can_shrink_surface(const struct brw_blorp_surface_info *surf) function in typeref:typename:bool
1776 if (split_blorp_blit_debug && can_shrink_surface(surf))
2347 if (can_shrink_surface(&orig_params->src))
2349 if (can_shrink_surface(&orig_params->dst))
2376 assert(can_shrink_surface(&orig_params->src));
2379 assert(can_shrink_surface(&orig_params->dst));
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c1652 can_shrink_surface(const struct brw_blorp_surface_info *surf) function in typeref:typename:bool
1679 can_shrink_surface(&params->src) &&
1680 can_shrink_surface(&params->dst);

Completed in 9 milliseconds