Searched refs:imgFormProps (Results 1 – 2 of 2) sorted by relevance
616 VkImageFormatProperties2 imgFormProps; in checkOptimalHardwareBuffer() local617 imgFormProps.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2; in checkOptimalHardwareBuffer()618 imgFormProps.pNext = &externalImgFormatProps; in checkOptimalHardwareBuffer()621 &imageFormatInfo, &imgFormProps); in checkOptimalHardwareBuffer()627 const VkImageFormatProperties& imageFormatProperties = imgFormProps.imageFormatProperties; in checkOptimalHardwareBuffer()
610 VkImageFormatProperties2 imgFormProps; in checkOptimalHardwareBuffer() local611 imgFormProps.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2; in checkOptimalHardwareBuffer()612 imgFormProps.pNext = &externalImgFormatProps; in checkOptimalHardwareBuffer()615 &imageFormatInfo, &imgFormProps); in checkOptimalHardwareBuffer()621 const VkImageFormatProperties& imageFormatProperties = imgFormProps.imageFormatProperties; in checkOptimalHardwareBuffer()