Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp6056eAllowDisableOpacityMicromapsEXT = VK_BUILD_ACCELERATION_STRUCTURE_ALLOW_DISABLE_OPACITY_MICROMAPS… enumerator
6080 | BuildAccelerationStructureFlagBitsKHR::eAllowDisableOpacityMicromapsEXT
Dvulkan_to_string.hpp2025 …if ( value & BuildAccelerationStructureFlagBitsKHR::eAllowDisableOpacityMicromapsEXT ) result += "… in to_string()
7196 …case BuildAccelerationStructureFlagBitsKHR::eAllowDisableOpacityMicromapsEXT : return "AllowDisabl… in to_string()