/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_handles.hpp | 3252 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3255 … Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT; 3257 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3260 …Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) co… 3264 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3266 end( Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT; 3268 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3270 end( Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const; 3274 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3277 … Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT; [all …]
|
D | vulkan_funcs.hpp | 19 template <typename Dispatch> 24 Dispatch const & d ) VULKAN_HPP_NOEXCEPT in createInstance() 33 template <typename Dispatch> 38 Dispatch const & d ) in createInstance() 51 template <typename Dispatch> 53 typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Instance, Dispatch>>::type 56 Dispatch const & d ) in createInstanceUnique() 65 ObjectDestroy<NoParent, Dispatch> deleter( allocator, d ); in createInstanceUnique() 66 return createResultValue<VULKAN_HPP_NAMESPACE::Instance, Dispatch>( in createInstanceUnique() 72 template <typename Dispatch> [all …]
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_handles.hpp | 3215 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3218 … Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT; 3220 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3223 …Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) co… 3227 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3229 end( Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT; 3231 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3233 end( Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const; 3237 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> 3240 … Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT; [all …]
|
D | vulkan_funcs.hpp | 19 template <typename Dispatch> 24 Dispatch const & d ) VULKAN_HPP_NOEXCEPT in createInstance() 33 template <typename Dispatch> 38 Dispatch const & d ) in createInstance() 51 template <typename Dispatch> 53 typename ResultValueType<UniqueHandle<VULKAN_HPP_NAMESPACE::Instance, Dispatch>>::type 56 Dispatch const & d ) in createInstanceUnique() 65 ObjectDestroy<NoParent, Dispatch> deleter( allocator, d ); in createInstanceUnique() 66 return createResultValue<VULKAN_HPP_NAMESPACE::Instance, Dispatch>( in createInstanceUnique() 72 template <typename Dispatch> [all …]
|
/third_party/skia/third_party/externals/angle2/include/ |
D | angle_cl.h | 39 struct Dispatch struct 41 explicit Dispatch(std::uint32_t magic) : mDispatch(sDispatch), mMagic(magic) {} in Dispatch() function 54 const cl_icd_dispatch *Dispatch<T>::sDispatch = nullptr; argument 57 struct NativeObject : public Dispatch<> 59 NativeObject() : Dispatch<>(magic) in NativeObject()
|
/third_party/typescript/tests/baselines/reference/ |
D | reactReduxLikeDeferredInferenceAllowsAssignment.types | 200 interface Dispatch<A extends Action = AnyAction> { 229 >thunkAction : (param1: number, param2: string) => (dispatch: Dispatch, { foo }: OwnProps) => Promi… 230 … => async ( dispatch: Dispatch, { foo }: OwnProps) => { return foo;} : (param1: number, param2:… 233 >async ( dispatch: Dispatch, { foo }: OwnProps) => { return foo;} : (dispatch: Dispatch, { foo }… 235 dispatch: Dispatch, 236 >dispatch : Dispatch<AnyAction> 265 …boolean; }; thunkAction: (param1: number, param2: string) => (dispatch: Dispatch<AnyAction>, { foo… 266 …boolean; }; thunkAction: (param1: number, param2: string) => (dispatch: Dispatch<AnyAction>, { foo… 268 >thunkAction : (param1: number, param2: string) => (dispatch: Dispatch<AnyAction>, { foo }: OwnProp… 284 …boolean; }; thunkAction: (param1: number, param2: string) => (dispatch: Dispatch<AnyAction>, { foo…
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
D | Transliterator.properties | 17 activeError=Dispatch method called while the IME was inactive 18 disposedError=Dispatch called after IME was disposed 19 inputError=Dispatch called without an InputEvent
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 350 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() local 351 MF.insert(MF.end(), Dispatch); in makeSingleEntryLoop() 352 Blocks.insert(Dispatch); in makeSingleEntryLoop() 357 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32)); in makeSingleEntryLoop() 376 Dispatch->addSuccessor(Entry); in makeSingleEntryLoop() 386 if (Pred != Dispatch) { in makeSingleEntryLoop() 444 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::BR)).addMBB(Dispatch); in makeSingleEntryLoop() 445 Routing->addSuccessor(Dispatch); in makeSingleEntryLoop()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ComputeStorageBufferBarrierTests.cpp | 60 pass.Dispatch(kNumValues); in TEST_P() 123 pass.Dispatch(kNumValues); in TEST_P() 125 pass.Dispatch(kNumValues); in TEST_P() 189 pass.Dispatch(kNumValues); in TEST_P() 191 pass.Dispatch(kNumValues); in TEST_P() 258 pass.Dispatch(kNumValues / 4); in TEST_P() 325 pass.Dispatch(kNumValues / 4); in TEST_P() 391 pass.Dispatch(1); in TEST_P()
|
D | GpuMemorySynchronizationTests.cpp | 108 pass.Dispatch(1); in TEST_P() 180 pass1.Dispatch(1); in TEST_P() 211 pass0.Dispatch(1); in TEST_P() 315 pass0.Dispatch(1); in TEST_P() 352 pass0.Dispatch(1); in TEST_P() 391 pass0.Dispatch(1); in TEST_P() 495 pass0.Dispatch(1); in TEST_P() 612 pass0.Dispatch(1); in TEST_P()
|
D | DynamicBufferOffsetTests.cpp | 265 computePassEncoder.Dispatch(1); in TEST_P() 285 computePassEncoder.Dispatch(1); in TEST_P() 340 computePassEncoder.Dispatch(1); in TEST_P() 343 computePassEncoder.Dispatch(1); in TEST_P() 393 computePassEncoder.Dispatch(1); in TEST_P() 395 computePassEncoder.Dispatch(1); in TEST_P() 565 computePassEncoder.Dispatch(1); in TEST_P()
|
D | ShaderTests.cpp | 94 pass.Dispatch(1); in TEST_P() 459 pass.Dispatch(1); in TEST_P() 515 pass.Dispatch(1); in TEST_P() 567 pass.Dispatch(1); in TEST_P() 654 pass.Dispatch(1); in TEST_P() 658 pass.Dispatch(1); in TEST_P() 662 pass.Dispatch(1); in TEST_P()
|
D | ComputeSharedMemoryTests.cpp | 59 pass.Dispatch(1); in BasicTest() 181 pass.Dispatch(1); in TEST_P()
|
D | EntryPointTests.cpp | 122 pass.Dispatch(1); in TEST_P() 136 pass.Dispatch(42); in TEST_P()
|
D | MaxLimitTests.cpp | 91 pass.Dispatch(1); in TEST_P() 225 pass.Dispatch(1); in TEST_P()
|
/third_party/libdrm/intel/tests/ |
D | gen6-3d.batch-ref.txt | 68 0x1230010c: 0x00100800: Dispatch GRF start 1, VUE read length 1, VUE read offset 0 83 0x12300148: 0x00000001: Dispatch GRF start 1, VUE read length 0, VUE read offset 0 119 0x123001d8: 0x80020002: Depth Clear 0, Depth Resolve 0, HiZ Resolve 0, Dispatch GRF start[0… 120 …axThreads 40, PS KillPixel 0, PS computed Z 0, PS use sourceZ 0, Thread Dispatch 1, PS use sourceW… 121 …, Barycentric interp mode 0x0, Point raster rule 0, Multisample mode 0, Multisample Dispatch mode 0 195 0x12300308: 0x00100800: Dispatch GRF start 1, VUE read length 1, VUE read offset 0 242 0x123003c4: 0x80020000: Depth Clear 0, Depth Resolve 0, HiZ Resolve 0, Dispatch GRF start[0… 243 …axThreads 40, PS KillPixel 0, PS computed Z 0, PS use sourceZ 0, Thread Dispatch 1, PS use sourceW… 244 …, Barycentric interp mode 0x0, Point raster rule 0, Multisample mode 0, Multisample Dispatch mode 0 277 0x12300450: 0x00100800: Dispatch GRF start 1, VUE read length 1, VUE read offset 0 [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | flock_tool.py | 18 executor.Dispatch(args) 23 def Dispatch(self, args): member in FlockTool
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | flock_tool.py | 18 executor.Dispatch(args) 24 def Dispatch(self, args): member in FlockTool
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | ComputePassEncoder.cpp | 42 void ComputePassEncoderBase::Dispatch(uint32_t x, uint32_t y, uint32_t z) { in Dispatch() function in dawn_native::ComputePassEncoderBase 47 DispatchCmd* dispatch = mAllocator->Allocate<DispatchCmd>(Command::Dispatch); in Dispatch()
|
D | ComputePassEncoder.h | 36 void Dispatch(uint32_t x, uint32_t y, uint32_t z);
|
/third_party/skia/third_party/externals/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 61 StagePipeline->appendStage(std::move(Dispatch)); in createDefaultPipeline()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ResourceUsageTrackingTests.cpp | 173 pass.Dispatch(1); in TEST_F() 214 pass.Dispatch(1); in TEST_F() 366 pass.Dispatch(1); in TEST_F() 370 pass.Dispatch(1); in TEST_F() 431 pass.Dispatch(1); in TEST_F() 475 pass.Dispatch(1); in TEST_F() 622 pass.Dispatch(1); in TEST_F() 636 pass.Dispatch(1); in TEST_F() 683 pass.Dispatch(1); in TEST_F() 733 pass.Dispatch(1); in TEST_F() [all …]
|
/third_party/node/src/inspector/ |
D | main_thread_interface.cc | 151 void Dispatch(std::unique_ptr<StringBuffer> message) { in Dispatch() function in node::inspector::__anona07c9ff60111::MainThreadSessionState 152 session_->Dispatch(message->string()); in Dispatch() 174 void Dispatch(const StringView& message) override { in Dispatch() function in node::inspector::__anona07c9ff60111::CrossThreadInspectorSession 175 state_.Call(&MainThreadSessionState::Dispatch, in Dispatch()
|
/third_party/typescript/tests/cases/compiler/ |
D | reactReduxLikeDeferredInferenceAllowsAssignment.ts | 110 interface Dispatch<A extends Action = AnyAction> { interface 125 dispatch: Dispatch,
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
D | archrast.h | 46 void Dispatch(HANDLE hThreadContext, const Event& event);
|