Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1397 static bool check_rt_image_info(const GrVkCaps& caps, const GrVkImageInfo& info, bool resolveOnly) { in check_rt_image_info() argument
1401 if (!resolveOnly && !SkToBool(info.fImageUsageFlags & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT)) { in check_rt_image_info()
1460 bool resolveOnly = sampleCnt > 1; in onWrapRenderableBackendTexture() local
1461 if (!check_rt_image_info(this->vkCaps(), imageInfo, resolveOnly)) { in onWrapRenderableBackendTexture()

Completed in 5 milliseconds