Searched refs:scopeNdx (Results 1 – 2 of 2) sorted by relevance
614 for (int scopeNdx = 0; scopeNdx < VK_SYSTEM_ALLOCATION_SCOPE_LAST; ++scopeNdx) in checkAndLog() local617 const VkSystemAllocationScope scope = (VkSystemAllocationScope)scopeNdx; in checkAndLog()620 if ((allowedLiveAllocScopeBits & (1u << scopeNdx)) == 0 && in checkAndLog()
1889 for (int scopeNdx = 0; scopeNdx < DE_LENGTH_OF_ARRAY(scopeCases); scopeNdx++) in createTests() local1891 …oup> scopeGroup(new tcu::TestCaseGroup(testCtx, scopeCases[scopeNdx].name, scopeCases[scopeNdx].de… in createTests()1916 (Scope)scopeCases[scopeNdx].value, // Scope scope; in createTests()