Home
last modified time | relevance | path

Searched refs:functor (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
H A Dutility.h238 auto apply_helper(Functor&& functor, Tuple&& t, index_sequence<Indexes...>)
240 absl::forward<Functor>(functor),
243 absl::forward<Functor>(functor), in forward()
289 auto apply(Functor&& functor, Tuple&& t)
291 absl::forward<Functor>(functor), absl::forward<Tuple>(t),
295 absl::forward<Functor>(functor), absl::forward<Tuple>(t),
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_fission.h53 // Split loops whose register pressure meets the criteria of |functor|.
54 LoopFissionPass(FissionCriteriaFunction functor, in LoopFissionPass() argument
56 : split_criteria_(functor), split_multiple_times_(split_multiple_times) {} in LoopFissionPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fission.h53 // Split loops whose register pressure meets the criteria of |functor|.
54 LoopFissionPass(FissionCriteriaFunction functor, in LoopFissionPass() argument
56 : split_criteria_(functor), split_multiple_times_(split_multiple_times) {} in LoopFissionPass()
/third_party/spirv-tools/source/opt/
H A Dloop_fission.h53 // Split loops whose register pressure meets the criteria of |functor|.
54 LoopFissionPass(FissionCriteriaFunction functor, in LoopFissionPass() argument
56 : split_criteria_(functor), split_multiple_times_(split_multiple_times) {} in LoopFissionPass()
/third_party/mesa3d/include/CL/
H A Dcl.hpp7602 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
7603 functor_(functor) in functionImplementation_()
7613 //! \brief Return type of the functor
7616 //! \brief Function signature of kernel functor with no event dependency.
7828 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
7829 functor_(functor) in functionImplementation_()
7839 //! \brief Return type of the functor
7842 //! \brief Function signature of kernel functor with no event dependency.
8050 functionImplementation_(const FunctorType &functor) : in functionImplementation_()
8051 functor_(functor) in functionImplementation_()
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.cc40 /// @param functor of type void(const ast::CallExpression*, const
46 static void IterateArrayLengthOnStorageVar(CloneContext& ctx, F&& functor) { in IterateArrayLengthOnStorageVar() argument
97 functor(call_expr, storage_buffer_sem, var); in IterateArrayLengthOnStorageVar()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp137 LinkTask(LinkImplFunctor &&functor) : mLinkImplFunctor(functor), mFallbackToMainContext(false) in LinkTask() argument
161 LinkEventNativeParallel(PostLinkImplFunctor &&functor, in LinkEventNativeParallel() argument
164 : mPostLinkImplFunctor(functor), mFunctions(functions), mProgramID(programID) in LinkEventNativeParallel()
199 PostLinkImplFunctor &&functor) in LinkEventGL()
203 mPostLinkImplFunctor(functor) in LinkEventGL()
197 LinkEventGL(std::shared_ptr<angle::WorkerThreadPool> workerPool, std::shared_ptr<ProgramGL::LinkTask> linkTask, PostLinkImplFunctor &&functor) LinkEventGL() argument
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_grammar_tables.py475 def functor(k): return (k['value']) function
477 def functor(k): return (int(k['value'], 16)) function
478 entries = sorted(enum.get('enumerants', []), key=functor)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_grammar_tables.py475 def functor(k): return (k['value']) function
477 def functor(k): return (int(k['value'], 16)) function
478 entries = sorted(enum.get('enumerants', []), key=functor)
/third_party/spirv-tools/utils/
H A Dgenerate_grammar_tables.py490 def functor(k): return (k['value']) function
492 def functor(k): return (int(k['value'], 16)) function
493 entries = sorted(enum.get('enumerants', []), key=functor)
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h284 // Applies a function/functor to each element in the container.
286 void ForEach(const Container& c, Functor functor) { in ForEach() argument
287 std::for_each(c.begin(), c.end(), functor); in ForEach()
332 // functor.
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h285 // Applies a function/functor to each element in the container.
287 void ForEach(const Container& c, Functor functor) { in ForEach() argument
288 std::for_each(c.begin(), c.end(), functor); in ForEach()
333 // functor.
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h291 // Applies a function/functor to each element in the container.
293 void ForEach(const Container& c, Functor functor) { in ForEach() argument
294 std::for_each(c.begin(), c.end(), functor); in ForEach()
339 // functor.
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1357 /* A functor is a function object with one single object argument */
1359 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NULL);
1361 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj);

Completed in 34 milliseconds