Home
last modified time | relevance | path

Searched refs:dispatched (Results 1 – 25 of 96) sorted by relevance

1234

/external/skqp/modules/skottie/src/
DSkottie.cpp105 const auto dispatched = this->dispatchTransformProperty(adapter); in attachMatrix2D() local
107 return (bound || dispatched) in attachMatrix2D()
179 const auto dispatched = this->dispatchOpacityProperty(opacityNode); in attachOpacity() local
182 return (bound || dispatched) ? std::move(opacityNode) : childNode; in attachOpacity()
283 bool dispatched = false; in dispatchColorProperty() local
288 dispatched = true; in dispatchColorProperty()
293 return dispatched; in dispatchColorProperty()
297 bool dispatched = false; in dispatchOpacityProperty() local
302 dispatched = true; in dispatchOpacityProperty()
307 return dispatched; in dispatchOpacityProperty()
[all …]
/external/skia/modules/skottie/src/
DSkottie.cpp111 const auto dispatched = this->dispatchTransformProperty(adapter); in attachMatrix2D() local
113 return (bound || dispatched) in attachMatrix2D()
185 const auto dispatched = this->dispatchOpacityProperty(opacityNode); in attachOpacity() local
188 return (bound || dispatched) ? std::move(opacityNode) : childNode; in attachOpacity()
336 bool dispatched = false; in dispatchColorProperty() local
341 dispatched = true; in dispatchColorProperty()
346 return dispatched; in dispatchColorProperty()
350 bool dispatched = false; in dispatchOpacityProperty() local
355 dispatched = true; in dispatchOpacityProperty()
360 return dispatched; in dispatchOpacityProperty()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer.cc168 bool dispatched = false; // true if async action was initiated in RunAsyncParts() local
187 dispatched = true; in RunAsyncParts()
215 dispatched = true; in RunAsyncParts()
234 } while (!dispatched); in RunAsyncParts()
Dring_reducer.cc204 bool dispatched = false; // true if async action was initiated in RunAsyncParts() local
223 dispatched = true; in RunAsyncParts()
274 dispatched = true; in RunAsyncParts()
296 } while (!dispatched); in RunAsyncParts()
/external/guava/guava/src/com/google/common/eventbus/
DEventBus.java254 boolean dispatched = false; in post()
261 dispatched = true; in post()
271 if (!dispatched && !(event instanceof DeadEvent)) { in post()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
Doption-all-stats-1.s35 # FULLREPORT: Dispatch Logic - number of cycles where we saw N instructions dispatched:
36 # FULLREPORT-NEXT: [# dispatched], [# cycles]
Doption-all-views-1.s37 # FULLREPORT: Dispatch Logic - number of cycles where we saw N instructions dispatched:
38 # FULLREPORT-NEXT: [# dispatched], [# cycles]
Doption-all-stats-2.s36 # FULL: Dispatch Logic - number of cycles where we saw N instructions dispatched:
37 # FULL-NEXT: [# dispatched], [# cycles]
Doption-all-views-2.s36 # ALL: Dispatch Logic - number of cycles where we saw N instructions dispatched:
37 # ALL-NEXT: [# dispatched], [# cycles]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dregister-files-4.s32 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
33 # CHECK-NEXT: [# dispatched], [# cycles]
Dregister-files-3.s32 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
33 # CHECK-NEXT: [# dispatched], [# cycles]
Dregister-files-1.s22 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
23 # CHECK-NEXT: [# dispatched], [# cycles]
Dregister-files-2.s22 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
23 # CHECK-NEXT: [# dispatched], [# cycles]
Dregister-files-5.s53 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
54 # CHECK-NEXT: [# dispatched], [# cycles]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.synchronization.txt59 Multiple computes are dispatched without calling MemoryBarrier(). Result and
66 Multiple instances of programs are dispatched without calling MemoryBarrrier(). Buffer
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-mca.rst345 * D : Instruction dispatched.
349 * = : Instruction already dispatched, waiting to be executed.
409 * Instruction [1,0] was dispatched at cycle 1.
416 dispatched, operands are already available, and pipeline JFPU1 is ready to
471 Dispatch Logic - number of cycles where we saw N instructions dispatched:
472 [# dispatched], [# cycles]
581 * Dispatch (Instruction is dispatched to the schedulers).
595 queue of already decoded instructions, and dispatched in groups to the
602 An instruction can be dispatched if:
624 Instructions that are dispatched to the schedulers consume scheduler buffer
[all …]
/external/clang/test/Analysis/
DDynamicTypePropagation.m54 // TODO: myFunction currently is not dispatched to MyType. Make it dispatch to
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCScheduleA2.td162 let IssueWidth = 1; // 1 instruction is dispatched per cycle.
DPPCScheduleP7.td72 // op. has been dispatched to VS1.
380 let IssueWidth = 6; // 4 (non-branch) instructions are dispatched per cycle.
/external/llvm/lib/Target/PowerPC/
DPPCScheduleA2.td162 let IssueWidth = 1; // 1 instruction is dispatched per cycle.
DPPCScheduleP7.td72 // op. has been dispatched to VS1.
380 let IssueWidth = 6; // 4 (non-branch) instructions are dispatched per cycle.
DPPCScheduleG5.td120 let IssueWidth = 4; // 4 (non-branch) instructions are dispatched per cycle.
/external/python/cpython3/Doc/library/
Dcmd.rst70 character ``'?'`` is dispatched to the method :meth:`do_help`. As another
71 special case, a line beginning with the character ``'!'`` is dispatched to the
236 converted to a number and dispatched to the turtle module. The docstring is
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedFalkor.td20 let IssueWidth = 8; // 8 uops are dispatched per cycle.
/external/python/cpython2/Doc/library/
Dcmd.rst68 character ``'?'`` is dispatched to the method :meth:`do_help`. As another
69 special case, a line beginning with the character ``'!'`` is dispatched to the

1234