Home
last modified time | relevance | path

Searched refs:graphicsTests (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp2036 …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()
DvktPipelinePushDescriptorTests.cpp4242 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics", "graph… in createPushDescriptorTests() local
4254graphicsTests->addChild(new PushDescriptorBufferGraphicsTest(testCtx, testName.c_str(), "", params… in createPushDescriptorTests()
4261graphicsTests->addChild(new PushDescriptorBufferGraphicsTest(testCtx, testName.c_str(), "", params… in createPushDescriptorTests()
4267graphicsTests->addChild(new PushDescriptorImageGraphicsTest(testCtx, testName.c_str(), "", params[… in createPushDescriptorTests()
4273graphicsTests->addChild(new PushDescriptorImageGraphicsTest(testCtx, testName.c_str(), "", params[… in createPushDescriptorTests()
4279graphicsTests->addChild(new PushDescriptorImageGraphicsTest(testCtx, testName.c_str(), "", params[… in createPushDescriptorTests()
4285graphicsTests->addChild(new PushDescriptorImageGraphicsTest(testCtx, testName.c_str(), "", params[… in createPushDescriptorTests()
4291graphicsTests->addChild(new PushDescriptorTexelBufferGraphicsTest(testCtx, testName.c_str(), "", p… in createPushDescriptorTests()
4297graphicsTests->addChild(new PushDescriptorTexelBufferGraphicsTest(testCtx, testName.c_str(), "", p… in createPushDescriptorTests()
4303graphicsTests->addChild(new PushDescriptorInputAttachmentGraphicsTest(testCtx, testName.c_str(), "… in createPushDescriptorTests()
[all …]
DvktPipelineCreationFeedbackTests.cpp1300 …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()
DvktPipelineExecutablePropertiesTests.cpp1491 …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()
DvktPipelinePushConstantTests.cpp3275 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics_pipeline"… in createPushConstantTests() local
3278graphicsTests->addChild(new PushConstantGraphicsDisjointTest(testCtx, graphicsParams[ndx].name, gr… in createPushConstantTests()
3283graphicsTests->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/
DvktSpvAsmInstructionTests.cpp20414 …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 …]