Searched refs:FormatTexelSize (Results 1 – 3 of 3) sorted by relevance
173 VK_LAYER_EXPORT double FormatTexelSize(VkFormat format);
1188 VK_LAYER_EXPORT double FormatTexelSize(VkFormat format) { in FormatTexelSize() function
1429 … uint64_t total_size = (uint64_t)std::ceil(FormatTexelSize(pCreateInfo->format) * texel_count); in PreCallValidateCreateImage()