Searched refs:SWR_MAX_TEXTURE_SIZE (Results 1 – 1 of 1) sorted by relevance
54 #define SWR_MAX_TEXTURE_SIZE (2 * 1024 * 1024 * 1024ULL) /* 2GB */ macro800 if (swr_resource_is_texture(&res->base) && total_size > SWR_MAX_TEXTURE_SIZE) in swr_texture_layout()