Home
last modified time | relevance | path

Searched refs:getGroupName (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1849 static std::string getGroupName ();
1855 template <> std::string TestMgr::getGroupName<double>() { return "double"; } in getGroupName() function in vkt::SpirVAssembly::__anon28753::TestMgr
1856 template <> std::string TestMgr::getGroupName<deInt64>() { return "int64"; } in getGroupName() function in vkt::SpirVAssembly::__anon28753::TestMgr
1857 template <> std::string TestMgr::getGroupName<deUint64>() { return "uint64"; } in getGroupName() function in vkt::SpirVAssembly::__anon28753::TestMgr
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()
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<deUint6 in create64bitCompareComputeGroup()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1849 static std::string getGroupName ();
1858 template <> std::string TestMgr::getGroupName<double>() { return "double"; } in getGroupName() function in vkt::SpirVAssembly::__anon29902::TestMgr
1859 template <> std::string TestMgr::getGroupName<deInt64>() { return "int64"; } in getGroupName() function in vkt::SpirVAssembly::__anon29902::TestMgr
1860 template <> std::string TestMgr::getGroupName<deUint64>() { return "uint64"; } in getGroupName() function in vkt::SpirVAssembly::__anon29902::TestMgr
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()
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<deUint6 in create64bitCompareComputeGroup()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTests.cpp94 const std::pair<std::string, std::string> getGroupName (SynchronizationType type, const std::string& name, VideoCodecOperationFlags videoCodecOperation) in getGroupName() function
114 const std::pair<std::string, std::string> groupName = getGroupName(type, name, videoCodecOperation); in createTestsInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationTests.cpp94 const std::pair<std::string, std::string> getGroupName (SynchronizationType type, VideoCodecOperationFlags videoCodecOperation) in getGroupName() function
122 const std::pair<std::string, std::string> groupName = getGroupName(type, videoCodecOperation); in createTestsInternal()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DScanResult.java48 String getGroupName() { in getGroupName() method in ScanResult
H A DRBReporter.java173 buffer.append("\n\t\t" + result.getName() + " (Group: " + result.getGroupName() + ")"); in generateReports()
260 result.getGroupName() + ")"); in generateReports()
337 item_elem.setAttribute("GROUP",result.getGroupName()); in generateReports()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterName.java97 result = getGroupName(ch, choice); in getName()
237 public String getGroupName(int index, int length, int choice) in getGroupName() method in UCharacterName
506 public synchronized String getGroupName(int ch, int choice) in getGroupName() method in UCharacterName
517 return getGroupName(index + m_groupoffsets_[offset], in getGroupName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCharacterName.java98 result = getGroupName(ch, choice); in getName()
238 public String getGroupName(int index, int length, int choice) in getGroupName() method in UCharacterName
507 public synchronized String getGroupName(int ch, int choice) in getGroupName() method in UCharacterName
518 return getGroupName(index + m_groupoffsets_[offset], in getGroupName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacterNameIterator.java244 String name = m_name_.getGroupName( in iterateSingleGroup()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacterNameIterator.java244 String name = m_name_.getGroupName( in iterateSingleGroup()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp4875 static const char* getGroupName (glu::Storage storage);
4882 : TestCaseGroup (context, getGroupName(storage), getGroupDescription(storage))
4941 const char* BufferBackedBlockInterfaceTestGroup::getGroupName (glu::Storage storage)
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 21 milliseconds