/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeTests.cpp | 48 void createChildren(tcu::TestCaseGroup *computeTests, ComputePipelineConstructionType computePipeli… in createChildren() argument 50 tcu::TestContext &testCtx = computeTests->getTestContext(); in createChildren() 52 computeTests->addChild(createBasicComputeShaderTests(testCtx, computePipelineConstructionType)); in createChildren() 53 …computeTests->addChild(createBasicDeviceGroupComputeShaderTests(testCtx, computePipelineConstructi… in createChildren() 55 computeTests->addChild(createCooperativeMatrixTests(testCtx, computePipelineConstructionType)); in createChildren() 57 …computeTests->addChild(createIndirectComputeDispatchTests(testCtx, computePipelineConstructionType… in createChildren() 58 …computeTests->addChild(createComputeShaderBuiltinVarTests(testCtx, computePipelineConstructionType… in createChildren() 59 …computeTests->addChild(createZeroInitializeWorkgroupMemoryTests(testCtx, computePipelineConstructi… in createChildren() 61 …computeTests->addChild(createWorkgroupMemoryExplicitLayoutTests(testCtx, computePipelineConstructi… in createChildren()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDerivativeTests.cpp | 173 de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute")); in createDerivativeTests() local 175 …addFunctionCaseWithPrograms(computeTests.get(), "derivative_by_handle", initComputeDerivativeProgr… in createDerivativeTests() 178 … addFunctionCaseWithPrograms(computeTests.get(), "derivative_by_handle_maintenance5", checkSupport, in createDerivativeTests() 181 …addFunctionCaseWithPrograms(computeTests.get(), "derivative_by_index", initComputeDerivativeProgra… in createDerivativeTests() 184 derivativeTests->addChild(computeTests.release()); in createDerivativeTests()
|
D | vktPipelineExecutablePropertiesTests.cpp | 1264 de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute")); in createExecutablePropertiesTests() local 1274 … computeTests->addChild(newTestCase<ComputeExecutablePropertiesTest>(testCtx, &testParams[i])); in createExecutablePropertiesTests() 1276 binaryInfoTests->addChild(computeTests.release()); in createExecutablePropertiesTests()
|
D | vktPipelinePushDescriptorTests.cpp | 4351 de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute")); in createPushDescriptorTests() local 4366 …computeTests->addChild(new PushDescriptorBufferComputeTest(testCtx, testName.c_str(), params[testI… in createPushDescriptorTests() 4375 …computeTests->addChild(new PushDescriptorBufferComputeTest(testCtx, testName.c_str(), params[testI… in createPushDescriptorTests() 4382 …computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), params[testId… in createPushDescriptorTests() 4389 …computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), params[testId… in createPushDescriptorTests() 4396 …computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), params[testId… in createPushDescriptorTests() 4403 …computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), params[testId… in createPushDescriptorTests() 4411 computeTests->addChild( in createPushDescriptorTests() 4420 computeTests->addChild( in createPushDescriptorTests() 4455 pushDescriptorTests->addChild(computeTests.release()); in createPushDescriptorTests()
|
D | vktPipelineCreationFeedbackTests.cpp | 1478 … de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute_tests")); in createTestsInternal() local 1490 computeTests->addChild(newTestCase<ComputeTestCase>(testCtx, ¶m)); in createTestsInternal() 1493 blobTests->addChild(computeTests.release()); in createTestsInternal()
|
D | vktPipelineCacheTests.cpp | 2087 … de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute_tests")); in createPipelineBlobTestsInternal() local 2094 computeTests->addChild(newTestCase<ComputeTest>(testCtx, &testParams[0])); in createPipelineBlobTestsInternal() 2096 computeTests->addChild(newTestCase<ComputeTest>(testCtx, &testParams[1])); in createPipelineBlobTestsInternal() 2098 blobTests->addChild(computeTests.release()); in createPipelineBlobTestsInternal()
|
D | vktPipelinePushConstantTests.cpp | 3726 … de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute_pipeline")); in createPushConstantTests() local 3729 …computeTests->addChild(new PushConstantComputeTest(testCtx, params.name, params.type, params.range… in createPushConstantTests() 3731 …addOverwriteCase(computeTests.get(), testCtx, pipelineConstructionType, VK_PIPELINE_BIND_POINT_COM… in createPushConstantTests() 3732 pushConstantTests->addChild(computeTests.release()); in createPushConstantTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 21169 de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute")); in createInstructionTests() local 21172 computeTests->addChild(createSpivVersionCheckTests(testCtx, testComputePipeline)); in createInstructionTests() 21173 computeTests->addChild(createLocalSizeGroup(testCtx, false)); in createInstructionTests() 21174 computeTests->addChild(createLocalSizeGroup(testCtx, true)); in createInstructionTests() 21175 computeTests->addChild(createNonSemanticInfoGroup(testCtx)); in createInstructionTests() 21176 computeTests->addChild(createRelaxedWithForwardReferenceGraphicsGroup(testCtx)); in createInstructionTests() 21177 computeTests->addChild(createOpNopGroup(testCtx)); in createInstructionTests() 21178 computeTests->addChild(createOpFUnordGroup(testCtx, TEST_WITHOUT_NAN)); in createInstructionTests() 21179 computeTests->addChild(createOpFUnordGroup(testCtx, TEST_WITH_NAN)); in createInstructionTests() 21180 computeTests->addChild(createOpAtomicGroup(testCtx, false)); in createInstructionTests() [all …]
|