Searched refs:FormatIsCompressed_ETC2_EAC (Results 1 – 3 of 3) sorted by relevance
144 VK_LAYER_EXPORT bool FormatIsCompressed_ETC2_EAC(VkFormat format);
282 VK_LAYER_EXPORT bool FormatIsCompressed_ETC2_EAC(VkFormat format) { in FormatIsCompressed_ETC2_EAC() function418 …ompressed_ASTC_LDR(format) || FormatIsCompressed_BC(format) || FormatIsCompressed_ETC2_EAC(format)… in FormatIsCompressed()
1478 FormatIsCompressed_ETC2_EAC(pCreateInfo->format))) { in PreCallValidateCreateImage()