Searched refs:bufferViewTests (Results 1 – 3 of 3) sorted by relevance
59 void createBufferViewTests (tcu::TestCaseGroup* bufferViewTests) in createBufferViewTests() argument61 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests()63 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests()64 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests()
404 …de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "create", "B… in createBufferViewCreateTests() local406 if (!bufferViewTests) in createBufferViewCreateTests()449 bufferViewTests->addChild(bufferViewAllocationGroupTests[subgroupNdx].release()); in createBufferViewCreateTests()452 return bufferViewTests.release(); in createBufferViewCreateTests()
543 …de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "access", "B… in createBufferViewAccessTests() local613 bufferViewTests->addChild(bufferViewAllocationGroupTests[subgroupNdx].release()); in createBufferViewAccessTests()615 return bufferViewTests.release(); in createBufferViewAccessTests()