Home
last modified time | relevance | path

Searched refs:testCtx (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/
H A DglcTestPackageRegistry.cpp79 return new glcts::ConfigPackage(testCtx, "CTS-Configs"); in createConfigPackage()
84 return new es2cts::TestPackage(testCtx, "KHR-GLES2"); in createES2Package()
90 return new deqp::egl::TestPackage(testCtx); in createdEQPEGLPackage()
97 return new deqp::gles2::TestPackage(testCtx); in createdEQPES2Package()
104 return new gtf::es2::TestPackage(testCtx, "GTF-GLES2"); in createES2GTFPackage()
116 return new deqp::gles3::TestPackage(testCtx); in createdEQPES30Package()
123 return new gtf::es3::TestPackage(testCtx, "GTF-GLES3"); in createES30GTFPackage()
130 return new deqp::gles31::TestPackage(testCtx); in createdEQPES31Package()
221 return new gtf::gl30::TestPackage(testCtx, "GTF-GL30"); in createGL30GTFPackage()
225 return new gtf::gl31::TestPackage(testCtx, "GTF-GL31"); in createGL31GTFPackage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTests.cpp68 tcu::TestContext& testCtx = pipelineTests->getTestContext(); in createChildren() local
70 pipelineTests->addChild(createStencilTests (testCtx)); in createChildren()
71 pipelineTests->addChild(createBlendTests (testCtx)); in createChildren()
72 pipelineTests->addChild(createDepthTests (testCtx)); in createChildren()
75 pipelineTests->addChild(createImageTests (testCtx)); in createChildren()
76 pipelineTests->addChild(createSamplerTests (testCtx)); in createChildren()
77 pipelineTests->addChild(createImageViewTests (testCtx)); in createChildren()
87 pipelineTests->addChild(createTimestampTests (testCtx)); in createChildren()
88 pipelineTests->addChild(createCacheTests (testCtx)); in createChildren()
92 pipelineTests->addChild(createDerivativeTests (testCtx)); in createChildren()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiTests.cpp70 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() local
74 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests()
78 apiTests->addChild(createBufferTests (testCtx)); in createApiTests()
79 apiTests->addChild(createBufferMarkerTests (testCtx)); in createApiTests()
81 apiTests->addChild(createCommandBuffersTests (testCtx)); in createApiTests()
83 apiTests->addChild(createImageClearingTests (testCtx)); in createApiTests()
86 apiTests->addChild(createNullHandleTests (testCtx)); in createApiTests()
90 apiTests->addChild(createMaintenance3Tests (testCtx)); in createApiTests()
92 apiTests->addChild(createPipelineTests (testCtx)); in createApiTests()
94 apiTests->addChild(createToolingInfoTests (testCtx)); in createApiTests()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTests.cpp57 tcu::TestContext& testCtx = group->getTestContext(); in createChildren() local
59 group->addChild(new ConcurrentDrawTests (testCtx)); in createChildren()
60 group->addChild(new SimpleDrawTests (testCtx)); in createChildren()
61 group->addChild(new DrawIndexedTests (testCtx)); in createChildren()
62 group->addChild(new IndirectDrawTests (testCtx)); in createChildren()
63 group->addChild(createBasicDrawTests (testCtx)); in createChildren()
64 group->addChild(new InstancedTests (testCtx)); in createChildren()
70 group->addChild(createShaderLayerTests (testCtx)); in createChildren()
72 group->addChild(createScissorTests (testCtx)); in createChildren()
74 group->addChild(createDiscardRectanglesTests (testCtx)); in createChildren()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fFboApiTests.cpp126 TestLog& log = testCtx.getLog(); in checkFboAttachmentParam()
186 checkError(testCtx, context, GL_NO_ERROR); in validTex2DAttachmentsTest()
218 checkError(testCtx, context, GL_NO_ERROR); in validTexCubeAttachmentsTest()
240 checkError(testCtx, context, GL_NO_ERROR); in validRboAttachmentsTest()
251 checkError(testCtx, context, GL_INVALID_OPERATION); in attachToDefaultFramebufferTest()
258 checkError(testCtx, context, GL_INVALID_OPERATION); in attachToDefaultFramebufferTest()
302 checkError(testCtx, context, GL_INVALID_ENUM); in invalidRboAttachmentTest()
367 checkError(testCtx, ctx, GL_INVALID_OPERATION); in attachmentQueryEmptyFboTest()
369 checkError(testCtx, ctx, GL_INVALID_OPERATION); in attachmentQueryEmptyFboTest()
410 checkError(testCtx, ctx, GL_INVALID_ENUM); in attachmentQueryRboTest()
[all …]
H A Des3fFloatStateQueryTests.cpp134 if (!state.verifyValidity(testCtx)) in verifyFloat()
226 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
258 if (!state.verifyValidity(testCtx)) in verifyFloatGreaterOrEqual()
310 if (!state.verifyValidity(testCtx)) in verifyFloat()
331 if (!state.verifyValidity(testCtx)) in verifyFloatExpanded()
441 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
474 if (!state.verifyValidity(testCtx)) in verifyFloatGreaterOrEqual()
516 if (!state.verifyValidity(testCtx)) in verifyFloat()
537 if (!state.verifyValidity(testCtx)) in verifyFloatExpanded()
647 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
[all …]
H A Des3fIntegerStateQueryTests.cpp130 if (!state.verifyValidity(testCtx)) in verifyInteger()
189 if (!state.verifyValidity(testCtx)) in verifyIntegerGreaterOrEqual()
219 if (!state.verifyValidity(testCtx)) in verifyUnsignedIntegerGreaterOrEqual()
249 if (!state.verifyValidity(testCtx)) in verifyIntegerLessOrEqual()
319 if (!state.verifyValidity(testCtx)) in verifyIntegerAnyOf()
344 if (!state.verifyValidity(testCtx)) in verifyStencilMaskInitial()
384 if (!state.verifyValidity(testCtx)) in verifyInteger()
434 if (!state.verifyValidity(testCtx)) in verifyIntegerGreaterOrEqual()
452 if (!state.verifyValidity(testCtx)) in verifyUnsignedIntegerGreaterOrEqual()
470 if (!state.verifyValidity(testCtx)) in verifyIntegerLessOrEqual()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fFboApiTest.cpp131 TestLog& log = testCtx.getLog(); in checkFboAttachmentParam()
150 DE_UNREF(testCtx); in notSupportedTest()
211 checkError(testCtx, context, GL_NO_ERROR); in validTex2DAttachmentsTest()
243 checkError(testCtx, context, GL_NO_ERROR); in validTexCubeAttachmentsTest()
265 checkError(testCtx, context, GL_NO_ERROR); in validRboAttachmentsTest()
327 checkError(testCtx, context, GL_INVALID_ENUM); in invalidRboAttachmentTest()
390 checkError(testCtx, ctx, GL_INVALID_ENUM); in attachmentQueryEmptyFboTest()
392 checkError(testCtx, ctx, GL_INVALID_ENUM); in attachmentQueryEmptyFboTest()
394 checkError(testCtx, ctx, GL_INVALID_ENUM); in attachmentQueryEmptyFboTest()
462 checkError(testCtx, ctx, GL_INVALID_ENUM); in attachmentQueryRboTest()
[all …]
H A Des2fFloatStateQueryTests.cpp132 if (!state.verifyValidity(testCtx)) in verifyFloat()
148 verifyFloat(testCtx, name, reference); in verifyFloatExpanded()
224 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
277 if (!state.verifyValidity(testCtx)) in verifyFloat()
301 if (!state.verifyValidity(testCtx)) in verifyFloatExpanded()
340 testCtx.getLog() << TestLog::Message in verifyFloat2Expanded()
414 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
462 if (!state.verifyValidity(testCtx)) in verifyFloat()
486 if (!state.verifyValidity(testCtx)) in verifyFloatExpanded()
599 if (!range.verifyValidity(testCtx)) in verifyFloatRange()
[all …]
H A Des2fBooleanStateQueryTests.cpp109 DE_UNREF(testCtx); in verifyBoolean4()
120 DE_UNREF(testCtx); in verifyBooleanAnything()
147 if (!state.verifyValidity(testCtx)) in verifyBoolean()
167 if (!boolVector4.verifyValidity(testCtx)) in verifyBoolean4()
201 state.verifyValidity(testCtx); in verifyBooleanAnything()
228 if (!state.verifyValidity(testCtx)) in verifyBoolean()
248 if (!boolVector4.verifyValidity(testCtx)) in verifyBoolean4()
282 state.verifyValidity(testCtx); in verifyBooleanAnything()
308 if (!state.verifyValidity(testCtx)) in verifyBoolean()
328 if (!boolVector4.verifyValidity(testCtx)) in verifyBoolean4()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemTests.cpp50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument
65 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests()
66 imageTestGroup->addChild(createBlitImageTests(testCtx)); in createTests()
67 imageTestGroup->addChild(createClearColorImageTests(testCtx)); in createTests()
76 bufferTestGroup->addChild(createFillBufferTests(testCtx)); in createTests()
77 bufferTestGroup->addChild(createUpdateBufferTests(testCtx)); in createTests()
78 bufferTestGroup->addChild(createCopyBufferTests(testCtx)); in createTests()
86 ssboTestGroup->addChild(createReadStorageBufferTests(testCtx)); in createTests()
94 interactionTestGroup->addChild(createSwapchainTests(testCtx)); in createTests()
99 protectedTests->addChild(createWorkgroupStorageTests(testCtx)); in createTests()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageTests.cpp49 tcu::TestContext& testCtx = imageTests->getTestContext(); in createChildren() local
51 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren()
52 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren()
54 imageTests->addChild(createImageMutableTests(testCtx)); in createChildren()
57 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren()
58 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren()
59 imageTests->addChild(createImageAtomicOperationTests(testCtx)); in createChildren()
62 imageTests->addChild(createImageExtendOperandsTests(testCtx)); in createChildren()
63 imageTests->addChild(createImageAstcDecodeModeTests(testCtx)); in createChildren()
64 imageTests->addChild(createMisalignedCubeTests(testCtx)); in createChildren()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationTests.cpp54 group->addChild(createGeometryPassthroughTests (testCtx)); in createGeometryInteractionTests()
55 group->addChild(createGeometryGridRenderLimitsTests (testCtx)); in createGeometryInteractionTests()
56 group->addChild(createGeometryGridRenderScatterTests(testCtx)); in createGeometryInteractionTests()
57 group->addChild(createGeometryPointSizeTests (testCtx)); in createGeometryInteractionTests()
64 tcu::TestContext& testCtx = tessellationTests->getTestContext(); in createChildren() local
66 tessellationTests->addChild(createLimitsTests (testCtx)); in createChildren()
68 tessellationTests->addChild(createWindingTests (testCtx)); in createChildren()
70 tessellationTests->addChild(createMiscDrawTests (testCtx)); in createChildren()
71 tessellationTests->addChild(createCommonEdgeTests (testCtx)); in createChildren()
74 tessellationTests->addChild(createInvarianceTests (testCtx)); in createChildren()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTests.cpp53 tcu::TestContext& testCtx = subgroupsTests->getTestContext(); in createChildren() local
55 subgroupsTests->addChild(createSubgroupsBuiltinVarTests(testCtx)); in createChildren()
57 subgroupsTests->addChild(createSubgroupsBasicTests(testCtx)); in createChildren()
58 subgroupsTests->addChild(createSubgroupsVoteTests(testCtx)); in createChildren()
59 subgroupsTests->addChild(createSubgroupsBallotTests(testCtx)); in createChildren()
63 subgroupsTests->addChild(createSubgroupsClusteredTests(testCtx)); in createChildren()
65 subgroupsTests->addChild(createSubgroupsShuffleTests(testCtx)); in createChildren()
66 subgroupsTests->addChild(createSubgroupsQuadTests(testCtx)); in createChildren()
67 subgroupsTests->addChild(createSubgroupsShapeTests(testCtx)); in createChildren()
74 tcu::TestCaseGroup* createTests(tcu::TestContext& testCtx) in createTests() argument
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/volumescheduling/
H A Dutil.go62 testCtx := testContext{
105 return &testCtx
112 testCtx *testContext,
124 testCtx.clientSet,
127 testCtx.ctx.Done())
135 testCtx.informerFactory.Start(testCtx.scheduler.StopEverything)
138 go testCtx.scheduler.Run(testCtx.ctx)
139 return testCtx
146 testCtx.cancelFn()
149 framework.DeleteTestingNamespace(testCtx.ns, testCtx.httpServer, t)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTests.cpp50 tcu::TestContext& testCtx = textureTests->getTestContext(); in createTextureTests() local
52 textureTests->addChild(createTextureFilteringTests (testCtx)); in createTextureTests()
53 textureTests->addChild(createTextureMipmappingTests (testCtx)); in createTextureTests()
54 textureTests->addChild(createExplicitLodTests (testCtx)); in createTextureTests()
55 textureTests->addChild(createTextureShadowTests (testCtx)); in createTextureTests()
58 textureTests->addChild(createTextureSwizzleTests (testCtx)); in createTextureTests()
59 textureTests->addChild(createTextureSubgroupLodTests (testCtx)); in createTextureTests()
60 textureTests->addChild(createTextureConversionTests (testCtx)); in createTextureTests()
61 textureTests->addChild(createTextureTexelBufferTests (testCtx)); in createTextureTests()
62 textureTests->addChild(createTextureMultisampleTests (testCtx)); in createTextureTests()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTests.cpp41 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument
45 sparseTests->addChild(createSparseBufferTests (testCtx)); in createTests()
46 sparseTests->addChild(createImageSparseBindingTests (testCtx)); in createTests()
47 sparseTests->addChild(createDeviceGroupImageSparseBindingTests (testCtx)); in createTests()
48 sparseTests->addChild(createImageSparseResidencyTests (testCtx)); in createTests()
49 sparseTests->addChild(createImageAlignedMipSizeTests (testCtx)); in createTests()
50 sparseTests->addChild(createImageBlockShapesTests (testCtx)); in createTests()
51 sparseTests->addChild(createDeviceGroupImageSparseResidencyTests (testCtx)); in createTests()
52 sparseTests->addChild(createMipmapSparseResidencyTests (testCtx)); in createTests()
54 sparseTests->addChild(createImageSparseMemoryAliasingTests (testCtx)); in createTests()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/scheduler/
H A Dqueue_test.go90 testutils.SyncInformerFactory(testCtx)
93 defer testutils.CleanupTest(t, testCtx)
95 cs, ns, ctx := testCtx.ClientSet, testCtx.NS.Name, testCtx.Ctx
142 podInfo := testCtx.Scheduler.NextPod()
167 podInfo = testCtx.Scheduler.NextPod()
203 testCtx := &testutils.TestContext{}
204 testCtx.Ctx, testCtx.CancelFn = context.WithCancel(context.Background())
264 testCtx.NS, err = testCtx.ClientSet.CoreV1().Namespaces().Create(testCtx.Ctx, &v1.Namespace{
273 testCtx,
285 cs, ns, ctx := testCtx.ClientSet, testCtx.NS.Name, testCtx.Ctx
[all …]
H A Dscheduler_test.go515 createNode(testCtx.ClientSet, node)
576 go testCtx.Scheduler.Run(testCtx.Ctx)
588 if err := deletePod(testCtx.ClientSet, testPod.Name, testCtx.NS.Name); err != nil {
591 if err := deletePod(testCtx.ClientSet, testPodFitsDefault.Name, testCtx.NS.Name); err != nil {
658 …evs, err := testCtx.ClientSet.CoreV1().Events(testCtx.NS.Name).Watch(testCtx.Ctx, metav1.ListOptio…
726 …testAllocPod, err := createPausePodWithResource(testCtx.ClientSet, podName, testCtx.NS.Name, podRe…
757 if err := deletePod(testCtx.ClientSet, testAllocPod.Name, testCtx.NS.Name); err != nil {
782 cs := testCtx.ClientSet
812 Namespace: testCtx.NS.Name,
820 Namespace: testCtx.NS.Name,
[all …]
/dports/www/gitea/gitea-1.16.5/integrations/
H A Dgpg_git_test.go75 testCtx := NewAPITestContext(t, username, "initial-unsigned")
99 testCtx := NewAPITestContext(t, username, "initial-unsigned")
116 testCtx := NewAPITestContext(t, username, "initial-unsigned")
129 testCtx := NewAPITestContext(t, username, "initial-unsigned")
189 testCtx := NewAPITestContext(t, username, "initial-always")
273 …pr, err = doAPICreatePullRequest(testCtx, testCtx.Username, testCtx.Reponame, "master", "never2")(…
276 t.Run("MergePR", doAPIMergePullRequest(testCtx, testCtx.Username, testCtx.Reponame, pr.Index))
294 …pr, err = doAPICreatePullRequest(testCtx, testCtx.Username, testCtx.Reponame, "master", "parentsig…
297 t.Run("MergePR", doAPIMergePullRequest(testCtx, testCtx.Username, testCtx.Reponame, pr.Index))
315 …pr, err = doAPICreatePullRequest(testCtx, testCtx.Username, testCtx.Reponame, "master", "always-pa…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTests.cpp60 OperationTests (tcu::TestContext& testCtx) in OperationTests() argument
61 : tcu::TestCaseGroup(testCtx, "op", "Synchronization of a memory-modifying operation") in OperationTests()
79 tcu::TestContext& testCtx = group->getTestContext(); in createChildren() local
81 group->addChild(createSmokeTests(testCtx)); in createChildren()
83 group->addChild(createTimelineSemaphoreTests(testCtx)); in createChildren()
84 group->addChild(new OperationTests(testCtx)); in createChildren()
85 group->addChild(createInternallySynchronizedObjects(testCtx)); in createChildren()
86 group->addChild(synchronization::createCrossInstanceSharingTest(testCtx)); in createChildren()
87 group->addChild(synchronization::createWin32KeyedMutexTest(testCtx)); in createChildren()
88 group->addChild(synchronization::createSignalOrderTests(testCtx)); in createChildren()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrTests.cpp44 tcu::TestContext& testCtx = ycbcrTests->getTestContext(); in populateTestGroup() local
46 ycbcrTests->addChild(createFormatTests(testCtx)); in populateTestGroup()
47 ycbcrTests->addChild(createFilteringTests(testCtx)); in populateTestGroup()
48 ycbcrTests->addChild(createViewTests(testCtx)); in populateTestGroup()
49 ycbcrTests->addChild(createImageQueryTests(testCtx)); in populateTestGroup()
50 ycbcrTests->addChild(createConversionTests(testCtx)); in populateTestGroup()
51 ycbcrTests->addChild(createCopyTests(testCtx)); in populateTestGroup()
52 ycbcrTests->addChild(createDimensionsCopyTests(testCtx)); in populateTestGroup()
53 ycbcrTests->addChild(createStorageImageWriteTests(testCtx)); in populateTestGroup()
58 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryTests.cpp45 tcu::TestContext& testCtx = memoryTests->getTestContext(); in createChildren() local
47 memoryTests->addChild(createAllocationTests (testCtx)); in createChildren()
48 memoryTests->addChild(createDeviceGroupAllocationTests (testCtx)); in createChildren()
49 memoryTests->addChild(createMappingTests (testCtx)); in createChildren()
50 memoryTests->addChild(createPipelineBarrierTests (testCtx)); in createChildren()
51 memoryTests->addChild(createRequirementsTests (testCtx)); in createChildren()
52 memoryTests->addChild(createMemoryBindingTests (testCtx)); in createChildren()
53 memoryTests->addChild(createMemoryExternalMemoryHostTests (testCtx)); in createChildren()
54 memoryTests->addChild(createDeviceMemoryReportTests (testCtx)); in createChildren()
59 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinTests.cpp41 tcu::TestCaseGroup* createBuiltinTests (tcu::TestContext& testCtx) in createBuiltinTests() argument
43 …de::MovePtr<tcu::TestCaseGroup> builtinTests (new tcu::TestCaseGroup(testCtx, "builtin", "Built… in createBuiltinTests()
44 …de::MovePtr<tcu::TestCaseGroup> builtinFunctionTests (new tcu::TestCaseGroup(testCtx, "function", … in createBuiltinTests()
46 builtinFunctionTests->addChild(new ShaderCommonFunctionTests(testCtx)); in createBuiltinTests()
47 builtinFunctionTests->addChild(new ShaderIntegerFunctionTests(testCtx)); in createBuiltinTests()
48 builtinFunctionTests->addChild(new ShaderPackingFunctionTests(testCtx)); in createBuiltinTests()
51 builtinTests->addChild(new BuiltinPrecisionTests(testCtx)); in createBuiltinTests()
52 builtinTests->addChild(new BuiltinPrecision16BitTests(testCtx)); in createBuiltinTests()
53 builtinTests->addChild(new BuiltinPrecision16Storage32BitTests(testCtx)); in createBuiltinTests()
54 builtinTests->addChild(new BuiltinPrecisionDoubleTests(testCtx)); in createBuiltinTests()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp199 TestCaseExecutor (tcu::TestContext& testCtx);
240 , m_library (createLibrary(testCtx)) in TestCaseExecutor()
256 testCtx.getCommandLine().getInitialCmdLine()); in TestCaseExecutor()
262 testCtx.getLog().writeSessionInfo(sessionInfo.get()); in TestCaseExecutor()
429 glslTests->addChild(createShaderLibraryGroup(testCtx, in createGlslTests()
456 glslTests->addChild(sr::createDemoteTests (testCtx)); in createGlslTests()
459 glslTests->addChild(sr::createLimitTests (testCtx)); in createGlslTests()
460 glslTests->addChild(sr::createLoopTests (testCtx)); in createGlslTests()
461 glslTests->addChild(sr::createMatrixTests (testCtx)); in createGlslTests()
483 : tcu::TestPackage(testCtx, name, desc) in BaseTestPackage()
[all …]

12345678910>>...44