Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.hpp36 enum AtomicOperandType enum
47 ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType);
56 const AtomicOperandType m_operandType;
Des31fShaderAtomicOpTests.cpp68 …icOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType,…
80 const AtomicOperandType m_operandType;
96 …icOpCase (Context& context, const char* name, const char* funcName, AtomicOperandType operandType,… in ShaderAtomicOpCase()
258 …ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAddCase()
412 …ShaderAtomicMinCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMinCase()
493 …ShaderAtomicMaxCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMaxCase()
575 …ShaderAtomicAndCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAndCase()
651 …ShaderAtomicOrCase (Context& context, const char* name, AtomicOperandType operandType, DataType ty… in ShaderAtomicOrCase()
722 …ShaderAtomicXorCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicXorCase()
806 …ShaderAtomicExchangeCase (Context& context, const char* name, AtomicOperandType operandType, DataT… in ShaderAtomicExchangeCase()
[all …]