Lines Matching refs:vkCaps

213          !vkGpu->vkCaps().supportsProtectedMemory()) {
344 (this->vkCaps().supportsDiscardableMSAAForDMSAA() &&
365 if (useMSAASurface && this->vkCaps().renderTargetSupportsDiscardableMSAA(vkRT)) {
596 if (bufferColorType != this->vkCaps().transferColorType(format, surfaceColorType)) {
668 if (bufferColorType != this->vkCaps().transferColorType(format, surfaceColorType)) {
752 if (this->vkCaps().renderTargetSupportsDiscardableMSAA(rt)) {
940 SkASSERT(this->vkCaps().surfaceSupportsWritePixels(texImage));
942 SkASSERT(this->vkCaps().isVkFormatTexturable(texImage->imageFormat()));
1054 SkASSERT(this->vkCaps().isVkFormatTexturable(vkFormat));
1118 SkASSERT(this->vkCaps().isVkFormatTexturable(vkFormat));
1416 if (!check_image_info(this->vkCaps(), imageInfo, kAdopt_GrWrapOwnership == ownership,
1421 if (!check_tex_image_info(this->vkCaps(), imageInfo)) {
1450 if (!check_image_info(this->vkCaps(), imageInfo, kAdopt_GrWrapOwnership == ownership,
1455 if (!check_tex_image_info(this->vkCaps(), imageInfo)) {
1461 if (!check_rt_image_info(this->vkCaps(), imageInfo, resolveOnly)) {
1469 sampleCnt = this->vkCaps().getRenderTargetSampleCount(sampleCnt, imageInfo.fFormat);
1486 if (!check_image_info(this->vkCaps(), info, false, this->queueIndex())) {
1492 if (!check_rt_image_info(this->vkCaps(), info, kResolveOnly)) {
1526 int sampleCnt = this->vkCaps().getRenderTargetSampleCount(1, vkInfo.fFormat);
1555 const GrVkCaps& caps = this->vkCaps();
1637 VkFormat sFmt = this->vkCaps().preferredStencilFormat();
1651 SkASSERT(this->vkCaps().isFormatRenderable(pixelFormat, numSamples));
1811 const GrVkCaps& caps = this->vkCaps();
2053 GrVkRenderTarget::ReconstructAttachmentsDescriptor(this->vkCaps(), programInfo,
2065 if (this->vkCaps().programInfoWillUseDiscardableMSAA(programInfo) &&
2121 VkFormat vkFormat = this->vkCaps().getFormatFromColorType(ct);
2266 if (this->vkCaps().mustSyncCommandBuffersWithQueue()) {
2304 SkASSERT(this->vkCaps().canCopyImage(dstFormat, dstSampleCnt, dstHasYcbcr,
2368 SkASSERT(this->vkCaps().canCopyAsBlit(dstFormat,
2461 if (this->vkCaps().renderTargetSupportsDiscardableMSAA(vkRT)) {
2478 if (this->vkCaps().renderTargetSupportsDiscardableMSAA(vkRT)) {
2500 if (this->vkCaps().canCopyAsResolve(dstFormat, dstSampleCnt, dstHasYcbcr,
2506 if (this->vkCaps().canCopyImage(dstFormat, dstSampleCnt, dstHasYcbcr,
2512 if (this->vkCaps().canCopyAsBlit(dstFormat,
2560 dstColorType != this->vkCaps().transferColorType(image->imageFormat(), surfaceColorType)) {