/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsClusteredTests.cpp | 113 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getTestSrc() local 129 << " " << formatName << " op = " in getTestSrc() 133 << " " << formatName << " ref = " in getTestSrc() 410 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsClusteredTests() local 430 const string name = de::toLower(getOpTypeName(op)) +"_" + formatName; in createSubgroupsClusteredTests() 515 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsClusteredTests() local 534 const string name = de::toLower(getOpTypeName(op)) +"_" + formatName; in createSubgroupsClusteredTests()
|
H A D | vktSubgroupsScanHelpers.cpp | 279 const string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local 300 return "(abs(" + lhs + " - " + rhs + ") < " + formatName + "(gl_SubgroupSize==128 ? 0.2: 0.1))"; in getCompare() 313 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(gl_SubgroupSize==128 ? 0.2: 0.1)))"; in getCompare() 323 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(gl_SubgroupSize==128 ? 0.00002: 0.00001)))"; in getCompare()
|
H A D | vktSubgroupsShuffleTests.cpp | 114 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getPerStageHeadDeclarations() local 139 " " + formatName + " data1[];\n" in getPerStageHeadDeclarations() 152 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getFramebufferPerStageHeadDeclarations() local 160 " " + formatName + " data1[" + de::toString(subgroups::maxSupportedSubgroupSize()) + "];\n" in getFramebufferPerStageHeadDeclarations() 551 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsShuffleTests() local 564 const string name = de::toLower(getOpTypeName(opType)) + "_" + formatName + argCase.suffix; in createSubgroupsShuffleTests() 654 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsShuffleTests() local 665 const string name = de::toLower(getOpTypeName(opType)) + "_" + formatName + argCase.suffix; in createSubgroupsShuffleTests()
|
H A D | vktSubgroupsArithmeticTests.cpp | 485 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsArithmeticTests() local 506 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsArithmeticTests() 595 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsArithmeticTests() local 626 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsArithmeticTests()
|
H A D | vktSubgroupsQuadTests.cpp | 436 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsQuadTests() local 443 const string name = getOpTypeCaseName(opType) + "_" + formatName; in createSubgroupsQuadTests() 530 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsQuadTests() local 535 const string testName = getOpTypeCaseName(opType) + "_" + formatName; in createSubgroupsQuadTests()
|
H A D | vktSubgroupsPartitionedTests.cpp | 510 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsPartitionedTests() local 531 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsPartitionedTests() 617 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsPartitionedTests() local 648 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsPartitionedTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsClusteredTests.cpp | 111 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getTestSrc() local 127 << " " << formatName << " op = " in getTestSrc() 131 << " " << formatName << " ref = " in getTestSrc() 392 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsClusteredTests() local 410 const string name = de::toLower(getOpTypeName(op)) +"_" + formatName; in createSubgroupsClusteredTests() 487 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsClusteredTests() local 506 const string name = de::toLower(getOpTypeName(op)) +"_" + formatName; in createSubgroupsClusteredTests()
|
H A D | vktSubgroupsScanHelpers.cpp | 279 const string formatName = subgroups::getFormatNameForGLSL(format); in getCompare() local 300 return "(abs(" + lhs + " - " + rhs + ") < " + formatName + "(gl_SubgroupSize==128 ? 0.2: 0.1))"; in getCompare() 313 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(gl_SubgroupSize==128 ? 0.2: 0.1)))"; in getCompare() 323 return "all(lessThan(abs(" + lhs + " - " + rhs + "), " + formatName + "(gl_SubgroupSize==128 ? 0.00002: 0.00001)))"; in getCompare()
|
H A D | vktSubgroupsShuffleTests.cpp | 112 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getPerStageHeadDeclarations() local 137 " " + formatName + " data1[];\n" in getPerStageHeadDeclarations() 150 const string formatName = subgroups::getFormatNameForGLSL(caseDef.format); in getFramebufferPerStageHeadDeclarations() local 158 " " + formatName + " data1[" + de::toString(subgroups::maxSupportedSubgroupSize()) + "];\n" in getFramebufferPerStageHeadDeclarations() 533 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsShuffleTests() local 544 const string name = de::toLower(getOpTypeName(opType)) + "_" + formatName + argCase.suffix; in createSubgroupsShuffleTests() 626 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsShuffleTests() local 637 const string name = de::toLower(getOpTypeName(opType)) + "_" + formatName + argCase.suffix; in createSubgroupsShuffleTests()
|
H A D | vktSubgroupsArithmeticTests.cpp | 467 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsArithmeticTests() local 486 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsArithmeticTests() 567 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsArithmeticTests() local 596 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsArithmeticTests()
|
H A D | vktSubgroupsPartitionedTests.cpp | 492 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsPartitionedTests() local 511 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsPartitionedTests() 589 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsPartitionedTests() local 618 const string name = de::toLower(getOpTypeName(op, st)) + "_" + formatName; in createSubgroupsPartitionedTests()
|
H A D | vktSubgroupsQuadTests.cpp | 418 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsQuadTests() local 423 const string name = getOpTypeCaseName(opType) + "_" + formatName; in createSubgroupsQuadTests() 502 const string formatName = subgroups::getFormatNameForGLSL(format); in createSubgroupsQuadTests() local 507 const string testName = getOpTypeCaseName(opType) + "_" + formatName; in createSubgroupsQuadTests()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | msgfmt.h | 589 * arguments. If numbered, the formatName is the 595 * @param formatName the name or number specifying a format 599 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status); 605 * arguments-- if numbered, the formatName is the 607 * If there is no matched formatName or wrong type, 609 * @param formatName Name of the subformat. 614 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status); 620 * arguments-- if numbered, the formatName is the 622 * If there is no matched formatName or wrong type, 625 * @param formatName Nam [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | msgfmt.h | 589 * arguments. If numbered, the formatName is the 595 * @param formatName the name or number specifying a format 599 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status); 605 * arguments-- if numbered, the formatName is the 607 * If there is no matched formatName or wrong type, 609 * @param formatName Name of the subformat. 614 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status); 620 * arguments-- if numbered, the formatName is the 622 * If there is no matched formatName or wrong type, 625 * @param formatName Nam [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | msgfmt.h | 589 * arguments. If numbered, the formatName is the 595 * @param formatName the name or number specifying a format 599 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status); 605 * arguments-- if numbered, the formatName is the 607 * If there is no matched formatName or wrong type, 609 * @param formatName Name of the subformat. 614 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status); 620 * arguments-- if numbered, the formatName is the 622 * If there is no matched formatName or wrong type, 625 * @param formatName Nam [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 555 std::string formatName = "VK_FORMAT_D32_SFLOAT_S8_UINT"; in checkSupport() local 557 formatName = "VK_FORMAT_D24_UNORM_S8_UINT"; in checkSupport() 559 formatName = "VK_FORMAT_X8_D24_UNORM_PACK32"; in checkSupport() 561 formatName = "VK_FORMAT_D32_SFLOAT"; in checkSupport() 571 TCU_THROW(NotSupportedError, formatName + " not supported."); in checkSupport()
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 1694 const std::string formatName = getFormatCaseName(formats[f]); local 1736 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_"+formatName+"_load_op_load_store_op_none", params)); 1774 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_none_write_off", params)); 1812 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_store", params)); 1851 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_dontcare", params)); 1893 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_load_store_op_none", params)); 1931 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_none_write_off", params)); 1970 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_store", params)); 2009 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_dontcare", params)); 2052 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depthstencil_" + formatName [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 557 std::string formatName = "VK_FORMAT_D32_SFLOAT_S8_UINT"; in checkSupport() local 559 formatName = "VK_FORMAT_D24_UNORM_S8_UINT"; in checkSupport() 561 formatName = "VK_FORMAT_X8_D24_UNORM_PACK32"; in checkSupport() 563 formatName = "VK_FORMAT_D32_SFLOAT"; in checkSupport() 573 TCU_THROW(NotSupportedError, formatName + " not supported."); in checkSupport()
|
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 1687 const std::string formatName = getFormatCaseName(formats[f]); local 1729 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_"+formatName+"_load_op_load_store_op_none", "", params)); 1767 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_none_write_off", "", params)); 1805 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_store", "", params)); 1844 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depth_" + formatName + "_load_op_none_store_op_dontcare", "", params)); 1886 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_load_store_op_none", "", params)); 1924 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_none_write_off", "", params)); 1963 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_store", "", params)); 2002 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "stencil_" + formatName + "_load_op_none_store_op_dontcare", "", params)); 2045 opNoneTests->addChild(new LoadStoreOpNoneTest(testCtx, "depthstencil_" + formatName [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureConversionTests.cpp | 185 const auto formatName = de::toLower(std::string(getFormatName(m_params->format)).substr(10)); in verifyPixels() local 193 log << tcu::TestLog::Image("Res_"+formatName, "Rendered image", rendered); in verifyPixels() 194 log << tcu::TestLog::Image("Ref_"+formatName, "Reference image", reference); in verifyPixels() 195 log << tcu::TestLog::Image("Err_"+formatName, "Error mask image", errorMask); in verifyPixels()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureConversionTests.cpp | 185 const auto formatName = de::toLower(std::string(getFormatName(m_params->format)).substr(10)); in verifyPixels() local 193 log << tcu::TestLog::Image("Res_"+formatName, "Rendered image", rendered); in verifyPixels() 194 log << tcu::TestLog::Image("Ref_"+formatName, "Reference image", reference); in verifyPixels() 195 log << tcu::TestLog::Image("Err_"+formatName, "Error mask image", errorMask); in verifyPixels()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 1127 for (const auto& formatName : testFormats) in createMemoryExternalMemoryHostTests() 1130 formatName.name, formatName.name, AddPrograms(), in createMemoryExternalMemoryHostTests() 1131 TestParams(formatName.format), checkSupport)); in createMemoryExternalMemoryHostTests() 1135 for (const auto& formatName : testFormats) in createMemoryExternalMemoryHostTests() 1138 formatName.name, formatName.name, AddPrograms(), in createMemoryExternalMemoryHostTests() 1139 TestParams(formatName.format, true), checkSupport)); in createMemoryExternalMemoryHostTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 626 const string formatName = de::toLower(de::toString(format).substr(10)); in populateFormatGroup() local 628 group->addChild(createTestGroup<VkFormat>(group->getTestContext(), formatName, populatePerFormatGroup, format)); in populateFormatGroup() 634 const string formatName = de::toLower(de::toString(format).substr(10)); in populateFormatGroup() local 636 group->addChild(createTestGroup<VkFormat>(group->getTestContext(), formatName, populatePerFormatGroup, format)); in populateFormatGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 626 const string formatName = de::toLower(de::toString(format).substr(10)); in populateFormatGroup() local 628 group->addChild(createTestGroup<VkFormat>(group->getTestContext(), formatName, "", populatePerFormatGroup, format)); in populateFormatGroup() 634 const string formatName = de::toLower(de::toString(format).substr(10)); in populateFormatGroup() local 636 group->addChild(createTestGroup<VkFormat>(group->getTestContext(), formatName, "", populatePerFormatGroup, format)); in populateFormatGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 553 const auto formatName = getSimpleFormatName(format); in createLogicOpTests() local 554 const auto formatDesc = "Logical operator tests with format " + formatName; in createLogicOpTests() 556 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, formatName.c_str())); in createLogicOpTests()
|