Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c2231 unsigned max_src_surface_size = get_max_surface_size(devinfo, &params->src); in try_blorp_blit() local
2232 if (params->src.surf.logical_level0_px.width > max_src_surface_size) in try_blorp_blit()
2234 if (params->src.surf.logical_level0_px.height > max_src_surface_size) in try_blorp_blit()