Searched refs:createUnaryMatrixOperation (Results 1 – 1 of 1) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 184 spv::Id createUnaryMatrixOperation(spv::Op op, OpDecorations&, spv::Id typeId, spv::Id operand, 5064 return createUnaryMatrixOperation(unaryOp, decorations, typeId, operand, typeProxy); 5453 spv::Id TGlslangToSpvTraverser::createUnaryMatrixOperation(spv::Op op, OpDecorations& decorations, … function in __anon26c506720111::TGlslangToSpvTraverser 5721 return createUnaryMatrixOperation(convOp, decorations, destType, operand, typeProxy);
|