Home
last modified time | relevance | path

Searched refs:vk_format_compressed_block_size (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.h114 VK_LAYER_EXPORT VkExtent2D vk_format_compressed_block_size(VkFormat format);
Dvk_layer_utils.cpp557 VK_LAYER_EXPORT VkExtent2D vk_format_compressed_block_size(VkFormat format) { in vk_format_compressed_block_size() function
Dcore_validation.cpp8067 auto block_size = vk_format_compressed_block_size(img->createInfo.format); in GetScaledItg()