Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp39 class InstanceFactory1 : public TestCase class
42InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, cons… in InstanceFactory1() function in vkt::InstanceFactory1
48InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, cons… in InstanceFactory1() function in vkt::InstanceFactory1
214 …return new InstanceFactory1<FunctionInstance0, FunctionInstance0::Function>(testCtx, type, name, d… in createFunctionCase()
234 return new InstanceFactory1<FunctionInstance0, FunctionInstance0::Function, FunctionPrograms0>( in createFunctionCaseWithPrograms()
258 return new InstanceFactory1<FunctionInstance1<Arg0>, typename FunctionInstance1<Arg0>::Args>( in createFunctionCase()
284 …return new InstanceFactory1<FunctionInstance1<Arg0>, typename FunctionInstance1<Arg0>::Args, Funct… in createFunctionCaseWithPrograms()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp983 …simpleAllocation->addChild(new InstanceFactory1<ExternalMemoryHostBaseTestInstance, VkDeviceSize> … in createMemoryExternalMemoryHostTests()
985 …simpleAllocation->addChild(new InstanceFactory1<ExternalMemoryHostBaseTestInstance, VkDeviceSize> … in createMemoryExternalMemoryHostTests()
1006 …with_zero_offset->addChild(new InstanceFactory1<ExternalMemoryHostRenderImageTestInstance, TestPar… in createMemoryExternalMemoryHostTests()
1015 …with_non_zero_offset->addChild(new InstanceFactory1<ExternalMemoryHostRenderImageTestInstance, Tes… in createMemoryExternalMemoryHostTests()
1023 …synchronization->addChild(new InstanceFactory1<ExternalMemoryHostSynchronizationTestInstance, Test… in createMemoryExternalMemoryHostTests()
DvktMemoryAllocationTests.cpp783 …orderGroup->addChild(new InstanceFactory1<AllocateFreeTestInstance, TestConfig>(testCtx, tcu::NODE… in createAllocationTestsCommon()
831 …orderGroup->addChild(new InstanceFactory1<AllocateFreeTestInstance, TestConfig>(testCtx, tcu::NODE… in createAllocationTestsCommon()
851 …randomGroup->addChild(new InstanceFactory1<RandomAllocFreeTestInstance, TestConfigRandom>(testCtx,… in createAllocationTestsCommon()
DvktMemoryMappingTests.cpp1772 …randomGroup->addChild(new InstanceFactory1<RandomMemoryMappingInstance, deUint32>(testCtx, tcu::NO… in createMappingTests()
DvktMemoryPipelineBarrierTests.cpp10086 …usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests()
10115 …usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests()
10137 …usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp1371 …color->addChild(new InstanceFactory1<ConditionalRenderingClearAttachmentsTestInstance, ClearTestPa… in init()
1375 …depth->addChild(new InstanceFactory1<ConditionalRenderingClearAttachmentsTestInstance, ClearTestPa… in init()
1379 …color->addChild(new InstanceFactory1<ConditionalRenderingClearAttachmentsTestInstance, ClearTestPa… in init()
1383 …depth->addChild(new InstanceFactory1<ConditionalRenderingClearAttachmentsTestInstance, ClearTestPa… in init()
1387 …draw->addChild(new InstanceFactory1<ConditionalRenderingDrawTestInstance, DrawTestParams, AddProgr… in init()
1389 …draw->addChild(new InstanceFactory1<ConditionalRenderingUpdateBufferWithDrawTestInstance, bool, Ad… in init()
1390 …draw->addChild(new InstanceFactory1<ConditionalRenderingUpdateBufferWithDrawTestInstance, bool, Ad… in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1745 …imageLayersGroup->addChild(new InstanceFactory1<ClearColorImageTestInstance, TestParams>(testCtx, … in createImageClearingTestsCommon()
1747 …imageLayersGroup->addChild(new InstanceFactory1<TwoStepClearColorImageTestInstance, TestParams>(te… in createImageClearingTestsCommon()
1790 …imageLayersGroup->addChild(new InstanceFactory1<ClearDepthStencilImageTestInstance, TestParams>(te… in createImageClearingTestsCommon()
1792 …imageLayersGroup->addChild(new InstanceFactory1<TwoStepClearDepthStencilImageTestInstance, TestPar… in createImageClearingTestsCommon()
1829 …colorAttachmentClearLayersGroup->addChild(new InstanceFactory1<ClearAttachmentTestInstance, TestPa… in createImageClearingTestsCommon()
1830 …partialColorAttachmentClearLayersGroup->addChild(new InstanceFactory1<PartialClearAttachmentTestIn… in createImageClearingTestsCommon()
1870 …depthStencilLayersGroup->addChild(new InstanceFactory1<ClearAttachmentTestInstance, TestParams>(te… in createImageClearingTestsCommon()
1871 …partialDepthStencilLayersGroup->addChild(new InstanceFactory1<PartialClearAttachmentTestInstance, … in createImageClearingTestsCommon()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp994 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
1002 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
DvktRenderPassSubpassDependencyTests.cpp1982 …renderSizeGroup->addChild(new InstanceFactory1<ExternalDependencyTestInstance, ExternalTestConfig,… in initTests()
2047 …implicitGroup->addChild(new InstanceFactory1<ExternalDependencyTestInstance, ExternalTestConfig, E… in initTests()
2145 …subpassCountGroup->addChild(new InstanceFactory1<SubpassDependencyTestInstance, SubpassTestConfig,… in initTests()
DvktRenderPassSparseRenderTargetTests.cpp724 …group->addChild(new InstanceFactory1<SparseRenderTargetTestInstance, TestConfig, Programs>(testCtx… in initTests()
DvktRenderPassDepthStencilResolveTests.cpp1045 typedef InstanceFactory1<DepthStencilResolveTest, TestConfig, Programs> DSResolveTestInstance; in initTests()
DvktRenderPassMultisampleResolveTests.cpp1715 …formatGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
DvktRenderPassMultisampleTests.cpp2074 …formatGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp1172 …alphaGroup->addChild(new vkt::InstanceFactory1<SharedPresentableImageTestInstance, TestConfig, Pro… in createSharedPresentableImageTests()
DvktWsiDisplayTimingTests.cpp1196 …presentModeGroup->addChild(new vkt::InstanceFactory1<DisplayTimingTestInstance, TestConfig, Progra… in createDisplayTimingTests()
DvktWsiIncrementalPresentTests.cpp1263 …alphaGroup->addChild(new vkt::InstanceFactory1<IncrementalPresentTestInstance, TestConfig, Program… in createIncrementalPresentTests()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp1468 return new InstanceFactory1<TestInstanceT, Arg0, FunctionProgramsSimple1<Arg0> >( in createTestInstanceWithPrograms()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp1342 …opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODET… in createCrossInstanceSharingTest()
DvktSynchronizationWin32KeyedMutexTests.cpp1819 …opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tc… in createWin32KeyedMutexTest()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp136 group->addChild(new InstanceFactory1<Instance, Arg0, FunctionProgramsSimple1<Arg0> >( in addInstanceTestCaseWithPrograms()