Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES2.cpp2378 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePushDebugGroupKHR() local
2379 if (currentStackSize >= context->getExtensions().maxDebugGroupStackDepth) in ValidatePushDebugGroupKHR()
2396 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePopDebugGroupKHR() local
2397 if (currentStackSize <= 1) in ValidatePopDebugGroupKHR()