Home
last modified time | relevance | path

Searched refs:computeTests (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTests.cpp48 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()
53computeTests->addChild(createBasicDeviceGroupComputeShaderTests(testCtx, computePipelineConstructi… in createChildren()
55 computeTests->addChild(createCooperativeMatrixTests(testCtx, computePipelineConstructionType)); in createChildren()
57computeTests->addChild(createIndirectComputeDispatchTests(testCtx, computePipelineConstructionType… in createChildren()
58computeTests->addChild(createComputeShaderBuiltinVarTests(testCtx, computePipelineConstructionType… in createChildren()
59computeTests->addChild(createZeroInitializeWorkgroupMemoryTests(testCtx, computePipelineConstructi… in createChildren()
61computeTests->addChild(createWorkgroupMemoryExplicitLayoutTests(testCtx, computePipelineConstructi… in createChildren()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDerivativeTests.cpp173 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()
DvktPipelineExecutablePropertiesTests.cpp1264 de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute")); in createExecutablePropertiesTests() local
1274computeTests->addChild(newTestCase<ComputeExecutablePropertiesTest>(testCtx, &testParams[i])); in createExecutablePropertiesTests()
1276 binaryInfoTests->addChild(computeTests.release()); in createExecutablePropertiesTests()
DvktPipelinePushDescriptorTests.cpp4351 de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute")); in createPushDescriptorTests() local
4366computeTests->addChild(new PushDescriptorBufferComputeTest(testCtx, testName.c_str(), params[testI… in createPushDescriptorTests()
4375computeTests->addChild(new PushDescriptorBufferComputeTest(testCtx, testName.c_str(), params[testI… in createPushDescriptorTests()
4382computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), params[testId… in createPushDescriptorTests()
4389computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), params[testId… in createPushDescriptorTests()
4396computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), params[testId… in createPushDescriptorTests()
4403computeTests->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()
DvktPipelineCreationFeedbackTests.cpp1478 … de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute_tests")); in createTestsInternal() local
1490 computeTests->addChild(newTestCase<ComputeTestCase>(testCtx, &param)); in createTestsInternal()
1493 blobTests->addChild(computeTests.release()); in createTestsInternal()
DvktPipelineCacheTests.cpp2087 … 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()
DvktPipelinePushConstantTests.cpp3726 … de::MovePtr<tcu::TestCaseGroup> computeTests(new tcu::TestCaseGroup(testCtx, "compute_pipeline")); in createPushConstantTests() local
3729computeTests->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/
DvktSpvAsmInstructionTests.cpp21169 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 …]