Searched refs:requiredUsageFlags (Results 1 – 1 of 1) sorted by relevance
214 …e physicalDevice, VkFormat format, VkImageTiling imageTiling, VkImageUsageFlags requiredUsageFlags) in requireFormatUsageSupport() argument236 if ((requiredUsageFlags & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) != 0) in requireFormatUsageSupport()240 requiredUsageFlags ^= VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in requireFormatUsageSupport()244 if ((requiredUsageFlags & VK_IMAGE_USAGE_TRANSFER_SRC_BIT) != 0) in requireFormatUsageSupport()248 requiredUsageFlags ^= VK_IMAGE_USAGE_TRANSFER_SRC_BIT; in requireFormatUsageSupport()252 DE_ASSERT(!requiredUsageFlags && "checking other image usage bits not supported yet"); in requireFormatUsageSupport()