Searched defs:ifInt (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp25 #define BY_TYPE_GLSL(ifFloat, ifInt, ifUInt) std::make_tuple(kGLSL_STD_450_IntrinsicKind, \
27 GLSLstd450 ## ifInt, \
1766 SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt,
1772 this->writeInstruction(ifInt, this->getType(resultType), result, lhs, rhs, out);
1764 writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt, SpvOp_ ifBool, OutputStream& out) argument
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp25 #define BY_TYPE_GLSL(ifFloat, ifInt, ifUInt) std::make_tuple(kGLSL_STD_450_IntrinsicKind, \
27 GLSLstd450 ## ifInt, \
1758 SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt,
1764 this->writeInstruction(ifInt, this->getType(resultType), result, lhs, rhs, out);
1756 writeBinaryOperation(const Type& resultType, const Type& operandType, SpvId lhs, SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt, SpvOp_ ifBool, OutputStream& out) argument

Completed in 111 milliseconds