Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp3005 …de::MovePtr<tcu::TestCaseGroup> basicComputeTests(new tcu::TestCaseGroup(testCtx, "basic", "Basic … in createBasicComputeShaderTests() local
3007 …addFunctionCaseWithPrograms(basicComputeTests.get(), "empty_shader", "Shader that does nothing", E… in createBasicComputeShaderTests()
3009basicComputeTests->addChild(BufferToBufferInvertTest::UBOToSSBOInvertCase(testCtx, "ubo_to_ssbo_si… in createBasicComputeShaderTests()
3010basicComputeTests->addChild(BufferToBufferInvertTest::UBOToSSBOInvertCase(testCtx, "ubo_to_ssbo_si… in createBasicComputeShaderTests()
3011basicComputeTests->addChild(BufferToBufferInvertTest::UBOToSSBOInvertCase(testCtx, "ubo_to_ssbo_mu… in createBasicComputeShaderTests()
3012basicComputeTests->addChild(BufferToBufferInvertTest::UBOToSSBOInvertCase(testCtx, "ubo_to_ssbo_mu… in createBasicComputeShaderTests()
3014basicComputeTests->addChild(BufferToBufferInvertTest::CopyInvertSSBOCase(testCtx, "copy_ssbo_singl… in createBasicComputeShaderTests()
3015basicComputeTests->addChild(BufferToBufferInvertTest::CopyInvertSSBOCase(testCtx, "copy_ssbo_multi… in createBasicComputeShaderTests()
3016basicComputeTests->addChild(BufferToBufferInvertTest::CopyInvertSSBOCase(testCtx, "copy_ssbo_multi… in createBasicComputeShaderTests()
3018basicComputeTests->addChild(new InvertSSBOInPlaceTest(testCtx, "ssbo_rw_single_invocation", "Rea… in createBasicComputeShaderTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp2090 …de::MovePtr<tcu::TestCaseGroup> basicComputeTests (new tcu::TestCaseGroup(testCtx, "basic_compute_… in createTimestampTests() local
2100 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, &param)); in createTimestampTests()
2103 timestampTests->addChild(basicComputeTests.release()); in createTimestampTests()