Home
last modified time | relevance | path

Searched refs:ifInt (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h194 SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt,
197 SpvId writeBinaryOperation(const BinaryExpression& expr, SpvOp_ ifFloat, SpvOp_ ifInt,
DSkSLSPIRVCodeGenerator.cpp27 #define BY_TYPE_GLSL(ifFloat, ifInt, ifUInt) std::make_tuple(kGLSL_STD_450_IntrinsicKind, \ in setupIntrinsics() argument
29 GLSLstd450 ## ifInt, \ in setupIntrinsics()
2010 SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, in writeBinaryOperation() argument
2016 this->writeInstruction(ifInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()