Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp623 static const DispatchCaseDesc s_dispatchCases[] = in createIndirectComputeDispatchTests() local
669 for (deUint32 ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_dispatchCases); ndx++) in createIndirectComputeDispatchTests()
671 …groupBufferUpload->addChild(new IndirectDispatchCaseBufferUpload(testCtx, s_dispatchCases[ndx], gl… in createIndirectComputeDispatchTests()
677 for (deUint32 ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_dispatchCases); ndx++) in createIndirectComputeDispatchTests()
679 …groupBufferGenerate->addChild(new IndirectDispatchCaseBufferGenerate(testCtx, s_dispatchCases[ndx]… in createIndirectComputeDispatchTests()