Searched refs:stCases (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelMessagePassing.cpp | 1844 TestGroupCase stCases[] = in createTests() local 1922 for (int stNdx = 0; stNdx < DE_LENGTH_OF_ARRAY(stCases); stNdx++) in createTests() 1924 de::MovePtr<tcu::TestCaseGroup> stGroup(new tcu::TestCaseGroup(testCtx, stCases[stNdx].name, stCases[stNdx].description)); in createTests() 1956 (SyncType)stCases[stNdx].value, // SyncType syncType; in createTests() 2072 for (int stNdx = 0; stNdx < DE_LENGTH_OF_ARRAY(stCases); stNdx++) in createTests() 2074 de::MovePtr<tcu::TestCaseGroup> stGroup(new tcu::TestCaseGroup(testCtx, stCases[stNdx].name, stCases[stNdx].description)); in createTests() 2100 (SyncType)stCases[stNdx].value, // SyncType syncType; in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelMessagePassing.cpp | 1851 TestGroupCase stCases[] = in createTests() local 1947 for (int stNdx = 0; stNdx < DE_LENGTH_OF_ARRAY(stCases); stNdx++) in createTests() 1949 de::MovePtr<tcu::TestCaseGroup> stGroup(new tcu::TestCaseGroup(testCtx, stCases[stNdx].name)); in createTests() 1981 (SyncType)stCases[stNdx].value, // SyncType syncType; in createTests() 2099 for (int stNdx = 0; stNdx < DE_LENGTH_OF_ARRAY(stCases); stNdx++) in createTests() 2101 de::MovePtr<tcu::TestCaseGroup> stGroup(new tcu::TestCaseGroup(testCtx, stCases[stNdx].name)); in createTests() 2127 (SyncType)stCases[stNdx].value, // SyncType syncType; in createTests()
|
Completed in 6 milliseconds