Searched refs:createAtomicOperation (Results 1 – 1 of 1) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 190 …spv::Id createAtomicOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, st… 2467 …result = createAtomicOperation(node->getOp(), precision, resultType(), operands, node->getBasicTyp… in visitAggregate() 4301 …return createAtomicOperation(node->getOp(), precision, resultType(), operands, node->getBasicType(… 5322 return createAtomicOperation(op, decorations.precision, typeId, operands, typeProxy); 5925 spv::Id TGlslangToSpvTraverser::createAtomicOperation(glslang::TOperator op, spv::Decoration /*prec… function in __anon26c506720111::TGlslangToSpvTraverser
|