Searched refs:opGroupName (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTimelineSemaphoreTests.cpp | 1173 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in initCommonTests() local 1176 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in initCommonTests() 1751 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init() local 1754 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in init() 2227 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init() local 2230 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in init()
|
D | vktSynchronizationSignalOrderTests.cpp | 1198 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init() local 1201 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in init() 1737 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init() local 1740 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(m_testCtx, opGroupName.c_str(), ""… in init()
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 730 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests() local 733 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 912 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests() local 915 MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests()
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1377 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests() local 1380 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1879 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests() local 1882 …de::MovePtr<tcu::TestCaseGroup> opGroup (new tcu::TestCaseGroup(testCtx, opGroupName.c_str(), "")); in createTests()
|