/third_party/typescript/scripts/importDefinitelyTypedTests/ |
D | importDefinitelyTypedTests.ts | 49 function importDefinitelyTypedTest(tscPath: string, rwcTestPath: string, testCaseName: string, test… 55 const testDirectoryName = testCaseName + "_" + Math.floor((Math.random() * 10000) + 1); 66 console.log("importing " + testCaseName + " ..."); 70 console.log("importing " + testCaseName + " ..."); 81 const testCasePath = path.join(rwcTestPath, "DefinitelyTyped_" + testCaseName + ".json");
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsExtensionlessTests.cpp | 86 static ComputeShaderSpec getComputeShaderSpec (Context& ctx, const std::string& testCaseName) in getComputeShaderSpec() argument 88 …const deUint32 baseSeed = deStringHash(testCaseName.c_str()) + static_cast<deUint32>(ctx.getTest… in getComputeShaderSpec() 159 SpvAsmFloatControlsExtensionlessInstance (Context& ctx, const std::string& testCaseName); 162 …sInstance::SpvAsmFloatControlsExtensionlessInstance (Context& ctx, const std::string& testCaseName) in SpvAsmFloatControlsExtensionlessInstance() argument 163 : ComputeShaderSpec(getComputeShaderSpec(ctx, testCaseName)) in SpvAsmFloatControlsExtensionlessInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsExtensionlessTests.cpp | 86 static ComputeShaderSpec getComputeShaderSpec (Context& ctx, const std::string& testCaseName) in getComputeShaderSpec() argument 88 …const deUint32 baseSeed = deStringHash(testCaseName.c_str()) + static_cast<deUint32>(ctx.getTest… in getComputeShaderSpec() 159 SpvAsmFloatControlsExtensionlessInstance (Context& ctx, const std::string& testCaseName); 162 …sInstance::SpvAsmFloatControlsExtensionlessInstance (Context& ctx, const std::string& testCaseName) in SpvAsmFloatControlsExtensionlessInstance() argument 163 : ComputeShaderSpec(getComputeShaderSpec(ctx, testCaseName)) in SpvAsmFloatControlsExtensionlessInstance()
|
/third_party/vk-gl-cts/scripts/ |
D | run_nightly.py | 208 def __init__ (self, testCaseName, innerHTML): argument 209 self.testCaseName = testCaseName 232 if row.testCaseName is not None and matchesAnyPattern(row.testCaseName, ignoreCases):
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 2302 …std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNam… in createImageClearingTestsCommon() local 2334 …rColorImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon() 2340 testCaseName += "_multiple_subresourcerange"; in createImageClearingTestsCommon() 2341 …sourceRangeTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon() 2346 …rColorImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon() 2401 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon() local 2434 …tencilImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Depth/S… in createImageClearingTestsCommon() 2444 …tencilImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Depth/S… in createImageClearingTestsCommon() 2505 …const std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNa… in createImageClearingTestsCommon() local 2531 …rAttachmentTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color A… in createImageClearingTestsCommon() [all …]
|
D | vktApiExternalMemoryTests.cpp | 4921 const std::string testCaseName = getFormatCaseName(format); in createMemoryTests() local 4923 …addFunctionCase(formatGroup.get(), testCaseName, "", testAndroidHardwareBufferImageFormat, format); in createMemoryTests()
|
D | vktApiCopiesAndBlittingTests.cpp | 8749 …const std::string testCaseName = "partial_image_" + extent.name + "_" + format.name + "_" + clear.… in addImageToImageSimpleTests() local 8751 group->addChild(new CopyImageToImageTestCase(testCtx, testCaseName, "", params)); in addImageToImageSimpleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 2302 …std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNam… in createImageClearingTestsCommon() local 2334 …rColorImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon() 2340 testCaseName += "_multiple_subresourcerange"; in createImageClearingTestsCommon() 2341 …sourceRangeTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon() 2346 …rColorImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color I… in createImageClearingTestsCommon() 2401 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon() local 2434 …tencilImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Depth/S… in createImageClearingTestsCommon() 2444 …tencilImageTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Depth/S… in createImageClearingTestsCommon() 2505 …const std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNa… in createImageClearingTestsCommon() local 2531 …rAttachmentTestInstance, TestParams>(testCtx, NODETYPE_SELF_VALIDATE, testCaseName, "Clear Color A… in createImageClearingTestsCommon() [all …]
|
D | vktApiExternalMemoryTests.cpp | 4921 const std::string testCaseName = getFormatCaseName(format); in createMemoryTests() local 4923 …addFunctionCase(formatGroup.get(), testCaseName, "", testAndroidHardwareBufferImageFormat, format); in createMemoryTests()
|
D | vktApiCopiesAndBlittingTests.cpp | 8749 …const std::string testCaseName = "partial_image_" + extent.name + "_" + format.name + "_" + clear.… in addImageToImageSimpleTests() local 8751 group->addChild(new CopyImageToImageTestCase(testCtx, testCaseName, "", params)); in addImageToImageSimpleTests()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglThreadCleanUpTests.cpp | 151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName() function in deqp::egl::__anon29e422c70111::ThreadCleanUpTest 170 …: TestCase (eglTestCtx, testCaseName(contextType, surfaceType).c_str(), "Simple thread context c… in ThreadCleanUpTest()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.hpp | 117 bool checkCaseFraction (int i, const std::string& testCaseName) const;
|
D | tcuCommandLine.cpp | 1175 bool CaseListFilter::checkCaseFraction (int i, const std::string& testCaseName) const in checkCaseFraction() 1179 …_caseFractionMandatoryTests.get()!=DE_NULL && m_caseFractionMandatoryTests->matches(testCaseName)); in checkCaseFraction()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawDepthClampTests.cpp | 830 const auto testCaseName = formatCaseName + params.testNameSuffix; in createTests() local 831 …testGroup->addChild(new DepthClampTest(testGroup->getTestContext(), testCaseName, "Depth clamp", p… in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawDepthClampTests.cpp | 830 const auto testCaseName = formatCaseName + params.testNameSuffix; in createTests() local 831 …testGroup->addChild(new DepthClampTest(testGroup->getTestContext(), testCaseName, "Depth clamp", p… in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 5754 … const string testCaseName = de::toString(attachmentCountNdx * testCaseCount + testCaseNdx); in addAttachmentTests() local 5789 …onCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentTests() 5849 const string testCaseName = "start_index_" + de::toString(drawStartNdx); in addAttachmentWriteMaskTests() local 5874 …onCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentWriteMaskTests() 6329 const string testCaseName = de::toString(testCaseNdx); in addAttachmentAllocationTests() local 6348 …ionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentAllocationTests() 6503 const string testCaseName = de::toString(testCaseNdx); in addAttachmentAllocationTests() local 6544 …ionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentAllocationTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 5754 … const string testCaseName = de::toString(attachmentCountNdx * testCaseCount + testCaseNdx); in addAttachmentTests() local 5789 …onCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentTests() 5849 const string testCaseName = "start_index_" + de::toString(drawStartNdx); in addAttachmentWriteMaskTests() local 5874 …onCaseWithPrograms<TestConfig>(attachmentCountGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentWriteMaskTests() 6329 const string testCaseName = de::toString(testCaseNdx); in addAttachmentAllocationTests() local 6348 …ionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentAllocationTests() 6503 const string testCaseName = de::toString(testCaseNdx); in addAttachmentAllocationTests() local 6544 …ionCaseWithPrograms<TestConfig>(allocationTypeGroup.get(), testCaseName.c_str(), testCaseName.c_st… in addAttachmentAllocationTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 7074 … std::string testCaseName = "point_size_" + de::toString(testCombinations[testCombNdx].pointSize); in createRasterizationTests() local 7078 …ddChild(new PointSizeTestCase<PointSizeTestInstance> (testCtx, testCaseName, testCaseName, renderS… in createRasterizationTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 7074 … std::string testCaseName = "point_size_" + de::toString(testCombinations[testCombNdx].pointSize); in createRasterizationTests() local 7078 …ddChild(new PointSizeTestCase<PointSizeTestInstance> (testCtx, testCaseName, testCaseName, renderS… in createRasterizationTests()
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 4899 std::string const& testCaseName ) { in getAnnotation() argument 4900 …r = [[NSString alloc] initWithFormat:@"Catch_%s_%s", annotationName.c_str(), testCaseName.c_str()]; in getAnnotation() 4926 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods() local 4927 std::string name = Detail::getAnnotation( cls, "Name", testCaseName ); in registerTestMethods() 4928 … std::string desc = Detail::getAnnotation( cls, "Description", testCaseName ); in registerTestMethods()
|