Home
last modified time | relevance | path

Searched defs:Dispatch (Results 1 – 25 of 29) 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/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcommand_queue.cc33 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anona01345ea0111::DefaultCommandQueue
58 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anona01345ea0111::AdrenoCommandQueue
Dgl_program.cc211 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/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_command_queue.cc60 absl::Status CLCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::CLCommandQueue
85 absl::Status CLCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::CLCommandQueue
197 absl::Status ProfilingCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::ProfilingCommandQueue
/external/llvm-project/llvm/lib/MCA/
DContext.cpp43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline() local
/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
Darchrast.cpp690 void Dispatch(HANDLE hThreadContext, const Event& event) in Dispatch() function
/external/tensorflow/tensorflow/python/framework/
Dpython_api_dispatcher_wrapper.cc49 py::handle Dispatch(tensorflow::PythonAPIDispatcher* self, py::args args) { in Dispatch() function
Dpython_api_dispatcher.cc171 PyObject* PythonAPIDispatcher::Dispatch(PyObject* params) const { in Dispatch() function in tensorflow::PythonAPIDispatcher
/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/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/llvm-project/lldb/include/lldb/Symbol/
DPostfixExpression.h176 ResultT Dispatch(Node *&node) { in Dispatch() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp181 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in VisitLoop() local
/external/perfetto/ui/src/frontend/
Dglobals.ts29 type Dispatch = (action: DeferredAction) => void; alias
/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/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs417 protected virtual void Dispatch( string line ) in Dispatch() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dconverter.cc66 absl::Status Dispatch(const uint3& workload) { in Dispatch() function in tflite::gpu::gl::__anonfbcd0ba20111::OpenGlConverterImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp350 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() local
/external/gptfdisk/
Dgptcurses.cc682 int GPTDataCurses::Dispatch(char operation) { in Dispatch() function in GPTDataCurses
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp360 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() local
/external/libchrome/base/message_loop/
Dmessage_pump_glib_unittest.cc125 static gboolean Dispatch(GSource* source, in Dispatch() function in base::__anon48c769090111::EventInjector
/external/webrtc/rtc_base/
Dthread.cc675 void Thread::Dispatch(Message* pmsg) { in Dispatch() function in rtc::Thread

12