Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1866 unsigned max_surface_size = get_max_surface_size(devinfo, params); in try_blorp_blit() local
1867 if (params->src.surf.logical_level0_px.width > max_surface_size || in try_blorp_blit()
1868 params->dst.surf.logical_level0_px.width > max_surface_size) in try_blorp_blit()
1870 if (params->src.surf.logical_level0_px.height > max_surface_size || in try_blorp_blit()
1871 params->dst.surf.logical_level0_px.height > max_surface_size) in try_blorp_blit()