Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h194 SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt,
198 SpvOp_ ifUInt, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp27 #define BY_TYPE_GLSL(ifFloat, ifInt, ifUInt) std::make_tuple(kGLSL_STD_450_IntrinsicKind, \ in setupIntrinsics() argument
30 GLSLstd450 ## ifUInt, \ in setupIntrinsics()
2011 SpvOp_ ifUInt, SpvOp_ ifBool, OutputStream& out) { in writeBinaryOperation() argument
2018 this->writeInstruction(ifUInt, this->getType(resultType), result, lhs, rhs, out); in writeBinaryOperation()