Searched defs:ifUInt (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 29 #define BY_TYPE_GLSL(ifFloat, ifInt, ifUInt) std::make_tuple(kGLSL_STD_450_IntrinsicKind, \ in setupIntrinsics() argument 1963 SpvOp_ ifUInt, SpvOp_ ifBool, OutputStream& out) { in writeBinaryOperation()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 65 #define BY_TYPE_GLSL(ifFloat, ifInt, ifUInt) std::make_tuple(kGLSL_STD_450_IntrinsicOpcodeKind, \ in setupIntrinsics() argument 2222 SpvOp_ ifUInt, SpvOp_ ifBool, OutputStream& out) { in writeBinaryOperation()
|