Searched refs:newGroup (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 1873 tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, TestMgr::getParentGroupName()); in create64bitCompareGraphicsGroup() local 1874 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getCreationFunction<double>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1875 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getCreationFunction<deInt64>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1876 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(), TestMgr::getCreationFunction<deUint64>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1877 return newGroup; in create64bitCompareGraphicsGroup() 1887 tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, TestMgr::getParentGroupName()); in create64bitCompareComputeGroup() local 1888 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getCreationFunction<double>(), &computeStages)); in create64bitCompareComputeGroup() 1889 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(),TestMgr::getCreationFunction<deInt64>(), &computeStages)); in create64bitCompareComputeGroup() 1890 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(),TestMgr::getCreationFunction<deUint64>(), &computeStages)); in create64bitCompareComputeGroup() 1891 return newGroup; in create64bitCompareComputeGroup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 1880 tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, TestMgr::getParentGroupName(), TestMgr::getParentGroupDesc()); in create64bitCompareGraphicsGroup() local 1881 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getGroupDesc<double>(), TestMgr::getCreationFunction<double>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1882 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getGroupDesc<deInt64>(), TestMgr::getCreationFunction<deInt64>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1883 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(), TestMgr::getGroupDesc<deUint64>(), TestMgr::getCreationFunction<deUint64>(), &graphicStages)); in create64bitCompareGraphicsGroup() 1884 return newGroup; in create64bitCompareGraphicsGroup() 1894 tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, TestMgr::getParentGroupName(), TestMgr::getParentGroupDesc()); in create64bitCompareComputeGroup() local 1895 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<double>(), TestMgr::getGroupDesc<double>(), TestMgr::getCreationFunction<double>(), &computeStages)); in create64bitCompareComputeGroup() 1896 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deInt64>(), TestMgr::getGroupDesc<deInt64>(), TestMgr::getCreationFunction<deInt64>(), &computeStages)); in create64bitCompareComputeGroup() 1897 newGroup->addChild(createTestGroup(testCtx, TestMgr::getGroupName<deUint64>(), TestMgr::getGroupDesc<deUint64>(), TestMgr::getCreationFunction<deUint64>(), &computeStages)); in create64bitCompareComputeGroup() 1898 return newGroup; in create64bitCompareComputeGroup() [all...] |
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCase.cpp | 305 TestGroup* newGroup = curGroup->createGroup(components[ndx].c_str()); in createCase() local 306 m_groupMap.insert(std::make_pair(curGroupPath, newGroup)); in createCase() 307 curGroup = newGroup; in createCase()
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/lib/ |
H A D | tracker-group.js | 64 newGroup (name, weight) {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 891 tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, "precision_fconvert"); in createPrecisionFconvertGroup() local 909 newGroup->addChild(new FConvertTestCase(testCtx, testName, params)); in createPrecisionFconvertGroup() 912 return newGroup; in createPrecisionFconvertGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 891 tcu::TestCaseGroup* newGroup = new tcu::TestCaseGroup(testCtx, "precision_fconvert", "OpFConvert precision tests"); in createPrecisionFconvertGroup() local 910 newGroup->addChild(new FConvertTestCase(testCtx, testName, testDescription, params)); in createPrecisionFconvertGroup() 913 return newGroup; in createPrecisionFconvertGroup()
|
Completed in 10 milliseconds