Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp80 const AtomicOperandType m_operandType; member in deqp::gles31::Functional::ShaderAtomicOpCase
99 , m_operandType (operandType) in ShaderAtomicOpCase()
116 const bool isSSBO = m_operandType == ATOMIC_OPERAND_BUFFER_VARIABLE; in init()
218 if (m_operandType == ATOMIC_OPERAND_BUFFER_VARIABLE) in iterate()
881 const AtomicOperandType m_operandType; member in deqp::gles31::Functional::ShaderAtomicCompSwapCase
893 , m_operandType (operandType) in ShaderAtomicCompSwapCase()
909 const bool isSSBO = m_operandType == ATOMIC_OPERAND_BUFFER_VARIABLE; in init()
1089 , m_operandType (operandType) in ShaderAtomicOpTests()
1126 addChild(createAtomicOpGroup<ShaderAtomicAddCase> (m_context, m_operandType, "add")); in init()
1127 addChild(createAtomicOpGroup<ShaderAtomicMinCase> (m_context, m_operandType, "min")); in init()
[all …]
Des31fShaderAtomicOpTests.hpp56 const AtomicOperandType m_operandType; member in deqp::gles31::Functional::ShaderAtomicOpTests