Searched refs:bufferViewTests (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiTests.cpp | 45 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()
|
D | vktApiBufferViewCreateTests.cpp | 213 …de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "create", "Buffer… in createBufferViewCreateTests() local 231 …bufferViewTests->addChild(new BufferViewTestCase(testCtx, testName.str() + "_uniform", testDescrip… in createBufferViewCreateTests() 242 …bufferViewTests->addChild(new BufferViewTestCase(testCtx, testName.str() + "_storage", testDescrip… in createBufferViewCreateTests() 246 return bufferViewTests.release(); in createBufferViewCreateTests()
|
D | vktApiBufferViewAccessTests.cpp | 894 …de::MovePtr<tcu::TestCaseGroup> bufferViewTests (new tcu::TestCaseGroup(testCtx, "access", "Buffer… in createBufferViewAccessTests() local 905 …bufferViewTests->addChild(new BufferViewTestCase(testCtx, "buffer_view_memory_test_complete", desc… in createBufferViewAccessTests() 917 …bufferViewTests->addChild(new BufferViewTestCase(testCtx, "buffer_view_memory_test_partial_offset0… in createBufferViewAccessTests() 929 …bufferViewTests->addChild(new BufferViewTestCase(testCtx, "buffer_view_memory_test_partial_offset1… in createBufferViewAccessTests() 932 return bufferViewTests.release(); in createBufferViewAccessTests()
|