/external/skia/src/gpu/graphite/compute/ |
D | DispatchGroup.h | 66 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/ |
D | angle_cl.h | 39 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/ |
D | command_queue.cc | 35 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/ |
D | dispatcher.rs | 151 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
|
D | callsite.rs | 485 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/ |
D | dispatch.rst | 1 Dispatch title
|
/external/javassist/src/test/test1/ |
D | Dispatch.java | 3 public class Dispatch { class
|
/external/pciutils/maint/ |
D | release.pm | 321 sub Dispatch($) { subroutine
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Context.cpp | 43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_command_queue.cc | 61 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/ |
D | ipc_message_templates.h | 133 static bool Dispatch(const Message* msg, in Dispatch() function 182 static bool Dispatch(const Message* msg, in Dispatch() function
|
D | ipc_message.h | 152 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/ |
D | ipc_message_templates.h | 138 static bool Dispatch(const Message* msg, in Dispatch() function 187 static bool Dispatch(const Message* msg, in Dispatch() function
|
D | ipc_message.h | 158 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/ |
D | instrument.rs | 176 fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> in with_subscriber() 399 pub fn dispatcher(&self) -> &Dispatch { in dispatcher()
|
D | span.rs | 445 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/ |
D | ipc_message_templates.h | 133 static bool Dispatch(const Message* msg, in Dispatch() function 182 static bool Dispatch(const Message* msg, in Dispatch() function
|
D | ipc_message.h | 152 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/ |
D | Context.cpp | 48 auto Dispatch = in createDefaultPipeline() local
|
/external/rust/android-crates-io/crates/winnow/examples/json/ |
D | main.rs | 57 Dispatch, enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVLine.h | 43 static LVLineDispatch Dispatch; variable
|
/external/libtextclassifier/native/utils/ |
D | lua-utils.h | 440 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/ |
D | tool_wrapper.py | 63 def Dispatch(self, args): member in WinTool
|
/external/cronet/tot/build/toolchain/win/ |
D | tool_wrapper.py | 63 def Dispatch(self, args): member in WinTool
|
/external/cronet/stable/build/toolchain/win/ |
D | tool_wrapper.py | 63 def Dispatch(self, args): member in WinTool
|