Searched refs:basicComputeTests (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 4610 de::MovePtr<tcu::TestCaseGroup> basicComputeTests(new tcu::TestCaseGroup(testCtx, "basic")); in createBasicComputeShaderTests() local 4613 …addFunctionCaseWithPrograms(basicComputeTests.get(), "empty_shader", EmptyShaderTest::checkSupport, in createBasicComputeShaderTests() 4618 …basicComputeTests->addChild(new ConcurrentCompute(testCtx, "concurrent_compute", computePipelineCo… in createBasicComputeShaderTests() 4621 basicComputeTests->addChild( in createBasicComputeShaderTests() 4624 basicComputeTests->addChild( in createBasicComputeShaderTests() 4627 basicComputeTests->addChild( in createBasicComputeShaderTests() 4630 …basicComputeTests->addChild(new EmptyWorkGroupCase(testCtx, "empty_workgroup_all", tcu::UVec3(0u, … in createBasicComputeShaderTests() 4634 basicComputeTests->addChild(new MaxWorkGroupSizeTest(testCtx, "max_local_size_x", in createBasicComputeShaderTests() 4638 basicComputeTests->addChild(new MaxWorkGroupSizeTest(testCtx, "max_local_size_y", in createBasicComputeShaderTests() 4642 basicComputeTests->addChild(new MaxWorkGroupSizeTest(testCtx, "max_local_size_z", in createBasicComputeShaderTests() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 3466 …de::MovePtr<tcu::TestCaseGroup> basicComputeTests(new tcu::TestCaseGroup(testCtx, "basic_compute_t… in createTimestampTests() local 3478 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, ¶m)); in createTimestampTests() 3481 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, ¶m)); in createTimestampTests() 3485 timestampTests->addChild(basicComputeTests.release()); in createTimestampTests()
|