Searched refs:createBinaryMatrixOperation (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | GlslangToSpv.cpp | 204 …spv::Id createBinaryMatrixOperation(spv::Op, OpDecorations&, spv::Id typeId, spv::Id left, spv::Id… 6889 return createBinaryMatrixOperation(binOp, decorations, typeId, left, right); in createBinaryOperation() 6992 spv::Id TGlslangToSpvTraverser::createBinaryMatrixOperation(spv::Op op, OpDecorations& decorations,… in createBinaryMatrixOperation() function in __anon1051589c0111::TGlslangToSpvTraverser
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 204 …spv::Id createBinaryMatrixOperation(spv::Op, OpDecorations&, spv::Id typeId, spv::Id left, spv::Id… 6631 return createBinaryMatrixOperation(binOp, decorations, typeId, left, right); in createBinaryOperation() 6734 spv::Id TGlslangToSpvTraverser::createBinaryMatrixOperation(spv::Op op, OpDecorations& decorations,… in createBinaryMatrixOperation() function in __anon6540cc680111::TGlslangToSpvTraverser
|