Lines Matching refs:vkFormat
823 VkFormat vkFormat,
835 size_t bytesPerBlock = GrVkFormatBytesPerBlock(vkFormat);
1036 SkImage::CompressionType compression, VkFormat vkFormat,
1053 SkASSERT(uploadTexture->imageFormat() == vkFormat);
1054 SkASSERT(this->vkCaps().isVkFormatTexturable(vkFormat));
1065 vkFormat,
1102 SkImage::CompressionType compression, VkFormat vkFormat,
1117 SkASSERT(uploadTexture->imageFormat() == vkFormat);
1118 SkASSERT(this->vkCaps().isVkFormatTexturable(vkFormat));
1660 VkFormat vkFormat,
1665 SkASSERT(!GrVkFormatIsCompressed(vkFormat));
1669 size_t bytesPerPixel = GrVkFormatBytesPerBlock(vkFormat);
1681 bool GrVkGpu::createVkImageForBackendSurface(VkFormat vkFormat,
1695 if (texturable == GrTexturable::kYes && !fVkCaps->isVkFormatTexturable(vkFormat)) {
1705 sampleCnt = fVkCaps->getRenderTargetSampleCount(sampleCnt, vkFormat);
1730 imageDesc.fFormat = vkFormat;
1817 VkFormat vkFormat;
1818 if (!format.asVkFormat(&vkFormat)) {
1823 if (!caps.isVkFormatTexturable(vkFormat)) {
1827 if (GrVkFormatNeedsYcbcrSampler(vkFormat)) {
1832 if (!this->createVkImageForBackendSurface(vkFormat, dimensions, 1, GrTexturable::kYes,
2121 VkFormat vkFormat = this->vkCaps().getFormatFromColorType(ct);
2124 if (!this->createVkImageForBackendSurface(vkFormat, dimensions, sampleCnt, GrTexturable::kNo,