Home
last modified time | relevance | path

Searched refs:basicComputeTests (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp4610 de::MovePtr<tcu::TestCaseGroup> basicComputeTests(new tcu::TestCaseGroup(testCtx, "basic")); in createBasicComputeShaderTests() local
4613 …addFunctionCaseWithPrograms(basicComputeTests.get(), "empty_shader", EmptyShaderTest::checkSupport, in createBasicComputeShaderTests()
4618basicComputeTests->addChild(new ConcurrentCompute(testCtx, "concurrent_compute", computePipelineCo… in createBasicComputeShaderTests()
4621 basicComputeTests->addChild( in createBasicComputeShaderTests()
4624 basicComputeTests->addChild( in createBasicComputeShaderTests()
4627 basicComputeTests->addChild( in createBasicComputeShaderTests()
4630basicComputeTests->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 DvktPipelineTimestampTests.cpp3466 …de::MovePtr<tcu::TestCaseGroup> basicComputeTests(new tcu::TestCaseGroup(testCtx, "basic_compute_t… in createTimestampTests() local
3478 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, &param)); in createTimestampTests()
3481 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, &param)); in createTimestampTests()
3485 timestampTests->addChild(basicComputeTests.release()); in createTimestampTests()