Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp614 for (int scopeNdx = 0; scopeNdx < VK_SYSTEM_ALLOCATION_SCOPE_LAST; ++scopeNdx) in checkAndLog() local
617 const VkSystemAllocationScope scope = (VkSystemAllocationScope)scopeNdx; in checkAndLog()
620 if ((allowedLiveAllocScopeBits & (1u << scopeNdx)) == 0 && in checkAndLog()
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp1437 for (int scopeNdx = 0; scopeNdx < DE_LENGTH_OF_ARRAY(scopeCases); scopeNdx++) in createTests() local
1439 …oup> scopeGroup(new tcu::TestCaseGroup(testCtx, scopeCases[scopeNdx].name, scopeCases[scopeNdx].de… in createTests()
1464 (Scope)scopeCases[scopeNdx].value, // Scope scope; in createTests()