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

/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c2222 unsigned max_dst_surface_size = get_max_surface_size(devinfo, &params->dst); local in function:try_blorp_blit
2223 if (params->dst.surf.logical_level0_px.width > max_dst_surface_size)
2225 if (params->dst.surf.logical_level0_px.height > max_dst_surface_size)

Completed in 5 milliseconds