Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp159 #define BY_TYPE_GLSL(ifFloat, ifInt, ifUInt) Intrinsic{kGLSL_STD_450_IntrinsicOpcodeKind, \ in getIntrinsic() argument
328 static T pick_by_type(const Type& type, T ifFloat, T ifInt, T ifUInt, T ifBool) { in pick_by_type()
2686 SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, in writeBinaryOperation()