Searched refs:graphicsTests (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 2036 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics_tests", "… in createCacheTests() local 2064 graphicsTests->addChild(newTestCase<GraphicsCacheTest>(testCtx, &testParams[i])); in createCacheTests() 2066 cacheTests->addChild(graphicsTests.release()); in createCacheTests() 2071 …de::MovePtr<tcu::TestCaseGroup> graphicsTests(new tcu::TestCaseGroup(testCtx, "pipeline_from_get_d… in createCacheTests() local 2099 graphicsTests->addChild(newTestCase<PipelineFromCacheTest>(testCtx, &testParams[i])); in createCacheTests() 2101 cacheTests->addChild(graphicsTests.release()); in createCacheTests() 2106 …de::MovePtr<tcu::TestCaseGroup> graphicsTests(new tcu::TestCaseGroup(testCtx, "pipeline_from_incom… in createCacheTests() local 2134 graphicsTests->addChild(newTestCase<PipelineFromIncompleteCacheTest>(testCtx, &testParams[i])); in createCacheTests() 2136 cacheTests->addChild(graphicsTests.release()); in createCacheTests()
|
D | vktPipelinePushDescriptorTests.cpp | 4242 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics", "graph… in createPushDescriptorTests() local 4254 …graphicsTests->addChild(new PushDescriptorBufferGraphicsTest(testCtx, testName.c_str(), "", params… in createPushDescriptorTests() 4261 …graphicsTests->addChild(new PushDescriptorBufferGraphicsTest(testCtx, testName.c_str(), "", params… in createPushDescriptorTests() 4267 …graphicsTests->addChild(new PushDescriptorImageGraphicsTest(testCtx, testName.c_str(), "", params[… in createPushDescriptorTests() 4273 …graphicsTests->addChild(new PushDescriptorImageGraphicsTest(testCtx, testName.c_str(), "", params[… in createPushDescriptorTests() 4279 …graphicsTests->addChild(new PushDescriptorImageGraphicsTest(testCtx, testName.c_str(), "", params[… in createPushDescriptorTests() 4285 …graphicsTests->addChild(new PushDescriptorImageGraphicsTest(testCtx, testName.c_str(), "", params[… in createPushDescriptorTests() 4291 …graphicsTests->addChild(new PushDescriptorTexelBufferGraphicsTest(testCtx, testName.c_str(), "", p… in createPushDescriptorTests() 4297 …graphicsTests->addChild(new PushDescriptorTexelBufferGraphicsTest(testCtx, testName.c_str(), "", p… in createPushDescriptorTests() 4303 …graphicsTests->addChild(new PushDescriptorInputAttachmentGraphicsTest(testCtx, testName.c_str(), "… in createPushDescriptorTests() [all …]
|
D | vktPipelineCreationFeedbackTests.cpp | 1300 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics_tests", "… in createCreationFeedbackTests() local 1334 graphicsTests->addChild(newTestCase<GraphicsCacheTest>(testCtx, &testParams[i])); in createCreationFeedbackTests() 1336 cacheTests->addChild(graphicsTests.release()); in createCreationFeedbackTests()
|
D | vktPipelineExecutablePropertiesTests.cpp | 1491 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics", "Test p… in createExecutablePropertiesTests() local 1528 graphicsTests->addChild(newTestCase<GraphicsExecutablePropertiesTest>(testCtx, &testParams[i])); in createExecutablePropertiesTests() 1530 binaryInfoTests->addChild(graphicsTests.release()); in createExecutablePropertiesTests()
|
D | vktPipelinePushConstantTests.cpp | 3275 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics_pipeline"… in createPushConstantTests() local 3278 …graphicsTests->addChild(new PushConstantGraphicsDisjointTest(testCtx, graphicsParams[ndx].name, gr… in createPushConstantTests() 3283 …graphicsTests->addChild(new PushConstantGraphicsOverlapTest(testCtx, overlapGraphicsParams[ndx].na… in createPushConstantTests() 3285 addOverwriteCase(graphicsTests.get(), testCtx, VK_PIPELINE_BIND_POINT_GRAPHICS); in createPushConstantTests() 3286 pushConstantTests->addChild(graphicsTests.release()); in createPushConstantTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 20414 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics", "Graph… in createInstructionTests() local 20506 graphicsTests->addChild(createCrossStageInterfaceTests(testCtx)); in createInstructionTests() 20507 graphicsTests->addChild(createSpivVersionCheckTests(testCtx, !testComputePipeline)); in createInstructionTests() 20508 graphicsTests->addChild(createOpNopTests(testCtx)); in createInstructionTests() 20509 graphicsTests->addChild(createOpSourceTests(testCtx)); in createInstructionTests() 20510 graphicsTests->addChild(createOpSourceContinuedTests(testCtx)); in createInstructionTests() 20511 graphicsTests->addChild(createOpModuleProcessedTests(testCtx)); in createInstructionTests() 20512 graphicsTests->addChild(createOpLineTests(testCtx)); in createInstructionTests() 20513 graphicsTests->addChild(createOpNoLineTests(testCtx)); in createInstructionTests() 20514 graphicsTests->addChild(createOpConstantNullTests(testCtx)); in createInstructionTests() [all …]
|