Searched refs:FormatTexelBlockExtent (Results 1 – 3 of 3) sorted by relevance
170 VK_LAYER_EXPORT VkExtent3D FormatTexelBlockExtent(VkFormat format);
902 VK_LAYER_EXPORT VkExtent3D FormatTexelBlockExtent(VkFormat format) { in FormatTexelBlockExtent() function1172 VkExtent3D block_extent = FormatTexelBlockExtent(format); in FormatTexelSize()
1876 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()