Home
last modified time | relevance | path

Searched defs:writes (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/benchmark/crypto/
Dhash-stream-throughput.js8 writes: [500], property
15 function main({ api, type, len, algo, writes }) { field
46 function legacyWrite(algo, message, encoding, writes, len) { argument
60 function streamWrite(algo, message, encoding, writes, len) { argument
Dcipher-stream.js5 writes: [500], property
14 function main({ api, cipher, type, len, writes }) { field
65 function streamWrite(alice, bob, message, encoding, writes) { argument
86 function legacyWrite(alice, bob, message, encoding, writes) { argument
Dhash-stream-creation.js8 writes: [500], property
16 function main({ api, type, len, out, writes, algo }) { property
47 function legacyWrite(algo, message, encoding, writes, len, outEnc) { argument
65 function streamWrite(algo, message, encoding, writes, len, outEnc) { argument
Drsa-sign-verify-throughput.js20 writes: [500], property
26 function main({ len, algo, keylen, writes }) { field
32 function StreamWrite(algo, keylen, message, writes, len) { argument
/third_party/mesa3d/docs/_extra/specs/
DMESA_shader_debug.spec188 The printMESA function writes the argument <value> to the "debug function
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_memory_model.c35 bool *reads, bool *writes) in get_intrinsic_info()
169 bool reads = false, writes = false; in visit_instr() local
/third_party/node/test/parallel/
Dtest-fs-write-reuse-callback.js19 const writes = 1000; constant
Dtest-tls-interleave.js37 const writes = [ variable
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp67 std::array<VkWriteDescriptorSet, kMaxBindingsPerGroup> writes; in BindGroup() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.cpp267 std::vector<VkWriteDescriptorSet> writes = m_writes; in update() local
297 std::vector<VkWriteDescriptorSet> writes = m_writes; in updateWithPush() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupVk.cpp45 ityp::stack_vec<uint32_t, VkWriteDescriptorSet, kMaxOptimalBindingsPerGroup> writes( in BindGroup() local
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.h69 uint64_t writes; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.h109 uint64_t writes; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp233 bool reads, writes; in weightCalcHelper() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.h84 VkWriteDescriptorSet *writes; member
Dvn_descriptor_set.c664 const VkWriteDescriptorSet *writes, in vn_update_descriptor_sets_parse_writes()
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h92 unsigned long writes; member
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h109 struct zink_batch_usage *writes; member
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.cpp318 std::vector<VkWriteDescriptorSet> writes; in UpdateStorageBufferDescriptorSets() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp1107 std::vector<DescriptorWrite> writes; // Multiple redundant writes can be performed. in iterate() member
1134 std::vector<DescriptorWrite> writes; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp1107 std::vector<DescriptorWrite> writes; // Multiple redundant writes can be performed. in iterate() member
1134 std::vector<DescriptorWrite> writes; in iterate() local
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dcgen.go215 func (b *buffer) writes(s string) { *b = append(*b, s...) } func
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c236 struct panfrost_resource *rsrc, bool writes) in panfrost_batch_update_access()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c130 bool reads, bool writes) in set_image_access()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkfullscreenquad.c136 VkWriteDescriptorSet writes[GST_VIDEO_MAX_PLANES + 1]; in get_and_update_descriptor_set() local

12