/aosp_15_r20/external/skia/src/gpu/graphite/compute/ |
H A 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
|
/aosp_15_r20/external/angle/include/ |
H A D | angle_cl.h | 39 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/ |
D | dispatcher.rs | 155 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
|
D | callsite.rs | 486 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 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
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
H A D | command_queue.cc | 35 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/ |
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()
|
D | instrument.rs | 176 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 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
|
H A 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
|
/aosp_15_r20/external/libchrome/ipc/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A 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
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | var_handle.cc | 789 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/ |
D | CFGuard.h | 22 enum class Mechanism { Check, Dispatch }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/ |
D | CFGuard.h | 22 enum class Mechanism { Check, Dispatch }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/ |
D | CFGuard.h | 22 enum class Mechanism { Check, Dispatch }; enumerator
|
/aosp_15_r20/external/javassist/src/test/test1/ |
H A D | Dispatch.java | 3 public class Dispatch { class
|
/aosp_15_r20/external/mesa3d/docs/vulkan/ |
H A D | dispatch.rst | 1 Dispatch title
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/ |
D | CFGuard.h | 22 enum class Mechanism { Check, Dispatch }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Context.cpp | 43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline() local
|
/aosp_15_r20/external/pciutils/maint/ |
H A D | release.pm | 321 sub Dispatch($) { subroutine
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/ |
H A D | Context.cpp | 48 auto Dispatch = in createDefaultPipeline() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/json/ |
D | main.rs | 57 Dispatch, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVLine.h | 43 static LVLineDispatch Dispatch; variable
|