/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 | 224 std::vector<VkWriteDescriptorSet> writes = m_writes; in update() local 231 writes[writeNdx].pImageInfo = &writeInfo.imageInfos[0]; in update() 234 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in update() 237 writes[writeNdx].pTexelBufferView = &writeInfo.texelBufferViews[0]; in update() 240 const VkWriteDescriptorSet* const writePtr = (m_writes.empty()) ? (DE_NULL) : (&writes[0]); in update() 243 …vk.updateDescriptorSets(device, (deUint32)writes.size(), writePtr, (deUint32)m_copies.size(), copy… in update() 249 std::vector<VkWriteDescriptorSet> writes = m_writes; in updateWithPush() local 256 writes[writeNdx].pImageInfo = &writeInfo.imageInfos[0]; in updateWithPush() 259 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in updateWithPush() 262 writes[writeNdx].pTexelBufferView = &writeInfo.texelBufferViews[0]; in updateWithPush() [all …]
|
/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/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | blob_timeline.py | 61 writes = [] 66 writes.append(self.ThreadDurationIfPresent(event)) 67 if writes: 73 values=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
|
D | functional.rasterizer_discard.txt | 27 - Color clears & writes 28 - Depth clears & writes 29 - Stencil clears & writes
|
/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/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/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/fio/t/jobs/ |
D | t0008-ae2fafc8.fio | 1 # Expected result: fio writes 16MB, reads 16+16MB 2 # Buggy result: fio writes 16MB, reads ~21MB
|
D | t0005-f7078f7b.fio | 1 # Expected result: fio reads and writes 100m 2 # Buggy result: fio reads and writes ~100m/2
|
/external/valgrind/none/tests/s390x/ |
D | ex.stdout.exp | 8 ------- EX 0,... has no effect (writes out target) 11 ------- EX to OR in the syscall number (writes out target)
|
D | exrl.stdout.exp | 8 ------- EXRL 0,... has no effect (writes out target) 11 ------- EXRL to OR in the syscall number (writes out target)
|
/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()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | README | 41 lseek. All system calls are checked for proper returns. The writes or the 48 # run forever: writes of 4090 bytes then on every 100 iterval 52 # same as above with writes of 5000 bytes and truncs of 499990 58 # writes 4096 to files until 50 blocks are written
|
/external/autotest/client/tests/fsstress/ |
D | control | 9 random web server ones. It writes about 24MB/s but has many small writes a
|
/external/autotest/client/tests/iosched_bugs/ |
D | control | 9 reads or writes can be starved when switching a batch and a request from the 10 previous batch is still in-flight. This test case should see writes being
|
/external/llvm/include/llvm/Target/ |
D | TargetSchedule.td | 216 // operand that both reads and writes a reg. In both cases we have a 235 // Variadic, then the list of prior writes are distributed across all 239 class WriteSequence<list<SchedWrite> writes, int rep = 1> : SchedWrite { 240 list<SchedWrite> Writes = writes; 286 // should define one of the writes to be zero micro-ops. If a 289 // or require additional writes. Extra writes can be required either 290 // by defining a WriteSequence, or simply listing extra writes in the 309 class ProcReadAdvance<int cycles, list<SchedWrite> writes = []> { 311 list<SchedWrite> ValidWrites = writes; 328 class ReadAdvance<SchedRead read, int cycles, list<SchedWrite> writes = []> [all …]
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | README | 2 TESTS to check consistency between O_DIRECT reads/writes and buffered 3 reads/writes and truncate.
|
/external/flatbuffers/docs/source/ |
D | GoApi_generated.txt | 47 CreateByteString writes a byte slice as a string (null-terminated). 50 CreateByteVector writes a ubyte vector 53 CreateString writes a null-terminated string as a vector. 56 EndVector writes data necessary to finish vector construction.
|
/external/libchrome/base/process/ |
D | process_metrics_linux.cc | 774 writes = 0; in SystemDiskInfo() 794 res->SetDouble("writes", static_cast<double>(writes)); in ToValue() 855 diskinfo->writes = 0; in GetSystemDiskInfo() 867 uint64_t writes = 0; in GetSystemDiskInfo() local 885 StringToUint64(disk_fields[kDiskWrites], &writes); in GetSystemDiskInfo() 897 diskinfo->writes += writes; in GetSystemDiskInfo()
|
/external/fio/ |
D | iolog.c | 334 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */ in read_iolog2() local 349 reads = writes = waits = 0; in read_iolog2() 408 writes++; in read_iolog2() 442 if (writes && read_only) { in read_iolog2() 444 " read-only\n", td->o.name, writes); in read_iolog2() 445 writes = 0; in read_iolog2() 448 if (!reads && !writes && !waits) in read_iolog2() 450 else if (reads && !writes) in read_iolog2() 452 else if (!reads && writes) in read_iolog2()
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug01.txt | 5 writing to disk doesn't cause an issue. We create a process that writes 30 Start up a process that writes to disk
|
/external/gemmlowp/meta/ |
D | README | 50 aligned memory reads/writes and unaligned memory reads/writes. 58 for leftover handling. Finally aligned memory reads/writes are used everywhere
|