Searched refs:basicComputeTests (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 3005 …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() 3009 …basicComputeTests->addChild(BufferToBufferInvertTest::UBOToSSBOInvertCase(testCtx, "ubo_to_ssbo_si… in createBasicComputeShaderTests() 3010 …basicComputeTests->addChild(BufferToBufferInvertTest::UBOToSSBOInvertCase(testCtx, "ubo_to_ssbo_si… in createBasicComputeShaderTests() 3011 …basicComputeTests->addChild(BufferToBufferInvertTest::UBOToSSBOInvertCase(testCtx, "ubo_to_ssbo_mu… in createBasicComputeShaderTests() 3012 …basicComputeTests->addChild(BufferToBufferInvertTest::UBOToSSBOInvertCase(testCtx, "ubo_to_ssbo_mu… in createBasicComputeShaderTests() 3014 …basicComputeTests->addChild(BufferToBufferInvertTest::CopyInvertSSBOCase(testCtx, "copy_ssbo_singl… in createBasicComputeShaderTests() 3015 …basicComputeTests->addChild(BufferToBufferInvertTest::CopyInvertSSBOCase(testCtx, "copy_ssbo_multi… in createBasicComputeShaderTests() 3016 …basicComputeTests->addChild(BufferToBufferInvertTest::CopyInvertSSBOCase(testCtx, "copy_ssbo_multi… in createBasicComputeShaderTests() 3018 …basicComputeTests->addChild(new InvertSSBOInPlaceTest(testCtx, "ssbo_rw_single_invocation", "Rea… in createBasicComputeShaderTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 2090 …de::MovePtr<tcu::TestCaseGroup> basicComputeTests (new tcu::TestCaseGroup(testCtx, "basic_compute_… in createTimestampTests() local 2100 basicComputeTests->addChild(newTestCase<BasicComputeTest>(testCtx, ¶m)); in createTimestampTests() 2103 timestampTests->addChild(basicComputeTests.release()); in createTimestampTests()
|