Home
last modified time | relevance | path

Searched refs:ahb_format_props (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3304 …auto ahb_format_props = lvl_find_in_chain<VkAndroidHardwareBufferFormatPropertiesANDROID>(pPropert… in PostCallRecordGetAndroidHardwareBufferProperties() local
3305 if (ahb_format_props) { in PostCallRecordGetAndroidHardwareBufferProperties()
3307 ext_formats->insert(ahb_format_props->externalFormat); in PostCallRecordGetAndroidHardwareBufferProperties()
3441 VkAndroidHardwareBufferFormatPropertiesANDROID ahb_format_props = {}; in ValidateAllocateMemoryANDROID() local
3442ahb_format_props.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID; in ValidateAllocateMemoryANDROID()
3445 ahb_props.pNext = &ahb_format_props; in ValidateAllocateMemoryANDROID()
3476 if (((uint64_t)AHARDWAREBUFFER_FORMAT_BLOB != ahb_format_props.externalFormat) || in ValidateAllocateMemoryANDROID()
3485 ahb_format_props.externalFormat, ahb_desc.usage); in ValidateAllocateMemoryANDROID()
3504 if ((ici->format != ahb_format_props.format) && (VK_FORMAT_UNDEFINED != ici->format)) { in ValidateAllocateMemoryANDROID()
3510 … string_VkFormat(ici->format), string_VkFormat(ahb_format_props.format)); in ValidateAllocateMemoryANDROID()