Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_vk.cpp31 static constexpr string_view DEVICE_EXTENSION_SAMPLER_YCBCR_CONVERSION { variable
45 extensions.push_back(DEVICE_EXTENSION_SAMPLER_YCBCR_CONVERSION); in GetPlatformDeviceExtensions()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp67 static constexpr string_view DEVICE_EXTENSION_SAMPLER_YCBCR_CONVERSION { variable
504 …mplerYcbcrConversion = enabledDeviceExtensions.contains(DEVICE_EXTENSION_SAMPLER_YCBCR_CONVERSION); in GetEnabledCommonDeviceExtensions()