Home
last modified time | relevance | path

Searched refs:Dispatch (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp3252 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
3255Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
3257 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
3260Dispatch 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>
3277Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
[all …]
Dvulkan_funcs.hpp19 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/
Dvulkan_handles.hpp3215 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
3218Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
3220 template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
3223Dispatch 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>
3240Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
[all …]
Dvulkan_funcs.hpp19 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/
Dangle_cl.h39 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/
DreactReduxLikeDeferredInferenceAllowsAssignment.types200 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/
DTransliterator.properties17 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/
DWebAssemblyFixIrreducibleControlFlow.cpp350 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/
DComputeStorageBufferBarrierTests.cpp60 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()
DGpuMemorySynchronizationTests.cpp108 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()
DDynamicBufferOffsetTests.cpp265 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()
DShaderTests.cpp94 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()
DComputeSharedMemoryTests.cpp59 pass.Dispatch(1); in BasicTest()
181 pass.Dispatch(1); in TEST_P()
DEntryPointTests.cpp122 pass.Dispatch(1); in TEST_P()
136 pass.Dispatch(42); in TEST_P()
DMaxLimitTests.cpp91 pass.Dispatch(1); in TEST_P()
225 pass.Dispatch(1); in TEST_P()
/third_party/libdrm/intel/tests/
Dgen6-3d.batch-ref.txt68 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/
Dflock_tool.py18 executor.Dispatch(args)
23 def Dispatch(self, args): member in FlockTool
/third_party/node/tools/gyp/pylib/gyp/
Dflock_tool.py18 executor.Dispatch(args)
24 def Dispatch(self, args): member in FlockTool
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DComputePassEncoder.cpp42 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()
DComputePassEncoder.h36 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/
DContext.cpp43 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/
DResourceUsageTrackingTests.cpp173 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/
Dmain_thread_interface.cc151 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/
DreactReduxLikeDeferredInferenceAllowsAssignment.ts110 interface Dispatch<A extends Action = AnyAction> { interface
125 dispatch: Dispatch,
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Darchrast.h46 void Dispatch(HANDLE hThreadContext, const Event& event);

12345678