Searched refs:bufferFormatProperties (Results 1 – 1 of 1) sorted by relevance
38 VkNativeBufferFormatPropertiesOHOS bufferFormatProperties; in QueryHwBufferFormatProperties() local39 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 …]