/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeTests.cpp | 41 void createChildren (tcu::TestCaseGroup* computeTests) in createChildren() argument 43 tcu::TestContext& testCtx = computeTests->getTestContext(); in createChildren() 45 computeTests->addChild(createBasicComputeShaderTests(testCtx)); in createChildren() 46 computeTests->addChild(createBasicDeviceGroupComputeShaderTests(testCtx)); in createChildren() 47 computeTests->addChild(createCooperativeMatrixTests(testCtx)); in createChildren() 48 computeTests->addChild(createIndirectComputeDispatchTests(testCtx)); in createChildren() 49 computeTests->addChild(createComputeShaderBuiltinVarTests(testCtx)); in createChildren() 50 computeTests->addChild(createZeroInitializeWorkgroupMemoryTests(testCtx)); in createChildren() 51 computeTests->addChild(createWorkgroupMemoryExplicitLayoutTests(testCtx)); in createChildren()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDerivativeTests.cpp | 173 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute", "compute … in createDerivativeTests() local 175 addFunctionCaseWithPrograms(computeTests.get(), in createDerivativeTests() 180 addFunctionCaseWithPrograms(computeTests.get(), in createDerivativeTests() 186 derivativeTests->addChild(computeTests.release()); in createDerivativeTests()
|
D | vktPipelineCreationFeedbackTests.cpp | 1341 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute_tests", "Te… in createCreationFeedbackTests() local 1355 computeTests->addChild(newTestCase<ComputeCacheTest>(testCtx, &testParams[i])); in createCreationFeedbackTests() 1357 cacheTests->addChild(computeTests.release()); in createCreationFeedbackTests()
|
D | vktPipelinePushDescriptorTests.cpp | 4243 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute", "compute… in createPushDescriptorTests() local 4255 …computeTests->addChild(new PushDescriptorBufferComputeTest(testCtx, testName.c_str(), "", params[t… in createPushDescriptorTests() 4262 …computeTests->addChild(new PushDescriptorBufferComputeTest(testCtx, testName.c_str(), "", params[t… in createPushDescriptorTests() 4268 …computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), "", params[te… in createPushDescriptorTests() 4274 …computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), "", params[te… in createPushDescriptorTests() 4280 …computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), "", params[te… in createPushDescriptorTests() 4286 …computeTests->addChild(new PushDescriptorImageComputeTest(testCtx, testName.c_str(), "", params[te… in createPushDescriptorTests() 4292 …computeTests->addChild(new PushDescriptorTexelBufferComputeTest(testCtx, testName.c_str(), "", par… in createPushDescriptorTests() 4298 …computeTests->addChild(new PushDescriptorTexelBufferComputeTest(testCtx, testName.c_str(), "", par… in createPushDescriptorTests() 4313 pushDescriptorTests->addChild(computeTests.release()); in createPushDescriptorTests()
|
D | vktPipelineExecutablePropertiesTests.cpp | 1535 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute", "Test pip… in createExecutablePropertiesTests() local 1550 computeTests->addChild(newTestCase<ComputeExecutablePropertiesTest>(testCtx, &testParams[i])); in createExecutablePropertiesTests() 1552 binaryInfoTests->addChild(computeTests.release()); in createExecutablePropertiesTests()
|
D | vktPipelineCacheTests.cpp | 2141 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute_tests", "Te… in createCacheTests() local 2153 computeTests->addChild(newTestCase<ComputeCacheTest>(testCtx, &testParams[i])); in createCacheTests() 2155 cacheTests->addChild(computeTests.release()); in createCacheTests()
|
D | vktPipelinePushConstantTests.cpp | 3288 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute_pipeline", … in createPushConstantTests() local 3289 …computeTests->addChild(new PushConstantComputeTest(testCtx, computeParams[0].name, computeParams[0… in createPushConstantTests() 3290 addOverwriteCase(computeTests.get(), testCtx, VK_PIPELINE_BIND_POINT_COMPUTE); in createPushConstantTests() 3291 pushConstantTests->addChild(computeTests.release()); in createPushConstantTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 20413 …de::MovePtr<tcu::TestCaseGroup> computeTests (new tcu::TestCaseGroup(testCtx, "compute", "Compute… in createInstructionTests() local 20416 computeTests->addChild(createSpivVersionCheckTests(testCtx, testComputePipeline)); in createInstructionTests() 20417 computeTests->addChild(createLocalSizeGroup(testCtx)); in createInstructionTests() 20418 computeTests->addChild(createNonSemanticInfoGroup(testCtx)); in createInstructionTests() 20419 computeTests->addChild(createOpNopGroup(testCtx)); in createInstructionTests() 20420 computeTests->addChild(createOpFUnordGroup(testCtx, TEST_WITHOUT_NAN)); in createInstructionTests() 20421 computeTests->addChild(createOpFUnordGroup(testCtx, TEST_WITH_NAN)); in createInstructionTests() 20422 computeTests->addChild(createOpAtomicGroup(testCtx, false)); in createInstructionTests() 20423 …computeTests->addChild(createOpAtomicGroup(testCtx, true)); // Using new StorageBuffer decorat… in createInstructionTests() 20424 computeTests->addChild(createOpAtomicGroup(testCtx, false, 1024, true)); // Return value validation in createInstructionTests() [all …]
|