Home
last modified time | relevance | path

Searched refs:EOpInterlockedExchange (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseables.cpp1151 symbolTable.relateToOperator("InterlockedExchange", EOpInterlockedExchange); in identifyBuiltIns()
1257 …symbolTable.relateToOperator(BUILTIN_PREFIX "InterlockedExchange", EOpInterlockedExchange); in identifyBuiltIns()
DhlslParseHelper.cpp3081 case EOpInterlockedExchange: return isImage ? EOpImageAtomicExchange : EOpAtomicExchange; in mapAtomicOp()
3497 case EOpInterlockedExchange: in decomposeStructBufferMethods()
4826 case EOpInterlockedExchange: // always has output arg in decomposeIntrinsic()
7332 case EOpInterlockedExchange: in findFunction()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h925 EOpInterlockedExchange, // ... enumerator