Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/skia/src/gpu/graphite/compute/
H A DDispatchGroup.h66 struct Dispatch { struct
70 std::optional<WorkgroupSize> fGlobalDispatchSize; argument
78 const skia_private::TArray<Dispatch>& dispatches() const { return fDispatchList; } in dispatches() argument
/aosp_15_r20/external/angle/include/
H A Dangle_cl.h39 struct Dispatch struct
41 explicit Dispatch(std::uint32_t magic) : mDispatch(sDispatch), mMagic(magic) {} in Dispatch() function
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
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Ddispatcher.rs155 pub struct Dispatch { struct
159 /// `WeakDispatch` is a version of [`Dispatch`] that holds a non-owning reference argument
259 pub fn with_default<T>(dispatcher: &Dispatch, f: impl FnOnce() -> T) -> T { in with_default()
465 impl Dispatch { impl
734 impl Default for Dispatch { implementation
741 impl fmt::Debug for Dispatch { implementation
756 impl<S> From<S> for Dispatch implementation
787 pub fn upgrade(&self) -> Option<Dispatch> { in upgrade()
811 pub(crate) fn upgrade(&self) -> Option<Dispatch> { in upgrade()
874 fn current(&self) -> Ref<'a, Dispatch> { in current() argument
Dcallsite.rs486 pub(crate) fn register_dispatch(dispatch: &Dispatch) { in register_dispatch()
563 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each()
596 dispatch: &'dispatch dispatcher::Dispatch, in register_dispatch()
605 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Dcommand_queue.cc35 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anonb7292d990111::DefaultCommandQueue
60 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anonb7292d990111::AdrenoCommandQueue
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/src/
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()
Dinstrument.rs176 fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> in with_subscriber()
399 pub fn dispatcher(&self) -> &Dispatch { in dispatcher()
/aosp_15_r20/external/cronet/ipc/
H A Dipc_message_templates.h133 static bool Dispatch(const Message* msg, in Dispatch() function
182 static bool Dispatch(const Message* msg, in Dispatch() function
H A 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
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_templates.h138 static bool Dispatch(const Message* msg, in Dispatch() function
187 static bool Dispatch(const Message* msg, in Dispatch() function
H A 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
/aosp_15_r20/external/libtextclassifier/native/utils/
H A 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
/aosp_15_r20/art/runtime/mirror/
H A Dvar_handle.cc789 bool FieldAccessor<T>::Dispatch(VarHandle::AccessMode access_mode, in Dispatch() function in art::mirror::__anon15c27a100111::FieldAccessor
893 bool FieldAccessor<ObjPtr<Object>>::Dispatch(VarHandle::AccessMode access_mode, in Dispatch() function in art::mirror::__anon15c27a100111::FieldAccessor
1043 static bool Dispatch(VarHandle::AccessMode access_mode, in Dispatch() function in art::mirror::__anon15c27a100111::PrimitiveArrayElementAccessor
1166 static bool Dispatch(const VarHandle::AccessMode access_mode, in Dispatch() function in art::mirror::__anon15c27a100111::ByteArrayViewAccessor
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/
DCFGuard.h22 enum class Mechanism { Check, Dispatch }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/
DCFGuard.h22 enum class Mechanism { Check, Dispatch }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/
DCFGuard.h22 enum class Mechanism { Check, Dispatch }; enumerator
/aosp_15_r20/external/javassist/src/test/test1/
H A DDispatch.java3 public class Dispatch { class
/aosp_15_r20/external/mesa3d/docs/vulkan/
H A Ddispatch.rst1 Dispatch title
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/
DCFGuard.h22 enum class Mechanism { Check, Dispatch }; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DContext.cpp43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline() local
/aosp_15_r20/external/pciutils/maint/
H A Drelease.pm321 sub Dispatch($) { subroutine
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
H A DContext.cpp48 auto Dispatch = in createDefaultPipeline() local
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/json/
Dmain.rs57 Dispatch, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVLine.h43 static LVLineDispatch Dispatch; variable

12345