Searched defs:ifInt (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 804 #define BY_TYPE_GLSL(ifFloat, ifInt, ifUInt) Intrinsic{kGLSL_STD_450_IntrinsicOpcodeKind, \ in getIntrinsic() argument 984 static T pick_by_type(const Type& type, T ifFloat, T ifInt, T ifUInt, T ifBool) { in pick_by_type() 3637 SpvOp_ ifFloat, SpvOp_ ifInt, SpvOp_ ifUInt, in writeBinaryOperation() 3656 SpvOp_ ifFloat, SpvOp_ ifInt, in writeBinaryOperationComponentwiseIfMatrix() 3665 SpvId lhs, SpvId rhs, SpvOp_ ifFloat, SpvOp_ ifInt, in writeBinaryOperation()
|