Home
last modified time | relevance | path

Searched defs:Dispatch (Results 1 – 25 of 37) sorted by relevance

12

/external/angle/include/
Dangle_cl.h39 struct Dispatch struct
41 explicit Dispatch(std::uint32_t magic) : mDispatch(sDispatch), mMagic(magic) {} in Dispatch() argument
43 const cl_icd_dispatch &getDispatch() const { return *mDispatch; } in getDispatch() argument
45 static const cl_icd_dispatch *sDispatch; argument
54 const cl_icd_dispatch *Dispatch<T>::sDispatch = nullptr; argument
/external/rust/crates/tracing-core/src/
Ddispatcher.rs155 pub struct Dispatch { struct
159 /// `WeakDispatch` is a version of [`Dispatch`] that holds a non-owning reference argument
251 pub fn with_default<T>(dispatcher: &Dispatch, f: impl FnOnce() -> T) -> T { in with_default()
439 impl Dispatch { implementation
705 impl Default for Dispatch { implementation
712 impl fmt::Debug for Dispatch { implementation
720 impl<S> From<S> for Dispatch implementation
751 pub fn upgrade(&self) -> Option<Dispatch> { in upgrade()
771 pub(crate) fn upgrade(&self) -> Option<Dispatch> { in upgrade()
813 fn current(&self) -> RefMut<'a, Dispatch> { in current() argument
Dcallsite.rs488 pub(crate) fn register_dispatch(dispatch: &Dispatch) { in register_dispatch()
565 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each()
598 dispatch: &'dispatch dispatcher::Dispatch, in register_dispatch()
607 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcommand_queue.cc35 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anon2cc586480111::DefaultCommandQueue
60 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anon2cc586480111::AdrenoCommandQueue
Dgl_program.cc213 absl::Status GlProgram::Dispatch(const uint3& workgroups) const { in Dispatch() function in tflite::gpu::gl::GlProgram
/external/javassist/src/test/test1/
DDispatch.java3 public class Dispatch { class
/external/rust/crates/tracing/src/
Dinstrument.rs169 fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> in with_subscriber()
340 pub fn dispatcher(&self) -> &Dispatch { in dispatcher()
Dspan.rs445 dispatch: &Dispatch, in new_with()
469 dispatch: &Dispatch, in new_root_with()
501 dispatch: &Dispatch, in child_of_with()
566 dispatch: &Dispatch, in make_with()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Deventmanager.h64 void Dispatch(const Event& event) in Dispatch() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_command_queue.cc61 absl::Status CLCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::CLCommandQueue
86 absl::Status CLCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::CLCommandQueue
207 absl::Status ProfilingCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::ProfilingCommandQueue
/external/libchrome/ipc/
Dipc_message_templates.h138 static bool Dispatch(const Message* msg, in Dispatch() function
187 static bool Dispatch(const Message* msg, in Dispatch() function
Dipc_message.h158 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch() function
165 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch() function
/external/cronet/ipc/
Dipc_message_templates.h133 static bool Dispatch(const Message* msg, in Dispatch() function
182 static bool Dispatch(const Message* msg, in Dispatch() function
Dipc_message.h152 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch() function
159 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch() function
/external/libtextclassifier/native/utils/
Dlua-utils.h440 static int Dispatch(const LuaEnvironment* env, const int length, in Dispatch() function
466 static int Dispatch(const LuaEnvironment* env, const int length, in Dispatch() function
/external/cronet/build/toolchain/win/
Dtool_wrapper.py63 def Dispatch(self, args): member in WinTool
/external/angle/build/toolchain/win/
Dtool_wrapper.py63 def Dispatch(self, args): member in WinTool
/external/tensorflow/tensorflow/python/framework/
Dpython_api_dispatcher_wrapper.cc34 py::object Dispatch(PythonAPIDispatcher* self, py::handle args, in Dispatch() function
Dpython_api_dispatcher.cc114 Safe_PyObjectPtr PythonAPIDispatcher::Dispatch(PyObject* args, in Dispatch() function in tensorflow::py_dispatch::PythonAPIDispatcher
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_op_handler.cc156 static void Dispatch(const RuntimeFallbackOpEntry& op_entry, in Dispatch() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp181 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in VisitLoop() local
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_op_handler.cc106 static void Dispatch(const CompatOpEntry& op_entry, in Dispatch() function
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs335 protected virtual void Dispatch(string line) { in Dispatch() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dconverter.cc71 absl::Status Dispatch(const uint3& workload) { in Dispatch() function in tflite::gpu::gl::__anon1e444b000111::OpenGlConverterImpl

12