Home
last modified time | relevance | path

Searched refs:SharedVarAtomicOpTest (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp303 class SharedVarAtomicOpTest : public vkt::TestCase class
306 SharedVarAtomicOpTest (tcu::TestContext& testCtx,
338 SharedVarAtomicOpTest::SharedVarAtomicOpTest (tcu::TestContext& testCtx, in SharedVarAtomicOpTest() function in vkt::compute::__anon27863::SharedVarAtomicOpTest
350 void SharedVarAtomicOpTest::checkSupport (Context& context) const in checkSupport()
355 void SharedVarAtomicOpTest::initPrograms (SourceCollections& sourceCollections) const in initPrograms()
383 TestInstance* SharedVarAtomicOpTest::createInstance (Context& context) const in createInstance()
4393 basicComputeTests->addChild(new SharedVarAtomicOpTest(testCtx, "shared_atomic_op_single_invocation", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1), computePipelineConstructionType));
4394 basicComputeTests->addChild(new SharedVarAtomicOpTest(testCtx, "shared_atomic_op_single_group", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1), computePipelineConstructionType));
4395 basicComputeTests->addChild(new SharedVarAtomicOpTest(testCt
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp289 class SharedVarAtomicOpTest : public vkt::TestCase class
292 SharedVarAtomicOpTest (tcu::TestContext& testCtx,
320 SharedVarAtomicOpTest::SharedVarAtomicOpTest (tcu::TestContext& testCtx, in SharedVarAtomicOpTest() function in vkt::compute::__anon29109::SharedVarAtomicOpTest
331 void SharedVarAtomicOpTest::initPrograms (SourceCollections& sourceCollections) const in initPrograms()
359 TestInstance* SharedVarAtomicOpTest::createInstance (Context& context) const in createInstance()
3897 basicComputeTests->addChild(new SharedVarAtomicOpTest(testCtx, "shared_atomic_op_single_invocation", "Atomic operation with shared var", tcu::IVec3(1,1,1), tcu::IVec3(1,1,1)));
3898 basicComputeTests->addChild(new SharedVarAtomicOpTest(testCtx, "shared_atomic_op_single_group", "Atomic operation with shared var", tcu::IVec3(3,2,5), tcu::IVec3(1,1,1)));
3899 basicComputeTests->addChild(new SharedVarAtomicOpTest(testCtx, "shared_atomic_op_multiple_invocations", "Atomic operation with shared var", tcu::IVec3(1,1,1), tcu::IVec3(2,5,4)));
3900 basicComputeTests->addChild(new SharedVarAtomicOpTest(testCt
[all...]

Completed in 12 milliseconds