Home
last modified time | relevance | path

Searched refs:Arg2 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/openGLES/extensions/ATI/
DATI_texture_env_combine3.txt39 MODULATE_ADD_ATI Arg0 * Arg2 + Arg1
40 MODULATE_SIGNED_ADD_ATI Arg0 * Arg2 + Arg1 - 0.5
41 MODULATE_SUBTRACT_ATI Arg0 * Arg2 - Arg1
43 where Arg0, Arg1 and Arg2 are derived from
105 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
107 MODULATE_ADD_ATI Arg0 * Arg2 + Arg1
108 MODULATE_SIGNED_ADD_ATI Arg0 * Arg2 + Arg1 - 0.5
109 MODULATE_SUBTRACT_ATI Arg0 * Arg2 - Arg1
118 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
120 MODULATE_ADD_ATI Arg0 * Arg2 + Arg1
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_texture_env_combine3.txt39 MODULATE_ADD_ATI Arg0 * Arg2 + Arg1
40 MODULATE_SIGNED_ADD_ATI Arg0 * Arg2 + Arg1 - 0.5
41 MODULATE_SUBTRACT_ATI Arg0 * Arg2 - Arg1
43 where Arg0, Arg1 and Arg2 are derived from
105 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
107 MODULATE_ADD_ATI Arg0 * Arg2 + Arg1
108 MODULATE_SIGNED_ADD_ATI Arg0 * Arg2 + Arg1 - 0.5
109 MODULATE_SUBTRACT_ATI Arg0 * Arg2 - Arg1
118 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
120 MODULATE_ADD_ATI Arg0 * Arg2 + Arg1
[all …]
/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h209 template <typename Arg1, typename Arg2>
212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2);
215 Arg1 arg1, Arg2 arg2) in FunctionClosure2()
230 Arg2 arg2_;
233 template <typename Class, typename Arg1, typename Arg2>
236 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2);
239 Arg1 arg1, Arg2 arg2) in MethodClosure2()
255 Arg2 arg2_;
465 template <typename Arg1, typename Arg2>
466 inline Closure* NewCallback(void (*function)(Arg1, Arg2), in NewCallback() argument
[all …]
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.cpp247 void TracePC::HandleCmp(void *PC, T Arg1, T Arg2) { in HandleCmp() argument
249 uint64_t ArgXor = Arg1 ^ Arg2; in HandleCmp()
253 TORC4.Insert(ArgXor, Arg1, Arg2); in HandleCmp()
255 TORC8.Insert(ArgXor, Arg1, Arg2); in HandleCmp()
280 void __sanitizer_cov_trace_cmp8(uint64_t Arg1, uint64_t Arg2) { in __sanitizer_cov_trace_cmp8() argument
281 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2); in __sanitizer_cov_trace_cmp8()
284 void __sanitizer_cov_trace_cmp4(uint32_t Arg1, uint32_t Arg2) { in __sanitizer_cov_trace_cmp4() argument
285 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2); in __sanitizer_cov_trace_cmp4()
288 void __sanitizer_cov_trace_cmp2(uint16_t Arg1, uint16_t Arg2) { in __sanitizer_cov_trace_cmp2() argument
289 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2); in __sanitizer_cov_trace_cmp2()
[all …]
DFuzzerTracePC.h34 void Insert(size_t Idx, T Arg1, T Arg2) { in Insert()
37 Table[Idx].B = Arg2; in Insert()
53 template <class T> void HandleCmp(void *PC, T Arg1, T Arg2);
DFuzzerMutate.cpp205 T Arg1, T Arg2, const uint8_t *Data, size_t Size) { in MakeDictionaryEntryFromCMP() argument
212 ExistingBytes = HandleFirst ? Arg1 : Arg2; in MakeDictionaryEntryFromCMP()
213 DesiredBytes = HandleFirst ? Arg2 : Arg1; in MakeDictionaryEntryFromCMP()
DFuzzerMutate.h114 DictionaryEntry MakeDictionaryEntryFromCMP(T Arg1, T Arg2,
/third_party/pcre2/pcre2/testdata/
DgrepoutputC1 Arg1: [T] [he ] [ ] Arg2: |T| () () (0)
3 Arg1: [T] [his] [s] Arg2: |T| () () (0)
5 Arg1: [T] [his] [s] Arg2: |T| () () (0)
7 Arg1: [T] [he ] [ ] Arg2: |T| () () (0)
9 Arg1: [T] [he ] [ ] Arg2: |T| () () (0)
11 Arg1: [T] [he ] [ ] Arg2: |T| () () (0)
/third_party/gn/src/base/
Dstl_util.h89 template <typename ResultType, typename Arg1, typename Arg2>
90 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) { in STLSetDifference()
100 template <typename ResultType, typename Arg1, typename Arg2>
101 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) { in STLSetUnion()
112 template <typename ResultType, typename Arg1, typename Arg2>
113 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { in STLSetIntersection()
124 template <typename Arg1, typename Arg2>
125 bool STLIncludes(const Arg1& a1, const Arg2& a2) { in STLIncludes()
/third_party/openGLES/extensions/EXT/
DEXT_texture_env_combine.txt41 INTERPOLATE_EXT Arg0 * (Arg2) + Arg1 * (1-Arg2)
43 where Arg0, Arg1 and Arg2 are derived from
51 and Arg2 is restricted to the alpha component of the corresponding source.
77 Arg2, so all of the 1.2 modes can be expressed? If so, should all
188 INTERPOLATE_EXT Arg0 * (Arg2) + Arg1 * (1-Arg2)
192 The arguments Arg0, Arg1 and Arg2 are determined by the values of
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_env_combine.txt41 INTERPOLATE_EXT Arg0 * (Arg2) + Arg1 * (1-Arg2)
43 where Arg0, Arg1 and Arg2 are derived from
51 and Arg2 is restricted to the alpha component of the corresponding source.
77 Arg2, so all of the 1.2 modes can be expressed? If so, should all
188 INTERPOLATE_EXT Arg0 * (Arg2) + Arg1 * (1-Arg2)
192 The arguments Arg0, Arg1 and Arg2 are determined by the values of
/third_party/openGLES/extensions/NV/
DNV_texture_env_combine4.txt40 ADD Arg0 * Arg1 + Arg2 * Arg3
41 ADD_SIGNED_EXT Arg0 * Arg1 + Arg2 * Arg3 - 0.5
43 where Arg0, Arg1, Arg2 and Arg3 are derived from
125 ADD Arg0 * Arg1 + Arg2 * Arg3
126 ADD_SIGNED_EXT Arg0 * Arg1 + Arg2 * Arg3 - 0.5
130 The arguments Arg0, Arg1, Arg2 and Arg3 are determined by the values
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_env_combine4.txt40 ADD Arg0 * Arg1 + Arg2 * Arg3
41 ADD_SIGNED_EXT Arg0 * Arg1 + Arg2 * Arg3 - 0.5
43 where Arg0, Arg1, Arg2 and Arg3 are derived from
125 ADD Arg0 * Arg1 + Arg2 * Arg3
126 ADD_SIGNED_EXT Arg0 * Arg1 + Arg2 * Arg3 - 0.5
130 The arguments Arg0, Arg1, Arg2 and Arg3 are determined by the values
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_env_combine.txt48 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
50 where Arg0, Arg1 and Arg2 are derived from
83 Arg2, so all of the 1.2 modes can be expressed? If so, should all
219 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
228 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
233 The arguments Arg0, Arg1 and Arg2 are determined by the values of
415 Relaxed restriction on Arg2.
DARB_texture_env_crossbar.txt95 The arguments Arg0, Arg1 and Arg2 are determined by the values of
/third_party/openGLES/extensions/ARB/
DARB_texture_env_combine.txt58 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
60 where Arg0, Arg1 and Arg2 are derived from
93 Arg2, so all of the 1.2 modes can be expressed? If so, should all
229 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
238 INTERPOLATE_ARB Arg0 * (Arg2) + Arg1 * (1-Arg2)
243 The arguments Arg0, Arg1 and Arg2 are determined by the values of
425 Relaxed restriction on Arg2.
DARB_texture_env_crossbar.txt105 The arguments Arg0, Arg1 and Arg2 are determined by the values of
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp1145 typedef P2 Arg2; typedef
1150 typedef typename Traits<Arg2>::IVal IArg2;
1153 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1155 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs;
1211 typedef typename Sig::Arg2 Arg2; typedef in deqp::gls::BuiltinPrecisionTests::Func
1243 const ExprP<Arg2>& arg2 = voidP(),
1264 if (isTypeValid<Arg2>()) in doPrint()
1287 typedef typename Sig::Arg2 Arg2; typedef in deqp::gls::BuiltinPrecisionTests::Apply
1297 const ExprP<Arg2>& arg2 = voidP(), in Apply()
1374 const ExprP<typename Sig::Arg2>& arg2 = voidP(), in createApply()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp261 Value *Arg2 = CI->getArgOperand(1); in runOnModule() local
270 if (Arg2->use_empty()) in runOnModule()
271 if (Constant *C = dyn_cast<Constant>(Arg2)) in runOnModule()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1663 typedef P2 Arg2; typedef
1668 typedef typename Traits<Arg2>::IVal IArg2;
1671 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1673 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs;
1732 typedef typename Sig::Arg2 Arg2; typedef in vkt::shaderexecutor::Func
1773 const ExprP<Arg2>& arg2 = voidP(),
1799 if (isTypeValid<Arg2>()) in doPrint()
1822 typedef typename Sig::Arg2 Arg2; typedef in vkt::shaderexecutor::Apply
1832 const ExprP<Arg2>& arg2 = voidP(), in Apply()
1909 const ExprP<typename Sig::Arg2>& arg2 = voidP(), in createApply()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1663 typedef P2 Arg2; typedef
1668 typedef typename Traits<Arg2>::IVal IArg2;
1671 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1673 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs;
1732 typedef typename Sig::Arg2 Arg2; typedef in vkt::shaderexecutor::Func
1773 const ExprP<Arg2>& arg2 = voidP(),
1799 if (isTypeValid<Arg2>()) in doPrint()
1822 typedef typename Sig::Arg2 Arg2; typedef in vkt::shaderexecutor::Apply
1832 const ExprP<Arg2>& arg2 = voidP(), in Apply()
1909 const ExprP<typename Sig::Arg2>& arg2 = voidP(), in createApply()
[all …]
/third_party/skia/third_party/externals/angle2/src/common/
Dvector_utils.h47 template <typename Arg1, typename Arg2, typename... Args>
48 VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args);
211 template <typename Arg1, typename Arg2, typename... Args>
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase()
/third_party/node/deps/v8/src/baseline/arm64/
Dbaseline-assembler-arm64-inl.h325 template <typename Arg1, typename Arg2, typename... Args>
326 struct PushAllHelper<Arg1, Arg2, Args...> {
327 static void Push(BaselineAssembler* basm, Arg1 arg1, Arg2 arg2,
336 static void PushReverse(BaselineAssembler* basm, Arg1 arg1, Arg2 arg2,
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_env_crossbar.txt70 The arguments Arg0, Arg1 and Arg2 are determined by the values of
/third_party/openGLES/extensions/OES/
DOES_texture_env_crossbar.txt80 The arguments Arg0, Arg1 and Arg2 are determined by the values of

12