Searched refs:currentStackSize (Results 1 – 1 of 1) sorted by relevance
2378 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePushDebugGroupKHR() local2379 if (currentStackSize >= context->getExtensions().maxDebugGroupStackDepth) in ValidatePushDebugGroupKHR()2396 size_t currentStackSize = context->getState().getDebug().getGroupStackDepth(); in ValidatePopDebugGroupKHR() local2397 if (currentStackSize <= 1) in ValidatePopDebugGroupKHR()