Home
last modified time | relevance | path

Searched refs:isVkFormatTexturable (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkCaps.cpp1423 return this->isVkFormatTexturable(vkFormat); in isFormatTexturable()
1426 bool GrVkCaps::isVkFormatTexturable(VkFormat format) const { in isVkFormatTexturable() function in GrVkCaps
1638 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()
DGrVkCaps.h40 bool isVkFormatTexturable(VkFormat) const;
DGrVkGpu.cpp866 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()
/external/skia/tests/
DBackendAllocationTest.cpp959 if (!vkCaps->isVkFormatTexturable(combo.fFormat)) { in DEF_GPUTEST_FOR_VULKAN_CONTEXT()