Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1605 VkExtensionProperties ycbcr_props; in on_vkEnumerateDeviceExtensionProperties() local
1606 strncpy(ycbcr_props.extensionName, VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME, in on_vkEnumerateDeviceExtensionProperties()
1607 sizeof(ycbcr_props.extensionName)); in on_vkEnumerateDeviceExtensionProperties()
1608 ycbcr_props.specVersion = VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION; in on_vkEnumerateDeviceExtensionProperties()
1609 properties.push_back(ycbcr_props); in on_vkEnumerateDeviceExtensionProperties()