Searched refs:createAtomicOpGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 1098 static tcu::TestCaseGroup* createAtomicOpGroup (Context& context, AtomicOperandType operandType, co… in createAtomicOpGroup() function 1126 addChild(createAtomicOpGroup<ShaderAtomicAddCase> (m_context, m_operandType, "add")); in init() 1127 addChild(createAtomicOpGroup<ShaderAtomicMinCase> (m_context, m_operandType, "min")); in init() 1128 addChild(createAtomicOpGroup<ShaderAtomicMaxCase> (m_context, m_operandType, "max")); in init() 1129 addChild(createAtomicOpGroup<ShaderAtomicAndCase> (m_context, m_operandType, "and")); in init() 1130 addChild(createAtomicOpGroup<ShaderAtomicOrCase> (m_context, m_operandType, "or")); in init() 1131 addChild(createAtomicOpGroup<ShaderAtomicXorCase> (m_context, m_operandType, "xor")); in init() 1132 addChild(createAtomicOpGroup<ShaderAtomicExchangeCase> (m_context, m_operandType, "exchange")); in init() 1133 addChild(createAtomicOpGroup<ShaderAtomicCompSwapCase> (m_context, m_operandType, "compswap")); in init()
|