/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/ |
D | robustness.txt | 445 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/typescript/tests/baselines/reference/ |
D | callWithSpread4.types | 34 declare var writes: W 35 >writes : W 54 >pli( reads, ...gun, tr, fun, ...gz, writes) : Promise<void> 74 writes 75 >writes : W 93 pli(...[reads, writes, writes] as const) 94 >pli(...[reads, writes, writes] as const) : Promise<void> 96 >...[reads, writes, writes] as const : R | W 97 >[reads, writes, writes] as const : readonly [R, W, W] 98 >[reads, writes, writes] : readonly [R, W, W] [all …]
|
D | callWithSpread4.js | 11 declare var writes: W 23 writes 30 pli(...[reads, writes, writes] as const) 35 pli(reads, ...gun, tr, fun, ...gz, writes); 37 pli(...[reads, writes, writes]);
|
D | callWithSpread4.symbols | 52 declare var writes: W 53 >writes : Symbol(writes, Decl(callWithSpread4.ts, 9, 11)) 95 writes 96 >writes : Symbol(writes, Decl(callWithSpread4.ts, 9, 11)) 112 pli(...[reads, writes, writes] as const) 115 >writes : Symbol(writes, Decl(callWithSpread4.ts, 9, 11)) 116 >writes : Symbol(writes, Decl(callWithSpread4.ts, 9, 11))
|
D | callWithSpread4.errors.txt | 15 declare var writes: W 29 writes 38 pli(...[reads, writes, writes] as const)
|
/third_party/node/benchmark/crypto/ |
D | hash-stream-throughput.js | 8 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)
|
D | hash-stream-creation.js | 8 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) { 61 function streamWrite(algo, message, encoding, writes, len, outEnc) { argument 62 const written = writes * len; 66 while (writes-- > 0) {
|
D | rsa-sign-verify-throughput.js | 20 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) {
|
D | cipher-stream.js | 5 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/ |
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 …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_memory_model.c | 35 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/ |
D | test-tls-interleave.js | 37 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);
|
D | test-fs-write-reuse-callback.js | 19 const writes = 1000; constant 23 if (++done < writes) { 29 'x'.repeat(writes * size)); 32 }, writes);
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_bo.h | 109 struct zink_batch_usage *writes; member 222 zink_batch_usage_is_unflushed(bo->writes); in zink_bo_has_unflushed_usage() 229 zink_batch_usage_exists(bo->writes); in zink_bo_has_usage() 236 zink_batch_usage_matches(bo->writes, bs); in zink_bo_usage_matches() 244 …if (access & ZINK_RESOURCE_ACCESS_WRITE && !zink_screen_usage_check_completion(screen, bo->writes)) in zink_bo_usage_check_completion() 255 zink_batch_usage_wait(ctx, bo->writes); in zink_bo_usage_wait() 262 zink_batch_usage_set(&bo->writes, bs); in zink_bo_usage_set() 271 zink_batch_usage_unset(&bo->writes, bs); in zink_bo_usage_unset() 272 return bo->reads || bo->writes; in zink_bo_usage_unset()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.cpp | 267 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/typescript/tests/cases/conformance/expressions/functionCalls/ |
D | callWithSpread4.ts | 12 declare var writes: W variable 24 writes 31 pli(...[reads, writes, writes] as const)
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-dead-code-unreachable-merge/ |
D | 0-opt.wgsl.expected.hlsl | 87 …\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
|
D | 0-opt.spvasm.expected.hlsl | 87 …\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/ |
D | readfile-promises.js | 40 let writes = 0; 45 bench.end(writes); 73 writes++;
|
D | writefile-promises.js | 42 let writes = 0; 47 bench.end(writes); 74 writes++;
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_descriptor_set.c | 653 update->writes = storage + writes_offset; in vn_update_descriptor_sets_alloc() 664 const VkWriteDescriptorSet *writes, in vn_update_descriptor_sets_parse_writes() argument 669 const VkWriteDescriptorSet *write = &writes[i]; in vn_update_descriptor_sets_parse_writes() 695 memcpy(update->writes, writes, sizeof(*writes) * write_count); in vn_update_descriptor_sets_parse_writes() 699 vn_descriptor_set_from_handle(writes[i].dstSet); in vn_update_descriptor_sets_parse_writes() 701 &set->layout->bindings[writes[i].dstBinding]; in vn_update_descriptor_sets_parse_writes() 702 VkWriteDescriptorSet *write = &update->writes[i]; in vn_update_descriptor_sets_parse_writes() 783 update->writes, descriptorCopyCount, in vn_UpdateDescriptorSets() 845 VkWriteDescriptorSet *write = &update->writes[i]; in vn_update_descriptor_sets_parse_template() 991 &set->layout->bindings[update->writes[i].dstBinding]; in vn_UpdateDescriptorSetWithTemplate() [all …]
|
/third_party/vk-gl-cts/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
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_DER_w_bn.pod | 28 ossl_DER_w_boolean() writes the primitive BOOLEAN using the value I<b>. 38 ossl_DER_w_null() writes the primitive NULL. 40 ossl_DER_w_octet_string() writes the primitive OCTET STRING using the bytes 43 ossl_DER_w_octet_string_uint32() writes the primitive OCTET STRING using a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_barrier.txt | 70 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
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_barrier.txt | 70 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
|