Searched refs:m_atomicOp (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 206 : m_atomicOp(atomicOp) in TestBuffer() 287 const AtomicOperation m_atomicOp; member in vkt::shaderexecutor::__anonffe0b4930111::TestBuffer 343 switch (m_atomicOp) in checkOperation() 454 AtomicOperation m_atomicOp; member in vkt::shaderexecutor::__anonffe0b4930111::AtomicOperationCaseInstance 467 , m_atomicOp (atomicOp) in AtomicOperationCaseInstance() 515 de::UniquePtr<BufferInterface> testBuffer (createTestBuffer(m_dataType, m_atomicOp)); in iterate() 641 const AtomicOperation m_atomicOp; member in vkt::shaderexecutor::__anonffe0b4930111::AtomicOperationCase 653 , m_atomicOp (atomicOp) in AtomicOperationCase() 665 return new AtomicOperationCaseInstance(ctx, m_shaderSpec, m_shaderType, m_dataType, m_atomicOp); in createInstance() 692 specializations["ATOMICOP"] = atomicOp2Str(m_atomicOp); in createShaderSpec() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCounterOpsTests.cpp | 45 : m_program(NULL), m_programCompute(NULL), m_testedShader(testedShader), m_atomicOp(newOp) in ShaderPipeline() 142 atomicOperationStream << "uint returned = " << m_atomicOp->getFunction() + postfix + "(counter, "; in ShaderPipeline() 143 if (m_atomicOp->getCompareValue() != 0) in ShaderPipeline() 145 atomicOperationStream << m_atomicOp->getCompareValue(); in ShaderPipeline() 148 atomicOperationStream << m_atomicOp->getParamValue(); in ShaderPipeline() 152 if (m_atomicOp->shouldTestReturnValue()) in ShaderPipeline()
|
D | gl4cShaderAtomicCounterOpsTests.hpp | 249 AtomicOperation* m_atomicOp; member in gl4cts::ShaderAtomicCounterOpsTestBase::ShaderPipeline 272 return m_atomicOp; in getAtomicOperation()
|