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