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.cpp45 void createBufferViewTests (tcu::TestCaseGroup* bufferViewTests) in createBufferViewTests() argument
47 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); in createBufferViewTests()
49 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests()
50 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests()
DvktApiBufferViewCreateTests.cpp213 …de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "create", "Buffer… in createBufferViewCreateTests() local
231bufferViewTests->addChild(new BufferViewTestCase(testCtx, testName.str() + "_uniform", testDescrip… in createBufferViewCreateTests()
242bufferViewTests->addChild(new BufferViewTestCase(testCtx, testName.str() + "_storage", testDescrip… in createBufferViewCreateTests()
246 return bufferViewTests.release(); in createBufferViewCreateTests()
DvktApiBufferViewAccessTests.cpp894 …de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "access", "Buffer… in createBufferViewAccessTests() local
905bufferViewTests->addChild(new BufferViewTestCase(testCtx, "buffer_view_memory_test_complete", desc… in createBufferViewAccessTests()
917bufferViewTests->addChild(new BufferViewTestCase(testCtx, "buffer_view_memory_test_partial_offset0… in createBufferViewAccessTests()
929bufferViewTests->addChild(new BufferViewTestCase(testCtx, "buffer_view_memory_test_partial_offset1… in createBufferViewAccessTests()
932 return bufferViewTests.release(); in createBufferViewAccessTests()