Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp3317 eSubsampledCoarseReconstructionEXT = VK_SAMPLER_CREATE_SUBSAMPLED_COARSE_RECONSTRUCTION_BIT_EXT, enumerator
3331 | SamplerCreateFlagBits::eSubsampledCoarseReconstructionEXT
Dvulkan_to_string.hpp659 …if ( value & SamplerCreateFlagBits::eSubsampledCoarseReconstructionEXT ) result += "SubsampledCoar… in to_string()
5167 …case SamplerCreateFlagBits::eSubsampledCoarseReconstructionEXT : return "SubsampledCoarseReconstru… in to_string()