Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_format_utils.h171 VK_LAYER_EXPORT VkExtent3D FormatTexelBlockExtent(VkFormat format);
Dvk_format_utils.cpp902 VK_LAYER_EXPORT VkExtent3D FormatTexelBlockExtent(VkFormat format) { in FormatTexelBlockExtent() function
1190 VkExtent3D block_extent = FormatTexelBlockExtent(format); in FormatTexelSize()
Dbuffer_validation.cpp1914 VkExtent3D block_size = FormatTexelBlockExtent(src_format); in GetAdjustedDestImageExtent()
1919 VkExtent3D block_size = FormatTexelBlockExtent(dst_format); in GetAdjustedDestImageExtent()
1982 auto block_size = FormatTexelBlockExtent(img->createInfo.format); in GetScaledItg()
2241 const VkExtent3D block_size = FormatTexelBlockExtent(src_state->createInfo.format); in ValidateImageCopyData()
2357 const VkExtent3D block_size = FormatTexelBlockExtent(dst_state->createInfo.format); in ValidateImageCopyData()
4794 auto block_size = FormatTexelBlockExtent(image_state->createInfo.format); in ValidateBufferImageCopyData()
4896 auto block_extent = FormatTexelBlockExtent(image_info->format); in ValidateImageBounds()
4934 auto block_dim = FormatTexelBlockExtent(image_state->createInfo.format); in ValidateBufferBounds()