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.h170 VK_LAYER_EXPORT VkExtent3D FormatTexelBlockExtent(VkFormat format);
Dvk_format_utils.cpp902 VK_LAYER_EXPORT VkExtent3D FormatTexelBlockExtent(VkFormat format) { in FormatTexelBlockExtent() function
1172 VkExtent3D block_extent = FormatTexelBlockExtent(format); in FormatTexelSize()
Dbuffer_validation.cpp1876 VkExtent3D block_size = FormatTexelBlockExtent(src_format); in GetAdjustedDestImageExtent()
1881 VkExtent3D block_size = FormatTexelBlockExtent(dst_format); in GetAdjustedDestImageExtent()
1944 auto block_size = FormatTexelBlockExtent(img->createInfo.format); in GetScaledItg()
2208 const VkExtent3D block_size = FormatTexelBlockExtent(src_state->createInfo.format); in ValidateImageCopyData()
2324 const VkExtent3D block_size = FormatTexelBlockExtent(dst_state->createInfo.format); in ValidateImageCopyData()
4678 auto block_size = FormatTexelBlockExtent(image_state->createInfo.format); in ValidateBufferImageCopyData()
4780 auto block_extent = FormatTexelBlockExtent(image_info->format); in ValidateImageBounds()
4837 auto block_dim = FormatTexelBlockExtent(image_state->createInfo.format); in ValidateBufferBounds()