Searched refs:kMaxArgs (Results 1 – 4 of 4) sorted by relevance
82 static const int kMaxArgs = 16; variable83 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace214 const Arg* args[kMaxArgs]; in operator ()()257 const Arg* args[kMaxArgs]; in operator ()()300 const Arg* args[kMaxArgs]; in operator ()()349 const Arg* args[kMaxArgs]; in operator ()()
1508 static constexpr size_t kMaxArgs =1510 return Apply(MakeIndexSequence<kMaxArgs>{},1511 MakeIndexSequence<10 - kMaxArgs>{},
36 static const int kMaxArgs = 16; variable37 static const int kVecSize = 1+kMaxArgs;
1099 const size_t kMaxArgs = 3; // eg: clamp, mix, smoothstep in writeIntrinsicCall() local1100 Value args[kMaxArgs]; in writeIntrinsicCall()