Home
last modified time | relevance | path

Searched refs:testCaseName (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/scripts/importDefinitelyTypedTests/
DimportDefinitelyTypedTests.ts49 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/
DvktSpvAsmFloatControlsExtensionlessTests.cpp86 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/
DvktSpvAsmFloatControlsExtensionlessTests.cpp86 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/
Drun_nightly.py208 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/
DvktApiImageClearingTests.cpp2302 …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 …]
DvktApiExternalMemoryTests.cpp4921 const std::string testCaseName = getFormatCaseName(format); in createMemoryTests() local
4923 …addFunctionCase(formatGroup.get(), testCaseName, "", testAndroidHardwareBufferImageFormat, format); in createMemoryTests()
DvktApiCopiesAndBlittingTests.cpp8749 …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/
DvktApiImageClearingTests.cpp2302 …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 …]
DvktApiExternalMemoryTests.cpp4921 const std::string testCaseName = getFormatCaseName(format); in createMemoryTests() local
4923 …addFunctionCase(formatGroup.get(), testCaseName, "", testAndroidHardwareBufferImageFormat, format); in createMemoryTests()
DvktApiCopiesAndBlittingTests.cpp8749 …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/
DteglThreadCleanUpTests.cpp151 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/
DtcuCommandLine.hpp117 bool checkCaseFraction (int i, const std::string& testCaseName) const;
DtcuCommandLine.cpp1175 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/
DvktDrawDepthClampTests.cpp830 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/
DvktDrawDepthClampTests.cpp830 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/
DvktRenderPassTests.cpp5754 … 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/
DvktRenderPassTests.cpp5754 … 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/
DvktRasterizationTests.cpp7074 … 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/
DvktRasterizationTests.cpp7074 … 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/
Dcatch.hpp4899 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()