Searched refs:isVkFormatTexturable (Results 1 – 4 of 4) sorted by relevance
1423 return this->isVkFormatTexturable(vkFormat); in isFormatTexturable()1426 bool GrVkCaps::isVkFormatTexturable(VkFormat format) const { in isVkFormatTexturable() function in GrVkCaps1638 if (this->isVkFormatTexturable(VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK)) { in getBackendFormatFromCompressionType()1643 if (this->isVkFormatTexturable(VK_FORMAT_BC1_RGB_UNORM_BLOCK)) { in getBackendFormatFromCompressionType()1648 if (this->isVkFormatTexturable(VK_FORMAT_BC1_RGBA_UNORM_BLOCK)) { in getBackendFormatFromCompressionType()
40 bool isVkFormatTexturable(VkFormat) const;
866 SkASSERT(this->vkCaps().isVkFormatTexturable(texAttachment->imageFormat())); in uploadTexDataOptimal()982 SkASSERT(this->vkCaps().isVkFormatTexturable(vkFormat)); in uploadTexDataCompressed()1215 if (!caps.isVkFormatTexturable(info.fFormat)) { in check_tex_image_info()1530 if (texturable == GrTexturable::kYes && !fVkCaps->isVkFormatTexturable(vkFormat)) { in createVkImageForBackendSurface()1656 if (!caps.isVkFormatTexturable(vkFormat)) { in onCreateBackendTexture()
959 if (!vkCaps->isVkFormatTexturable(combo.fFormat)) { in DEF_GPUTEST_FOR_VULKAN_CONTEXT()