Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiTests.cpp59 void createBufferViewTests (tcu::TestCaseGroup* bufferViewTests) in createBufferViewTests() argument
61 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests()
63 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests()
64 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests()
DvktApiBufferViewCreateTests.cpp404 …de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "create", "B… in createBufferViewCreateTests() local
406 if (!bufferViewTests) in createBufferViewCreateTests()
449 bufferViewTests->addChild(bufferViewAllocationGroupTests[subgroupNdx].release()); in createBufferViewCreateTests()
452 return bufferViewTests.release(); in createBufferViewCreateTests()
DvktApiBufferViewAccessTests.cpp543 …de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "access", "B… in createBufferViewAccessTests() local
613 bufferViewTests->addChild(bufferViewAllocationGroupTests[subgroupNdx].release()); in createBufferViewAccessTests()
615 return bufferViewTests.release(); in createBufferViewAccessTests()