Searched refs:graphicsTests (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 1868 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics_tests", "… in createCacheTests() local 1896 graphicsTests->addChild(newTestCase<GraphicsCacheTest>(testCtx, &testParams[i])); in createCacheTests() 1898 cacheTests->addChild(graphicsTests.release()); in createCacheTests() 1903 …de::MovePtr<tcu::TestCaseGroup> graphicsTests(new tcu::TestCaseGroup(testCtx, "pipeline_from_get_d… in createCacheTests() local 1931 graphicsTests->addChild(newTestCase<PipelineFromCacheTest>(testCtx, &testParams[i])); in createCacheTests() 1933 cacheTests->addChild(graphicsTests.release()); in createCacheTests() 1938 …de::MovePtr<tcu::TestCaseGroup> graphicsTests(new tcu::TestCaseGroup(testCtx, "pipeline_from_incom… in createCacheTests() local 1966 graphicsTests->addChild(newTestCase<PipelineFromIncompleteCacheTest>(testCtx, &testParams[i])); in createCacheTests() 1968 cacheTests->addChild(graphicsTests.release()); in createCacheTests()
|
D | vktPipelinePushConstantTests.cpp | 1759 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics_pipeline"… in createPushConstantTests() local 1762 …graphicsTests->addChild(new PushConstantGraphicsTest(testCtx, graphicsParams[ndx].name, graphicsPa… in createPushConstantTests() 1764 pushConstantTests->addChild(graphicsTests.release()); in createPushConstantTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 8949 …de::MovePtr<tcu::TestCaseGroup> graphicsTests (new tcu::TestCaseGroup(testCtx, "graphics", "Graph… in createInstructionTests() local 9013 graphicsTests->addChild(opnopTests.release()); in createInstructionTests() 9014 graphicsTests->addChild(createOpSourceTests(testCtx)); in createInstructionTests() 9015 graphicsTests->addChild(createOpSourceContinuedTests(testCtx)); in createInstructionTests() 9016 graphicsTests->addChild(createOpLineTests(testCtx)); in createInstructionTests() 9017 graphicsTests->addChild(createOpNoLineTests(testCtx)); in createInstructionTests() 9018 graphicsTests->addChild(createOpConstantNullTests(testCtx)); in createInstructionTests() 9019 graphicsTests->addChild(createOpConstantCompositeTests(testCtx)); in createInstructionTests() 9020 graphicsTests->addChild(createMemoryAccessTests(testCtx)); in createInstructionTests() 9021 graphicsTests->addChild(createOpUndefTests(testCtx)); in createInstructionTests() [all …]
|