Home
last modified time | relevance | path

Searched refs:writes (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dcgen.go215 func (b *buffer) writes(s string) { *b = append(*b, s...) } func
227 b.writes(s)
253 buf.writes(baseCorePrivateH)
255 buf.writes(baseRangePrivateH)
257 buf.writes(baseIOPrivateH)
259 buf.writes(baseMemoryPrivateH)
261 buf.writes(baseImagePrivateH)
302 buf.writes(baseRangePublicH)
304 buf.writes(baseIOPublicH)
306 buf.writes(baseMemoryPublicH)
[all …]
Dfunc.go83 b.writes("inline ")
85 b.writes("WUFFS_BASE__MAYBE_STATIC ")
87 b.writes("static ")
92 b.writes("wuffs_base__status ")
94 b.writes("wuffs_base__empty_struct ")
102 b.writes("//\n")
106 b.writes(g.funcCName(n))
108 b.writes(n.FuncName().Str(g.tm))
110 b.writes(g.pkgPrefix)
111 b.writes(n.Receiver().Str(g.tm))
[all …]
Dexpr.go32 b.writes(cv.String())
34 b.writes("NULL")
36 b.writes("false")
38 b.writes("true")
60 b.writes("self")
68 b.writes("false")
73 b.writes(z.cName)
79 b.writes(c.Value().ConstValue().String())
83 b.writes(g.pkgPrefix)
85 b.writes(vPrefix)
[all …]
Dstatement.go41 b.writes("{\n")
42 defer b.writes("}\n")
148 b.writes("status = ")
150 b.writes("status = ")
157 b.writes(";\n")
165 b.writes("if (status) { goto suspend; }\n")
180 b.writes("memcpy(")
217 b.writes("#if defined(__GNUC__)\n")
218 b.writes("#pragma GCC diagnostic push\n")
219 b.writes("#pragma GCC diagnostic ignored \"-Wconversion\"\n")
[all …]
Dbuiltin.go50 b.writes("wuffs_base__image_config__set(a_dst")
52 b.writes("wuffs_base__frame_config__update(a_dst")
64 b.writes("((wuffs_base__flicks)(")
70 b.writes("))")
136 b.writes("(iop_a_src--, wuffs_base__make_empty_struct())")
140 b.writes("(iop_a_src > io1_a_src)")
174 b.writes("(iop_a_src += ")
178 b.writes(", wuffs_base__make_empty_struct())")
194 b.writes("))")
302 b.writes("((")
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Drobustness.txt445 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.1B_in_memory_with_vec4_s32
446 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.1B_out_of_memory_with_vec4…
447 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.3B_in_memory_with_vec4_s32
448 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.3B_out_of_memory_with_vec4…
449 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.4B_in_memory_with_vec4_s32
450 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.4B_out_of_memory_with_vec4…
451 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.16B_in_memory_with_vec4_s32
452 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.16B_out_of_memory_with_vec…
453 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.32B_in_memory_with_vec4_s32
454 dEQP-VK.robustness.buffer_access.through_pointers.graphics.writes.vertex.32B_out_of_memory_with_vec…
[all …]
/third_party/node/benchmark/crypto/
Dhash-stream-throughput.js8 writes: [500], property
15 function main({ api, type, len, algo, writes }) { field
43 fn(algo, message, encoding, writes, len);
46 function legacyWrite(algo, message, encoding, writes, len) { argument
47 const written = writes * len;
52 while (writes-- > 0)
60 function streamWrite(algo, message, encoding, writes, len) { argument
61 const written = writes * len;
66 while (writes-- > 0)
Dhash-stream-creation.js8 writes: [500], property
16 function main({ api, type, len, out, writes, algo }) { property
44 fn(algo, message, encoding, writes, len, out);
47 function legacyWrite(algo, message, encoding, writes, len, outEnc) { argument
48 const written = writes * len;
52 while (writes-- > 0) {
65 function streamWrite(algo, message, encoding, writes, len, outEnc) { argument
66 const written = writes * len;
70 while (writes-- > 0) {
Drsa-sign-verify-throughput.js20 writes: [500], property
26 function main({ len, algo, keylen, writes }) { field
29 StreamWrite(algo, keylen, message, writes, len);
32 function StreamWrite(algo, keylen, message, writes, len) { argument
33 const written = writes * len;
41 while (writes-- > 0) {
Dcipher-stream.js5 writes: [500], property
14 function main({ api, cipher, type, len, writes }) { field
62 fn(alice_cipher, bob_cipher, message, encoding, writes);
65 function streamWrite(alice, bob, message, encoding, writes) { argument
80 while (writes-- > 0)
86 function legacyWrite(alice, bob, message, encoding, writes) { argument
89 for (let i = 0; i < writes; i++) {
/third_party/vk-gl-cts/android/cts/master/src/
Degl-manual-robustness.txt14 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 …]
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_memory_model.c35 bool *reads, bool *writes) in get_intrinsic_info() argument
45 *writes = true; in get_intrinsic_info()
62 *writes = true; in get_intrinsic_info()
70 *writes = true; in get_intrinsic_info()
88 *writes = true; in get_intrinsic_info()
96 *writes = true; in get_intrinsic_info()
114 *writes = true; in get_intrinsic_info()
122 *writes = true; in get_intrinsic_info()
140 *writes = true; in get_intrinsic_info()
169 bool reads = false, writes = false; in visit_instr() local
[all …]
/third_party/node/test/parallel/
Dtest-tls-interleave.js37 const writes = [ variable
46 writes.forEach(function(str) {
60 assert(data.startsWith(writes[receivedWrites]));
61 data = data.slice(writes[receivedWrites].length);
63 if (++receivedWrites === writes.length) {
74 assert.strictEqual(receivedWrites, writes.length);
Dtest-fs-write-reuse-callback.js19 const writes = 1000; constant
23 if (++done < writes) {
29 'x'.repeat(writes * size));
32 }, writes);
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h98 struct zink_batch_usage *writes; member
208 zink_batch_usage_is_unflushed(bo->writes); in zink_bo_has_unflushed_usage()
215 zink_batch_usage_exists(bo->writes); in zink_bo_has_usage()
222 zink_batch_usage_matches(bo->writes, bs); in zink_bo_usage_matches()
230 …if (access & ZINK_RESOURCE_ACCESS_WRITE && !zink_screen_usage_check_completion(screen, bo->writes)) in zink_bo_usage_check_completion()
241 zink_batch_usage_wait(ctx, bo->writes); in zink_bo_usage_wait()
248 zink_batch_usage_set(&bo->writes, bs); in zink_bo_usage_set()
257 zink_batch_usage_unset(&bo->writes, bs); in zink_bo_usage_unset()
258 return bo->reads || bo->writes; in zink_bo_usage_unset()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp267 std::vector<VkWriteDescriptorSet> writes = m_writes; in update() local
274 writes[writeNdx].pImageInfo = &writeInfo.imageInfos[0]; in update()
277 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in update()
280 writes[writeNdx].pTexelBufferView = &writeInfo.texelBufferViews[0]; in update()
283 const VkWriteDescriptorSet* const writePtr = (m_writes.empty()) ? (DE_NULL) : (&writes[0]); in update()
286 …vk.updateDescriptorSets(device, (deUint32)writes.size(), writePtr, (deUint32)m_copies.size(), copy… in update()
295 std::vector<VkWriteDescriptorSet> writes = m_writes; in updateWithPush() local
302 writes[writeNdx].pImageInfo = &writeInfo.imageInfos[0]; in updateWithPush()
305 writes[writeNdx].pBufferInfo = &writeInfo.bufferInfos[0]; in updateWithPush()
308 writes[writeNdx].pTexelBufferView = &writeInfo.texelBufferViews[0]; in updateWithPush()
[all …]
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-dead-code-unreachable-merge/
D0-opt.wgsl.expected.hlsl87 …\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop writes no values
89 …\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop writes no values
91 …\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop writes no values
93 …\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop writes no values
95 …\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop writes no values
97 …\Shader@0x0000012C749BFE70(24,18-29): warning X3551: infinite loop detected - loop writes no values
D0-opt.spvasm.expected.hlsl87 …\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop writes no values
89 …\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop writes no values
91 …\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop writes no values
93 …\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop writes no values
95 …\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop writes no values
97 …\Shader@0x000001BF7F9DDFF0(24,18-29): warning X3551: infinite loop detected - loop writes no values
/third_party/node/benchmark/fs/
Dreadfile-promises.js28 let writes = 0;
33 bench.end(writes);
57 writes++;
Dwritefile-promises.js42 let writes = 0;
47 bench.end(writes);
70 writes++;
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-profile.md16 npm profile enable-2fa [auth-and-writes|auth-only]
35 | two factor auth | auth-and-writes |
62 * `npm profile enable-2fa [auth-and-writes|auth-only]`:
63 Enables two-factor authentication. Defaults to `auth-and-writes` mode. Modes are:
67 * `auth-and-writes`: Requires an OTP at all the times `auth-only` does, and also requires one when
/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.c559 update->writes = storage + writes_offset; in vn_update_descriptor_sets_alloc()
569 const VkWriteDescriptorSet *writes, in vn_update_descriptor_sets_parse_writes() argument
574 const VkWriteDescriptorSet *write = &writes[i]; in vn_update_descriptor_sets_parse_writes()
600 memcpy(update->writes, writes, sizeof(*writes) * write_count); in vn_update_descriptor_sets_parse_writes()
604 vn_descriptor_set_from_handle(writes[i].dstSet); in vn_update_descriptor_sets_parse_writes()
606 &set->layout->bindings[writes[i].dstBinding]; in vn_update_descriptor_sets_parse_writes()
607 VkWriteDescriptorSet *write = &update->writes[i]; in vn_update_descriptor_sets_parse_writes()
686 update->writes, descriptorCopyCount, in vn_UpdateDescriptorSets()
743 VkWriteDescriptorSet *write = &update->writes[i]; in vn_update_descriptor_sets_parse_template()
873 &set->layout->bindings[update->writes[i].dstBinding]; in vn_UpdateDescriptorSetWithTemplate()
[all …]
/third_party/boost/libs/beast/doc/qbk/03_core/
D2_streams.qbk31 Supports buffer-oriented blocking writes.
36 A stream supporting buffer-oriented blocking reads and writes.
46 Supports buffer-oriented asynchronous writes.
51 A stream supporting buffer-oriented asynchronous reads and writes.
111 behaviors. This example shows how a template function which writes to a
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt27 - Depth writes and clears
28 - Stencil writes and clears
40 boxes, depth writes/clears or stencil writes/clears. Second, a number of
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_barrier.txt70 shader outputs, even if the reads and writes are not in the same Draw
73 - The reads and writes are from/to disjoint sets of texels (after
77 the fragment shader invocation that writes the same texel (e.g. using
85 TextureBarrierNV() will guarantee that writes have completed and caches
112 shader outputs, even if the reads and writes are not in the same Draw
115 - The reads and writes are from/to disjoint sets of texels (after
119 the fragment shader invocation that writes the same texel (e.g. using
127 TextureBarrierNV() will guarantee that writes have completed and caches

12345678910>>...42