Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp663 gl::SupportedSampleSet depthStencilSampleCounts; in GenerateConfigs() local
674 vk_gl::AddSampleCounts(depthStencilSampleCountsLimit, &depthStencilSampleCounts); in GenerateConfigs()
678 depthStencilSampleCounts.insert(0); in GenerateConfigs()
681 depthStencilSampleCounts.begin(), depthStencilSampleCounts.end(), in GenerateConfigs()
709 configSampleCounts = &depthStencilSampleCounts; in GenerateConfigs()