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