/external/skqp/src/compute/skc/ |
D | extent_ring.c | 49 return ring->size.pow2 - (ring->outer.writes - ring->outer.reads); in skc_extent_ring_rem() 55 return (ring->outer.writes - ring->outer.reads) == ring->size.pow2; in skc_extent_ring_is_full() 61 return ring->outer.writes - ring->inner.reads; in skc_extent_ring_wip_count() 79 return ring->outer.writes++ & ring->size.mask; in skc_extent_ring_wip_index_inc() 89 ring->inner.writes = ring->outer.writes; in skc_extent_ring_checkpoint() 115 snap->writes = ring->inner.reads = ring->inner.writes; in skc_extent_ring_snap_alloc() 158 ring->outer.reads = curr->writes; in skc_extent_ring_snap_free() 187 return snap->writes - snap->reads; in skc_extent_ring_snap_count() 199 return snap->writes & snap->ring->size.mask; in skc_extent_ring_snap_to()
|
D | extent_ring.h | 43 skc_uint writes; // number of writes member 51 skc_uint writes; // number of writes member 112 skc_uint writes; // number of writes member
|
/external/skia/src/compute/skc/ |
D | extent_ring.c | 49 return ring->size.pow2 - (ring->outer.writes - ring->outer.reads); in skc_extent_ring_rem() 55 return (ring->outer.writes - ring->outer.reads) == ring->size.pow2; in skc_extent_ring_is_full() 61 return ring->outer.writes - ring->inner.reads; in skc_extent_ring_wip_count() 79 return ring->outer.writes++ & ring->size.mask; in skc_extent_ring_wip_index_inc() 89 ring->inner.writes = ring->outer.writes; in skc_extent_ring_checkpoint() 115 snap->writes = ring->inner.reads = ring->inner.writes; in skc_extent_ring_snap_alloc() 158 ring->outer.reads = curr->writes; in skc_extent_ring_snap_free() 187 return snap->writes - snap->reads; in skc_extent_ring_snap_count() 199 return snap->writes & snap->ring->size.mask; in skc_extent_ring_snap_to()
|
D | extent_ring.h | 43 skc_uint writes; // number of writes member 51 skc_uint writes; // number of writes member 112 skc_uint writes; // number of writes member
|
/external/deqp/android/cts/master/src/ |
D | egl-manual-robustness.txt | 14 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.u… 15 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.u… 16 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.u… 17 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.u… 18 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.s… 19 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.s… 20 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.s… 21 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.s… 22 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.l… 23 dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds_non_robust.reset_status.writes.l… [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.cpp | 266 std::vector<VkWriteDescriptorSet> writes = m_writes; in update() local 273 writes[writeNdx].pImageInfo = &writeInfo.imageInfos[0]; in update() 276 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in update() 279 writes[writeNdx].pTexelBufferView = &writeInfo.texelBufferViews[0]; in update() 282 const VkWriteDescriptorSet* const writePtr = (m_writes.empty()) ? (DE_NULL) : (&writes[0]); in update() 285 …vk.updateDescriptorSets(device, (deUint32)writes.size(), writePtr, (deUint32)m_copies.size(), copy… in update() 294 std::vector<VkWriteDescriptorSet> writes = m_writes; in updateWithPush() local 301 writes[writeNdx].pImageInfo = &writeInfo.imageInfos[0]; in updateWithPush() 304 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in updateWithPush() 307 writes[writeNdx].pTexelBufferView = &writeInfo.texelBufferViews[0]; in updateWithPush() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | mips-reginfo-fp32.s | 25 # abs.s - Reads and writes from/to $f0. 27 # round.w.d - Reads $f4 and $f5 and writes to $f2. 29 # ceil.w.s - Reads $f8 and writes to $f10. 31 # cvt.s.d - Reads from $f12 and $f13 and writes to $f14 33 # abs.d - Reads from $f30 and $f31 and writes to $f30 and $f31.
|
D | mips-reginfo-fp64.s | 47 # abs.s - Reads and writes from/to $f0. 49 # round.w.d - Reads $f4 and writes to $f2. 51 # ceil.w.s - Reads $f8 and writes to $f10. 53 # cvt.s.d - Reads from $f12 and writes to $f14. 55 # abs.d - Reads from $f30 and writes to $f30.
|
/external/llvm/test/MC/Mips/ |
D | mips-reginfo-fp32.s | 25 # abs.s - Reads and writes from/to $f0. 27 # round.w.d - Reads $f4 and $f5 and writes to $f2. 29 # ceil.w.s - Reads $f8 and writes to $f10. 31 # cvt.s.d - Reads from $f12 and $f13 and writes to $f14 33 # abs.d - Reads from $f30 and $f31 and writes to $f30 and $f31.
|
D | mips-reginfo-fp64.s | 47 # abs.s - Reads and writes from/to $f0. 49 # round.w.d - Reads $f4 and writes to $f2. 51 # ceil.w.s - Reads $f8 and writes to $f10. 53 # cvt.s.d - Reads from $f12 and writes to $f14. 55 # abs.d - Reads from $f30 and writes to $f30.
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | WriteQueueTest.java | 136 int writes = WriteQueue.DEQUE_CHUNK_SIZE + 10; in maxWritesBeforeFlushShouldBeEnforced() local 137 for (int i = 0; i < writes; i++) { in maxWritesBeforeFlushShouldBeEnforced() 142 verify(channel, times(writes)).write(isA(QueuedCommand.class), eq(promise)); in maxWritesBeforeFlushShouldBeEnforced() 193 int writes = 10 * WriteQueue.DEQUE_CHUNK_SIZE; in concurrentWriteAndFlush() local 194 for (int i = 0; i < writes; i++) { in concurrentWriteAndFlush() 201 verify(channel, times(writes)).write(isA(CuteCommand.class), eq(promise)); in concurrentWriteAndFlush()
|
/external/catch2/docs/ |
D | reporters.md | 19 * `console` writes as lines of text, formatted to a typical terminal width, with colours if a capab… 21 * `junit` writes xml that corresponds to Ant's [junitreport](http://help.catchsoftware.com/display/… 23 * `xml` writes an xml format tailored to Catch. Unlike `junit` this is a streaming format so result… 28 * `teamcity` writes the native, streaming, format that [TeamCity](https://www.jetbrains.com/teamcit… 30 * `tap` writes in the TAP ([Test Anything Protocol](https://en.wikipedia.org/wiki/Test_Anything_Pro… 31 * `automake` writes in a format that correspond to [automake .trs](https://www.gnu.org/software/au…
|
D | ci-and-misc.md | 22 The XML Reporter writes in an XML format that is specific to Catch. 24 …s, such as nested sections) and is a fully streaming format - that is it writes output as it goes,… 31 The JUnit Reporter writes in an XML format that mimics the JUnit ANT schema. 54 The TeamCity Reporter writes TeamCity service messages to stdout. In order to be able to use this r… 56 …ompletely unsuitable for any other purpose. It is a streaming format (it writes as it goes) - alth… 61 The Automake Reporter writes out the [meta tags](https://www.gnu.org/software/automake/manual/html_… 66 …es and ability to run specific tests, our implementation of TAP reporter writes out the number of …
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | cq_pool_cl.c | 108 pool->writes = size; in skc_cq_pool_create() 143 pool->cq[pool->writes++ % pool->size] = cq; in skc_cq_pool_write() 167 pool->writes = expand; in skc_cq_pool_expand() 183 if (pool->reads == pool->writes) in skc_cq_pool_read()
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | cq_pool_cl.c | 108 pool->writes = size; in skc_cq_pool_create() 143 pool->cq[pool->writes++ % pool->size] = cq; in skc_cq_pool_write() 167 pool->writes = expand; in skc_cq_pool_expand() 183 if (pool->reads == pool->writes) in skc_cq_pool_read()
|
/external/libevent/test/ |
D | bench.c | 67 static int count, writes, fired, failures; variable 85 if (writes) { in read_cb() 91 writes--; in read_cb() 119 writes = num_writes; in run_once()
|
/external/bcc/tools/ |
D | filetop_example.txt | 4 filetop shows reads and writes by file, with process details. For example: 35 so this is reads and writes that may return entirely from the file system cache 39 dividing R_Kb by READS, and the same for writes. 53 Note that tracing VFS level reads and writes can be a frequent activity, and 138 File reads and writes by process 150 -s {reads,writes,rbytes,wbytes}, --sort {reads,writes,rbytes,wbytes}
|
D | fileslower_example.txt | 4 fileslower shows file-based synchronous reads and writes slower than a 8 Tracing sync read/writes slower than 10 ms 23 Note that this only traces file reads and writes: other file system operations 30 Tracing sync read/writes slower than 1 ms 69 Tracing sync read/writes slower than 1 ms 110 Trace slow synchronous file reads and writes
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.occlusion_query.txt | 27 - Depth writes and clears 28 - Stencil writes and clears 40 boxes, depth writes/clears or stencil writes/clears. Second, a number of
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 127 bool reads, writes; in CalculateWeightAndHint() local 128 tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg); in CalculateWeightAndHint() 129 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth); in CalculateWeightAndHint() 132 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb)) in CalculateWeightAndHint()
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | patch_notes_verbs_with_0_copies.md | 1 ## Verbs implementation to use direct tensor writes (0 copies) 13 1. Tensor writes need to be done directly from the source Tensor to the destination Tensor, with no… 28 3. When the sender writes the tensor content to the result tensor, no additional data is being writ… 29 4. Since the sender no longer writes the tensor from/to fixed buffers, we no longer need to schedul… 34 …ent RDMA writes on the remote side. Ack writes and control-message writes have a fixed immediate v… 37 …Remote address information (address + mr). Will be passed as write context for tensor proto writes.
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/ |
D | llvm_bitwriter.mli | 15 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at 20 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module 27 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/bitwriter/ |
D | llvm_bitwriter.mli | 15 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at 21 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module 34 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
|
/external/llvm/bindings/ocaml/bitwriter/ |
D | llvm_bitwriter.mli | 15 (** [write_bitcode_file m path] writes the bitcode for module [m] to the file at 21 (** [write_bitcode_to_fd ~unbuffered fd m] writes the bitcode for module 34 (** [output_bitcode ~unbuffered c m] writes the bitcode for module [m]
|
/external/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 171 bool reads, writes; in calculateSpillWeightAndHint() local 172 std::tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg); in calculateSpillWeightAndHint() 173 weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi); in calculateSpillWeightAndHint() 176 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb)) in calculateSpillWeightAndHint()
|