/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 218 /// Used from generated code to buffer the contents of the Deserializer when 2820 /// Claims one key-value pair from a FlatMapDeserializer's field buffer if the 2827 // Entries in the FlatMapDeserializer buffer are nulled out as they get in flat_map_take_entry()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 488 *pgqResultsBuffer, // VkBuffer buffer in iterate() 498 bufferBarrier.buffer = *xfbResultsBuffer; in iterate()
|
H A D | vktTransformFeedbackSimpleTests.cpp | 399 const VkBuffer buffer, in makeBufferMemoryBarrier() 411 buffer, // VkBuffer buffer; in makeBufferMemoryBarrier() 1223 // transform feedback buffer in a different order than generated by the vertex in verifyTransformFeedbackBuffer() 2016 *queryPoolResultsBuffer, // VkBuffer buffer; 2050 // The number of primitives successfully written to the corresponding transform feedback buffer. 2968 << " // Start 1st buffer from point where 0th buffer ended\n" in initPrograms() 397 makeBufferMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize bufferSizeBytes) makeBufferMemoryBarrier() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | wavpackenc.c | 2772 init_put_bits(&s->pb, pb.buffer + 3, bytestream2_get_bytes_left_p(&pb)); in wavpack_encode_block() 2792 init_put_bits(&s->pb, pb.buffer + 7, bytestream2_get_bytes_left_p(&pb)); in wavpack_encode_block()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 1092 /* Allocate command buffer */ in create_exec_ctx() 1095 av_log(hwfc, AV_LOG_ERROR, "Command buffer alloc failure: %s\n", in create_exec_ctx() 1134 /* Free buffer dependencies */ in free_exec_ctx() 1200 av_log(hwfc, AV_LOG_ERROR, "Unable to init command buffer: %s\n", in wait_start_exec_ctx() 1248 av_log(hwfc, AV_LOG_ERROR, "Unable to finish command buffer: %s\n", in submit_exec_ctx() 1765 * issues tracking command buffer execution state on uninit. */ in vulkan_frame_free() 2455 /* Check if buffer needs flushing */ in vulkan_unmap_frame() 3531 av_log(ctx, AV_LOG_ERROR, "Failed to create buffer: %s\n", in create_buf() 3537 req_desc.buffer = vkbuf->buf; in create_buf() 3545 ded_alloc.buffer in create_buf() [all...] |
/third_party/backends/backend/ |
H A D | microtek.c | 207 /* Allocate/create a new ring buffer */ 243 /* Enlarge an existing ring buffer */ 298 /* Deallocate a ring buffer */ 536 /* record mode_sense results in the mode_sense buffer */ 785 uint8_t *buffer, in read_scan_data() 795 return sanei_scsi_cmd(ms->sfd, comm, 6, buffer, bufsize); in read_scan_data() 832 DBG(23, ".download_gamma: couldn't allocate %d bytes for comm buffer!\n", in download_gamma() 2569 /***** the ring buffer *****/ 3013 /* Pack processed image bytes into frontend destination buffer */ 4014 /* calculate maximum line capacity of SCSI buffer */ in sane_start_guts() 783 read_scan_data(Microtek_Scanner *ms, int lines, uint8_t *buffer, size_t *bufsize) read_scan_data() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 341 char buffer[512]; 373 fprintf(stderr, "%s\n", ucol_sortKeyToString(coll, sortkey, buffer, &len)); 3535 /* we set the buffer size one byte higher than needed */ in TestJ5223() 3547 /* this time we set the buffer size to the exact amount needed */ in TestJ5223() 5118 /*uprv_free(buffer);*/ in TestReorderingAcrossCloning()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 876 var->data.xfb.buffer = output->output_buffer; in update_so_info() 895 * being output with the same stream on the same buffer with increasing offsets, this entire variable in update_so_info() 919 /* if this slot wasn't packed or isn't in the same stream/buffer, skip consolidation */ in update_so_info() 943 var->data.xfb.buffer = output->output_buffer; in update_so_info() 947 /* GLSL specifies that interface blocks are split per-buffer in XFB */ in update_so_info() 3123 /* buffer 0 is a push descriptor */ in zink_shader_create()
|
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 151 void __indirect_glFeedbackBuffer(GLsizei size, GLenum type, GLfloat *buffer) { } in __indirect_glFeedbackBuffer() argument 303 void __indirect_glSelectBuffer(GLsizei size, GLuint *buffer) { } in __indirect_glSelectBuffer() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 679 spirv_builder_emit_xfb_buffer(&ctx->builder, var_id, var->data.xfb.buffer); in emit_output() 1431 spirv_builder_emit_xfb_buffer(&ctx->builder, var_id, var->data.xfb.buffer + i); in emit_so_info()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 292 std::unique_ptr<AssemblerBuffer> buffer) in Assembler() 293 : AssemblerBase(options, std::move(buffer)), scratch_register_list_({at}) { in Assembler() 300 // for BlockTrampolinePoolScope buffer. 3539 // Compute new buffer size. in GrowBuffer() 3549 // Set up new buffer. in GrowBuffer() 3631 DCHECK_GE(buffer_space(), kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo() 3698 // move next buffer check to maximum. in CheckTrampolinePool() 291 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 756 * just mark the buffer dirty to trigger a re-upload later. We in NineDevice9_EvictManagedResources() 2980 * if a vertex buffer is twice input of the draw call. */ 3107 /* Optimization to skip changing the bound vertex buffer data in NineDevice9_DrawPrimitiveUP() 3160 vbuf.buffer.resource = NULL; in NineDevice9_DrawIndexedPrimitiveUP() 3168 &vbuf.buffer.resource); in NineDevice9_DrawIndexedPrimitiveUP()
|
/third_party/libabigail/src/ |
H A D | abg-reader.cc | 2188 /// in-memory buffer. 2190 /// @param buffer the in-memory buffer containing the xml document to 2198 read_translation_unit_from_buffer(const string& buffer, in read_translation_unit_from_buffer() argument 2201 reader rdr(xml::new_reader_from_buffer(buffer), env); in read_translation_unit_from_buffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 154 // Value that will be stored in the output buffer to signal success reading values. 496 Move<VkBufferView> makeDefaultBufferView (const DeviceInterface& vkd, VkDevice device, VkBuffer buffer) in makeDefaultBufferView() argument 501 return makeBufferView(vkd, device, buffer, getDescriptorImageFormat(), bufferOffset, bufferSize); in makeDefaultBufferView() 669 // Prepare staging buffer. in Resource() 823 // Command pool and buffer. in getStoredValue() 830 // Prepare staging buffer. in getStoredValue() 840 // Copy image value to staging buffer. in getStoredValue() 855 // Copy image contents to staging buffer. in getStoredValue() 867 // Get value from staging buffer. in getStoredValue() 1122 declarations << layoutAttribs << ") buffer sboBloc [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 819 const VkBuffer buffer, in makeBufferMemoryBarrier() 831 buffer, // VkBuffer buffer; in makeBufferMemoryBarrier() 817 makeBufferMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize bufferSizeBytes) makeBufferMemoryBarrier() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 150 // Value that will be stored in the output buffer to signal success reading values. 492 Move<VkBufferView> makeDefaultBufferView (const DeviceInterface& vkd, VkDevice device, VkBuffer buffer) in makeDefaultBufferView() argument 497 return makeBufferView(vkd, device, buffer, getDescriptorImageFormat(), bufferOffset, bufferSize); in makeDefaultBufferView() 665 // Prepare staging buffer. in Resource() 819 // Command pool and buffer. in getStoredValue() 826 // Prepare staging buffer. in getStoredValue() 836 // Copy image value to staging buffer. in getStoredValue() 851 // Copy image contents to staging buffer. in getStoredValue() 863 // Get value from staging buffer. in getStoredValue() 1118 declarations << layoutAttribs << ") buffer sboBloc [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 819 const VkBuffer buffer, in makeBufferMemoryBarrier() 831 buffer, // VkBuffer buffer; in makeBufferMemoryBarrier() 817 makeBufferMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize bufferSizeBytes) makeBufferMemoryBarrier() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 2231 // Index of the next field in the generated root constant constant buffer in emit_push_constant_block() 4348 // Traverse the type hierarchy down to the actual buffer types. in emit_access_chain() 4496 // RWByteAddress buffer is always uint in its underlying type. in emit_atomic() 4520 // RWByteAddress buffer is always uint in its underlying type. in emit_atomic() 5793 buffer.reset(); in compile() 5807 return buffer.str(); in compile()
|
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 2743 void DisassembleA32Buffer(const uint32_t* buffer, size_t size_in_bytes); 2744 void DisassembleT32Buffer(const uint16_t* buffer, size_t size_in_bytes);
|
/third_party/vixl/test/aarch64/ |
H A D | test-trace-aarch64.cc | 2981 char buffer[1024]; // The buffer size is arbitrary. in PrintFile() local 2982 while (fgets(buffer, sizeof(buffer), file) != NULL) fputs(buffer, stdout); in PrintFile() 3035 // Set up a scratch buffer so we can test loads and stores.
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 36 #include "src/heap/array-buffer-sweeper.h" 5335 void Heap::GetFromRingBuffer(char* buffer) { in GetFromRingBuffer() argument 5339 memcpy(buffer, trace_ring_buffer_ + ring_buffer_end_, copied); in GetFromRingBuffer() 5341 memcpy(buffer + copied, trace_ring_buffer_, ring_buffer_end_); in GetFromRingBuffer()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderStorageBufferObjectTests.cpp | 503 NL "layout(std430, binding = 1) buffer InputBuffer {" NL " vec4 position[3];" NL "} g_input_buffer;" NL in Run() 557 const char* const glsl_cs = NL "layout(local_size_x = 1) in;" NL "buffer Buffer {" NL " int result;" NL "};" NL in Run() 906 NL "layout(std430) buffer Buffer {" NL " vec4 position[3];" NL "} g_input_buffer;" NL "void main() {" NL in Run() 908 NL "coherent buffer Buffer {" NL " buffer vec4 position0;" NL " coherent vec4 position1;" NL in Run() 913 NL "layout(std140, binding = 0) readonly buffer Buffer {" NL " readonly vec4 position[];" NL "};" NL in Run() 915 NL "layout(std430, column_major, std140, std430, row_major, packed, shared) buffer;" NL in Run() 916 "layout(std430) buffer;" NL "coherent restrict volatile buffer Buffer {" NL in Run() 919 NL "buffer Buffe in Run() 8329 GLuint buffer; Run() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 506 NL "layout(std430, binding = 1) buffer InputBuffer {" NL " vec4 position[3];" NL "} g_input_buffer;" NL in Run() 560 const char* const glsl_cs = NL "layout(local_size_x = 1) in;" NL "buffer Buffer {" NL " int result;" NL "};" NL in Run() 905 NL "layout(std430) buffer Buffer {" NL " vec4 position[3];" NL "} g_input_buffer;" NL "void main() {" NL in Run() 907 NL "coherent buffer Buffer {" NL " buffer vec4 position0;" NL " coherent vec4 position1;" NL in Run() 912 NL "layout(std140, binding = 0) readonly buffer Buffer {" NL " readonly vec4 position[];" NL "};" NL in Run() 914 NL "layout(std430, column_major, std140, std430, row_major, packed, shared) buffer;" NL in Run() 915 "layout(std430) buffer;" NL "coherent restrict volatile buffer Buffer {" NL in Run() 918 NL "buffer Buffe in Run() 8167 GLuint buffer; Run() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 1415 # openssl has a fixed limit on the password buffer. 3717 # read(-1, buffer) is supported, even though read(-1) is not 3720 buffer = bytearray(len(data)) 3721 self.assertEqual(s.read(-1, buffer), len(data)) 3722 self.assertEqual(buffer, data)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 1223 * The AS index is stored in the result buffer, which is later verified by the CPU. 1271 "layout(set = 0, binding = 0, std430) buffer result\n" 1316 "layout(set = 0, binding = 0, std430) buffer result\n" 1523 * The AS index is stored in the result buffer, which is later verified by the CPU. 1587 "layout(set = 0, binding = 0, std430) buffer result\n" 1633 "layout(set = 0, binding = 0, std430) buffer result\n" 1953 "layout(set = 0, binding = 0, std430) buffer result\n" 2557 "layout(set = 0, binding = 0, std430) buffer result\n" 2606 "layout(set = 0, binding = 0, std430) buffer result\n" 2910 "layout(set = 0, binding = 0, std430) buffer resul [all...] |