Lines Matching refs:vkCaps
198 !vkGpu->vkCaps().supportsProtectedMemory()) { in Make()
325 (this->vkCaps().preferDiscardableMSAAAttachment() && vkRT->resolveAttachment() && in onGetOpsRenderPass()
345 if (useMSAASurface && this->vkCaps().preferDiscardableMSAAAttachment() && in onGetOpsRenderPass()
565 if (bufferColorType != this->vkCaps().transferColorType(format, surfaceColorType)) { in onTransferPixelsTo()
638 if (bufferColorType != this->vkCaps().transferColorType(format, surfaceColorType)) { in onTransferPixelsFrom()
722 if (this->vkCaps().preferDiscardableMSAAAttachment() && rt->resolveAttachment() && in onResolveRenderTarget()
864 SkASSERT(this->vkCaps().surfaceSupportsWritePixels(texAttachment)); in uploadTexDataOptimal()
866 SkASSERT(this->vkCaps().isVkFormatTexturable(texAttachment->imageFormat())); in uploadTexDataOptimal()
982 SkASSERT(this->vkCaps().isVkFormatTexturable(vkFormat)); in uploadTexDataCompressed()
1252 if (!check_image_info(this->vkCaps(), imageInfo, kAdopt_GrWrapOwnership == ownership, in onWrapBackendTexture()
1257 if (!check_tex_image_info(this->vkCaps(), imageInfo)) { in onWrapBackendTexture()
1286 if (!check_image_info(this->vkCaps(), imageInfo, kAdopt_GrWrapOwnership == ownership, in onWrapRenderableBackendTexture()
1291 if (!check_tex_image_info(this->vkCaps(), imageInfo)) { in onWrapRenderableBackendTexture()
1297 if (!check_rt_image_info(this->vkCaps(), imageInfo, resolveOnly)) { in onWrapRenderableBackendTexture()
1305 sampleCnt = this->vkCaps().getRenderTargetSampleCount(sampleCnt, imageInfo.fFormat); in onWrapRenderableBackendTexture()
1322 if (!check_image_info(this->vkCaps(), info, false, this->queueIndex())) { in onWrapBackendRenderTarget()
1328 if (!check_rt_image_info(this->vkCaps(), info, kResolveOnly)) { in onWrapBackendRenderTarget()
1362 int sampleCnt = this->vkCaps().getRenderTargetSampleCount(1, vkInfo.fFormat); in onWrapVulkanSecondaryCBAsRenderTarget()
1391 const GrVkCaps& caps = this->vkCaps(); in onRegenerateMipMapLevels()
1473 VkFormat sFmt = this->vkCaps().preferredStencilFormat(); in makeStencilAttachment()
1486 SkASSERT(this->vkCaps().isFormatRenderable(pixelFormat, numSamples)); in makeMSAAAttachment()
1644 const GrVkCaps& caps = this->vkCaps(); in onCreateBackendTexture()
1882 GrVkRenderTarget::ReconstructAttachmentsDescriptor(this->vkCaps(), programInfo, in compile()
1895 this->vkCaps().preferDiscardableMSAAAttachment()) { in compile()
1950 VkFormat vkFormat = this->vkCaps().getFormatFromColorType(ct); in createTestingOnlyBackendRenderTarget()
2095 if (this->vkCaps().mustSyncCommandBuffersWithQueue()) { in finishOutstandingGpuWork()
2130 SkASSERT(this->vkCaps().canCopyImage(dstFormat, dstSampleCnt, dstHasYcbcr, in copySurfaceAsCopyImage()
2191 SkASSERT(this->vkCaps().canCopyAsBlit(dstFormat, dstSampleCnt, dstImage->isLinearTiled(), in copySurfaceAsBlit()
2268 bool useDiscardableMSAA = this->vkCaps().preferDiscardableMSAAAttachment(); in onCopySurface()
2316 if (this->vkCaps().canCopyAsResolve(dstFormat, dstSampleCnt, dstHasYcbcr, in onCopySurface()
2322 if (this->vkCaps().canCopyImage(dstFormat, dstSampleCnt, dstHasYcbcr, in onCopySurface()
2328 if (this->vkCaps().canCopyAsBlit(dstFormat, dstSampleCnt, dstImage->isLinearTiled(), in onCopySurface()
2368 dstColorType != this->vkCaps().transferColorType(image->imageFormat(), surfaceColorType)) { in onReadPixels()