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.cpp1333 gl::SupportedSampleSet depthStencilSampleCounts; in GenerateConfigs() local
1344 vk_gl::AddSampleCounts(depthStencilSampleCountsLimit, &depthStencilSampleCounts); in GenerateConfigs()
1348 depthStencilSampleCounts.insert(0); in GenerateConfigs()
1351 depthStencilSampleCounts.begin(), depthStencilSampleCounts.end(), in GenerateConfigs()
1379 configSampleCounts = &depthStencilSampleCounts; in GenerateConfigs()