Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp618 class AtomicOperationCase : public TestCase class
621 AtomicOperationCase (tcu::TestContext& testCtx,
627 virtual ~AtomicOperationCase (void);
644 AtomicOperationCase::AtomicOperationCase (tcu::TestContext& testCtx, in AtomicOperationCase() function in vkt::shaderexecutor::__anonffe0b4930111::AtomicOperationCase
659 AtomicOperationCase::~AtomicOperationCase (void) in ~AtomicOperationCase()
663 TestInstance* AtomicOperationCase::createInstance (Context& ctx) const in createInstance()
668 void AtomicOperationCase::createShaderSpec (void) in createShaderSpec()
762 …atomicOperationTestsGroup->addChild(new AtomicOperationCase(testCtx, name.c_str(), description.c_s… in addAtomicOperationTests()