Home
last modified time | relevance | path

Searched defs:binOp (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateLimitations.cpp275 TIntermBinary *binOp = cond->getAsBinaryNode(); in validateForLoopCond() local
338 TIntermBinary *binOp = unOp ? nullptr : expr->getAsBinaryNode(); in validateForLoopExpr() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp294 TIntermBinary* binOp = cond->getAsBinaryNode(); in validateForLoopCond() local
355 TIntermBinary* binOp = unOp ? nullptr : expr->getAsBinaryNode(); in validateForLoopExpr() local
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp2855 glslang::TOperator binOp = glslang::EOpNull; in visitAggregate() local
6432 spv::Op binOp = spv::OpNop; in createBinaryOperation() local