Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/graphite/compute/
DDispatchGroup.h66 struct Dispatch { struct
70 std::optional<WorkgroupSize> fGlobalDispatchSize; argument
78 const skia_private::TArray<Dispatch>& dispatches() const { return fDispatchList; } in dispatches() argument
/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.cc35 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anon345cd8190111::DefaultCommandQueue
60 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anon345cd8190111::AdrenoCommandQueue
/external/rust/android-crates-io/crates/tracing-core/src/
Ddispatcher.rs151 pub struct Dispatch { struct
155 /// `WeakDispatch` is a version of [`Dispatch`] that holds a non-owning reference argument
257 pub fn with_default<T>(dispatcher: &Dispatch, f: impl FnOnce() -> T) -> T { in with_default()
463 impl Dispatch { impl
732 impl Default for Dispatch { implementation
739 impl fmt::Debug for Dispatch { implementation
754 impl<S> From<S> for Dispatch implementation
785 pub fn upgrade(&self) -> Option<Dispatch> { in upgrade()
809 pub(crate) fn upgrade(&self) -> Option<Dispatch> { in upgrade()
872 fn current(&self) -> Ref<'a, Dispatch> { in current() argument
Dcallsite.rs485 pub(crate) fn register_dispatch(dispatch: &Dispatch) { in register_dispatch()
562 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each()
595 dispatch: &'dispatch dispatcher::Dispatch, in register_dispatch()
604 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each()
/external/mesa3d/docs/vulkan/
Ddispatch.rst1 Dispatch title
/external/javassist/src/test/test1/
DDispatch.java3 public class Dispatch { class
/external/pciutils/maint/
Drelease.pm321 sub Dispatch($) { subroutine
/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/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/cronet/tot/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/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/rust/android-crates-io/crates/tracing/src/
Dinstrument.rs176 fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> in with_subscriber()
399 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/cronet/stable/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/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
DContext.cpp48 auto Dispatch = in createDefaultPipeline() local
/external/rust/android-crates-io/crates/winnow/examples/json/
Dmain.rs57 Dispatch, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVLine.h43 static LVLineDispatch Dispatch; variable
/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/angle/build/toolchain/win/
Dtool_wrapper.py63 def Dispatch(self, args): member in WinTool
/external/cronet/tot/build/toolchain/win/
Dtool_wrapper.py63 def Dispatch(self, args): member in WinTool
/external/cronet/stable/build/toolchain/win/
Dtool_wrapper.py63 def Dispatch(self, args): member in WinTool

123