Searched refs:testCtx (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTests.cpp51 tcu::TestContext& testCtx = pipelineTests->getTestContext(); local
53 pipelineTests->addChild(createStencilTests (testCtx));
54 pipelineTests->addChild(createBlendTests (testCtx));
55 pipelineTests->addChild(createDepthTests (testCtx));
56 pipelineTests->addChild(createImageTests (testCtx));
57 pipelineTests->addChild(createSamplerTests (testCtx));
58 pipelineTests->addChild(createImageViewTests (testCtx));
59 pipelineTests->addChild(createPushConstantTests (testCtx));
60 pipelineTests->addChild(createMultisampleTests (testCtx));
61 pipelineTests->addChild(createVertexInputTests (testCtx));
70 createTests(tcu::TestContext& testCtx) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateTests.cpp44 tcu::TestContext& testCtx = group->getTestContext(); local
46 group->addChild(new DynamicStateVPTests(testCtx));
47 group->addChild(new DynamicStateRSTests(testCtx));
48 group->addChild(new DynamicStateCBTests(testCtx));
49 group->addChild(new DynamicStateDSTests(testCtx));
50 group->addChild(new DynamicStateGeneralTests(testCtx));
55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
57 return createTestGroup(testCtx, "dynamic_state", "Dynamic State Tests", createChildren);
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTests.cpp40 tcu::TestContext& testCtx = computeTests->getTestContext(); local
42 computeTests->addChild(createBasicComputeShaderTests(testCtx));
43 computeTests->addChild(createIndirectComputeDispatchTests(testCtx));
44 computeTests->addChild(createComputeShaderBuiltinVarTests(testCtx));
49 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
51 return createTestGroup(testCtx, "compute", "Compute shader tests", createChildren);
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTests.cpp42 tcu::TestContext& testCtx = group->getTestContext(); local
44 group->addChild(new SimpleDrawTests(testCtx));
45 group->addChild(new DrawIndexedTests(testCtx));
46 group->addChild(new IndirectDrawTests(testCtx));
51 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
53 return createTestGroup(testCtx, "draw", "Spimple Draw tests", createChildren);
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryTests.cpp41 tcu::TestContext& testCtx = memoryTests->getTestContext(); local
43 memoryTests->addChild(createAllocationTests (testCtx));
44 memoryTests->addChild(createMappingTests (testCtx));
45 memoryTests->addChild(createPipelineBarrierTests (testCtx));
50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
52 return createTestGroup(testCtx, "memory", "Memory Tests", createChildren);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiTests.cpp47 tcu::TestContext& testCtx = bufferViewTests->getTestContext(); local
49 bufferViewTests->addChild(createBufferViewCreateTests (testCtx));
50 bufferViewTests->addChild(createBufferViewAccessTests (testCtx));
55 tcu::TestContext& testCtx = apiTests->getTestContext(); local
57 apiTests->addChild(createSmokeTests (testCtx));
58 apiTests->addChild(api::createFeatureInfoTests (testCtx));
59 apiTests->addChild(createDeviceInitializationTests (testCtx));
60 apiTests->addChild(createObjectManagementTests (testCtx));
61 apiTests->addChild(createBufferTests (testCtx));
62 apiTests->addChild(createTestGroup (testCtx, "buffer_vie
69 createTests(tcu::TestContext& testCtx) argument
[all...]
H A DvktApiBufferTests.hpp36 tcu::TestCaseGroup* createBufferTests (tcu::TestContext& testCtx);
H A DvktApiBufferViewAccessTests.hpp36 tcu::TestCaseGroup* createBufferViewAccessTests (tcu::TestContext& testCtx);
H A DvktApiBufferViewCreateTests.hpp36 tcu::TestCaseGroup* createBufferViewCreateTests (tcu::TestContext& testCtx);
H A DvktApiCommandBuffersTests.hpp32 tcu::TestCaseGroup* createCommandBuffersTests (tcu::TestContext& testCtx);
H A DvktApiCopiesAndBlittingTests.hpp36 tcu::TestCaseGroup* createCopiesAndBlittingTests (tcu::TestContext& testCtx);
H A DvktApiDeviceInitializationTests.hpp34 tcu::TestCaseGroup* createDeviceInitializationTests (tcu::TestContext& testCtx);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTests.cpp41 tcu::TestContext& testCtx = imageTests->getTestContext(); local
43 imageTests->addChild(createImageStoreTests(testCtx));
44 imageTests->addChild(createImageLoadStoreTests(testCtx));
45 imageTests->addChild(createImageFormatReinterpretTests(testCtx));
46 imageTests->addChild(createImageQualifiersTests(testCtx));
47 imageTests->addChild(createImageSizeTests(testCtx));
48 imageTests->addChild(createImageAtomicOperationTests(testCtx));
53 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
55 return createTestGroup(testCtx, "image", "Image tests", createChildren);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTests.cpp38 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
40 de::MovePtr<tcu::TestCaseGroup> sparseTests (new tcu::TestCaseGroup(testCtx, "sparse_resources", "Sparse Resources Tests"));
42 sparseTests->addChild(createBufferSparseBindingTests(testCtx));
43 sparseTests->addChild(createImageSparseBindingTests(testCtx));
44 sparseTests->addChild(createBufferSparseResidencyTests(testCtx));
45 sparseTests->addChild(createImageSparseResidencyTests(testCtx));
46 sparseTests->addChild(createMipmapSparseResidencyTests(testCtx));
47 sparseTests->addChild(createBufferSparseMemoryAliasingTests(testCtx));
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) argument
30 return new vkt::TestPackage(testCtx);
/external/deqp/modules/egl/
H A DteglTestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) argument
30 return new deqp::egl::TestPackage(testCtx);
/external/deqp/modules/gles2/
H A Dtes2TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) argument
30 return new deqp::gles2::TestPackage(testCtx);
/external/deqp/modules/gles3/
H A Dtes3TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) argument
30 return new deqp::gles3::TestPackage(testCtx);
/external/deqp/modules/gles31/
H A Dtes31TestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) argument
30 return new deqp::gles31::TestPackage(testCtx);
/external/deqp/modules/internal/
H A DditTestPackageEntry.cpp28 static tcu::TestPackage* createTestPackage (tcu::TestContext& testCtx) argument
30 return new dit::TestPackage(testCtx);
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingModelTests.cpp39 tcu::TestContext& testCtx = group->getTestContext(); local
41 group->addChild(createShaderAccessTests(testCtx));
50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
52 return createTestGroup(testCtx, "binding_model", "Resource binding tests", createChildren);
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolTests.cpp40 tcu::TestContext& testCtx = queryPoolTests->getTestContext(); local
42 queryPoolTests->addChild(new QueryPoolOcclusionTests(testCtx));
47 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
49 return createTestGroup(testCtx, "query_pool", "query pool tests", createChildren);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTests.cpp39 tcu::TestContext& testCtx = spirVAssemblyTests->getTestContext(); local
41 spirVAssemblyTests->addChild(createInstructionTests(testCtx));
49 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) argument
51 return createTestGroup(testCtx, "spirv_assembly", "SPIR-V Assembly tests", createChildren);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinTests.cpp40 tcu::TestCaseGroup* createBuiltinTests (tcu::TestContext& testCtx) argument
42 de::MovePtr<tcu::TestCaseGroup> builtinTests (new tcu::TestCaseGroup(testCtx, "builtin", "Built-in tests"));
43 de::MovePtr<tcu::TestCaseGroup> builtinFunctionTests (new tcu::TestCaseGroup(testCtx, "function", "Built-in Function Tests"));
45 builtinFunctionTests->addChild(new ShaderCommonFunctionTests(testCtx));
46 builtinFunctionTests->addChild(new ShaderIntegerFunctionTests(testCtx));
47 builtinFunctionTests->addChild(new ShaderPackingFunctionTests(testCtx));
50 builtinTests->addChild(new BuiltinPrecisionTests(testCtx));
/external/deqp/framework/common/
H A DtcuTestHierarchyUtil.hpp33 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);
34 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine);

Completed in 366 milliseconds

1234567891011>>