Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_hardware_buffer_util.cpp38 VkNativeBufferFormatPropertiesOHOS bufferFormatProperties; in QueryHwBufferFormatProperties() local
39 bufferFormatProperties.sType = VK_STRUCTURE_TYPE_NATIVE_BUFFER_FORMAT_PROPERTIES_OHOS; in QueryHwBufferFormatProperties()
40 bufferFormatProperties.pNext = nullptr; in QueryHwBufferFormatProperties()
44 &bufferFormatProperties, // pNext in QueryHwBufferFormatProperties()
58 hardwareBufferProperties.format = bufferFormatProperties.format; in QueryHwBufferFormatProperties()
59 hardwareBufferProperties.externalFormat = bufferFormatProperties.externalFormat; in QueryHwBufferFormatProperties()
60 hardwareBufferProperties.formatFeatures = bufferFormatProperties.formatFeatures; in QueryHwBufferFormatProperties()
62 bufferFormatProperties.samplerYcbcrConversionComponents; in QueryHwBufferFormatProperties()
63 hardwareBufferProperties.suggestedYcbcrModel = bufferFormatProperties.suggestedYcbcrModel; in QueryHwBufferFormatProperties()
64 hardwareBufferProperties.suggestedYcbcrRange = bufferFormatProperties.suggestedYcbcrRange; in QueryHwBufferFormatProperties()
[all …]