Home
last modified time | relevance | path

Searched refs:buffer (Results 15926 - 15950 of 16004) sorted by relevance

1...<<631632633634635636637638639640641

/third_party/openGLES/xml/
H A Dreadme.tex613 \attr{class}{\tt="buffer"} can not be passed to a parameter with
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp96 // A hard limit on buffer size. This works around a problem in the NVIDIA drivers where buffer sizes
537 // Mark as slow if blits to the back-buffer won't be straight forward in generateConfigs()
743 return egl::EglBadParameter() << "Client buffer is not a IDirect3DTexture9"; in getD3DTextureInfo()
772 return egl::EglBadParameter() << "Multisampling not supported for client buffer texture"; in getD3DTextureInfo()
790 << "Unknown client buffer texture format: " << desc.Format; in getD3DTextureInfo()
960 // Pixel buffer objects are not supported in D3D9, since D3D9 is ES2-only and PBOs are ES3. in supportsFastCopyBufferToTexture()
973 // Pixel buffer objects are not supported in D3D9, since D3D9 is ES2-only and PBOs are ES3. in fastCopyBufferToTexture()
1383 // Directly binding the storage buffer is not supported for d3d9 in applyIndexBuffer()
1518 "Failed to create a 32-bit looping index buffer fo in drawLineLoop()
2837 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c17 #include <openssl/buffer.h>
701 /* We don't buffer this message so don't use the timer */ in ossl_statem_server_pre_work()
3399 * For sigalgs freeze the handshake buffer. If we support in tls_post_process_client_key_exchange()
3561 * Freeze the handshake buffer. For <TLS1.3 we do this after the CKE in tls_process_client_certificate()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c684 int sched_proc_update_handler(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) in sched_proc_update_handler() argument
686 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler()
2748 /* Allocate buffer to track faults on a per-node basis */ in task_numa_fault()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Devergreen.c223 extern void si_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer);
225 extern void cik_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer);
1833 * DC_LB_MEMORY_SPLIT controls how that line buffer is shared between in evergreen_line_buffer_adjust()
1849 * non-linked crtcs for maximum line buffer allocation. in evergreen_line_buffer_adjust()
1943 u32 lb_size; /* line buffer allocated to pipe */
3082 /* Set ring buffer size */ in evergreen_cp_resume()
3095 /* Initialize the ring buffer's read and write pointers */ in evergreen_cp_resume()
3677 /* clear render buffer base addresses */ in evergreen_gpu_init()
4202 /* write the sr buffer */ in sumo_rlc_init()
4281 /* set up the cs buffer */ in sumo_rlc_init()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c1149 /* Build SCSI "data-in" buffer. Returns 0 if ok else (DID_ERROR << 16). */
1168 /* Partial build of SCSI "data-in" buffer. Returns 0 if ok else
1169 * (DID_ERROR << 16). Can write to offset in data-in buffer. If multiple
1195 /* Fetches from SCSI "data-out" buffer. Returns number of bytes fetched into
1748 arr[7] = 0xa; /* 18 byte sense buffer */ in resp_requests()
1763 arr[7] = 0xa; /* 18 byte sense buffer */ in resp_requests()
3828 if (cmd[1] & 0x1) /* NDOB (no data-out buffer, assumes zeroes) */ in resp_write_same_16()
5762 static int scsi_debug_write_info(struct Scsi_Host *host, char *buffer, in scsi_debug_write_info() argument
5771 memcpy(arr, buffer, minLen); in scsi_debug_write_info()
/kernel/linux/linux-5.10/kernel/sched/
H A Dfair.c675 void *buffer, size_t *lenp, loff_t *ppos) in sched_proc_update_handler()
677 int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_proc_update_handler()
2679 /* Allocate buffer to track faults on a per-node basis */ in task_numa_fault()
674 sched_proc_update_handler(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) sched_proc_update_handler() argument
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c6175 void *buffer, size_t *lenp, loff_t *ppos) in ipv6_sysctl_rtcache_flush()
6185 ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in ipv6_sysctl_rtcache_flush()
6174 ipv6_sysctl_rtcache_flush(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) ipv6_sysctl_rtcache_flush() argument
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c136 * @work: smb work containing response buffer
189 * @work: smb work containing smb response buffer
210 * @work: smb work containing smb request buffer
227 * @work: smb work containing response buffer
245 * @work: smb work containing smb request buffer
308 * smb2_set_rsp_credits() - set number of credits in response buffer
309 * @work: smb work containing smb response buffer
371 * @work: smb work containing smb response buffer
439 * @work: smb work containing smb request buffer
464 pr_err("next response offset exceeds response buffer siz in is_chained_smb2_message()
6019 smb2_set_info_sec(struct ksmbd_file *fp, int addition_info, char *buffer, int buf_len) smb2_set_info_sec() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c1154 /* Build SCSI "data-in" buffer. Returns 0 if ok else (DID_ERROR << 16). */
1173 /* Partial build of SCSI "data-in" buffer. Returns 0 if ok else
1174 * (DID_ERROR << 16). Can write to offset in data-in buffer. If multiple
1200 /* Fetches from SCSI "data-out" buffer. Returns number of bytes fetched into
1757 arr[7] = 0xa; /* 18 byte sense buffer */ in resp_requests()
1772 arr[7] = 0xa; /* 18 byte sense buffer */ in resp_requests()
3981 if (cmd[1] & 0x1) /* NDOB (no data-out buffer, assumes zeroes) */ in resp_write_same_16()
5867 static int scsi_debug_write_info(struct Scsi_Host *host, char *buffer, in scsi_debug_write_info() argument
5876 memcpy(arr, buffer, minLen); in scsi_debug_write_info()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c6322 void *buffer, size_t *lenp, loff_t *ppos) in ipv6_sysctl_rtcache_flush()
6332 ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in ipv6_sysctl_rtcache_flush()
6321 ipv6_sysctl_rtcache_flush(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) ipv6_sysctl_rtcache_flush() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc322 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
323 : AssemblerBase(options, std::move(buffer)), in Assembler()
617 // start of the buffer. in LinkAndGetByteOffsetTo()
629 // instruction from the start of the buffer. in LinkAndGetByteOffsetTo()
633 // first instruction in a buffer can link to an unbound label. Otherwise, in LinkAndGetByteOffsetTo()
3531 // start of the buffer. in dcptr()
3541 // instruction from the start of the buffer. in dcptr()
4283 // Compute new buffer size. in GrowBuffer()
4293 // Set up new buffer. in GrowBuffer()
4314 // buffer no in GrowBuffer()
321 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc266 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
267 : AssemblerBase(options, std::move(buffer)), in Assembler()
278 // for BlockTrampolinePoolScope buffer.
3740 // Compute new buffer size. in GrowBuffer()
3750 // Set up new buffer. in GrowBuffer()
3831 DCHECK_GE(buffer_space(), kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
3907 // move next buffer check to maximum. in CheckTrampolinePool()
265 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc533 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
534 : AssemblerBase(options, std::move(buffer)), in Assembler()
5189 // Compute new buffer size. in GrowBuffer()
5199 // Set up new buffer. in GrowBuffer()
5222 // buffer nor pc absolute pointing inside the code buffer, so there is no need in GrowBuffer()
5265 DCHECK_GE(buffer_space(), kMaxRelocSize); // too late to grow buffer here in RecordRelocInfo()
5379 // Check that the code buffer is large enough before emitting the constant in CheckConstPool()
5416 // Check that the code buffer is large enough before emitting the constant in CheckConstPool()
532 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc214 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
215 : AssemblerBase(options, std::move(buffer)), in Assembler()
225 // for BlockTrampolinePoolScope buffer.
3629 // Compute new buffer size. in GrowBuffer()
3639 // Set up new buffer. in GrowBuffer()
3719 DCHECK_GE(buffer_space(), kMaxRelocSize); // Too late to grow buffer here. in RecordRelocInfo()
3789 // move next buffer check to maximum. in CheckTrampolinePool()
4045 // Check that the code buffer is large enough before emitting the constant in Check()
213 Assembler(const AssemblerOptions& options, std::unique_ptr<AssemblerBuffer> buffer) Assembler() argument
/third_party/openssl/test/
H A Dsslapitest.c202 static int test_keylog_output(char *buffer, const SSL *ssl, in test_keylog_output() argument
221 for (token = strtok(buffer, " \n"); token != NULL; in test_keylog_output()
1004 * default buffer size is requested to be 16k, but due to the way BUF_MEM in execute_test_large_message()
1517 * underlying buffer.
1606 /* Set whole buffer to all bits set */ in test_large_app_data()
1626 /* Setting this option gives us a minimally sized underlying buffer */ in test_large_app_data()
1653 /* We provide a buffer slightly larger than what we are actually expecting */ in test_large_app_data()
6610 * the bio pair buffer) in test_key_update_peer_in_read()
8727 /* Reduce the fragment size - so the multiblock test buffer can be small */
8749 * Choose a buffer larg in test_multiblock_write()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp298 //! Fill destination buffer with a repeating pattern.
317 //! Get size in bytes of a pixel buffer with given extent.
531 m_resource.getBuffer().handle, // VkBuffer buffer in recordCommands()
675 **m_hostBuffer, // VkBuffer buffer in recordCommands()
684 // Insert a barrier so buffer data is available to the device in recordCommands()
690 // **m_hostBuffer, // VkBuffer buffer in recordCommands()
964 // Image -> Host buffer in recordCommands()
973 **m_hostBuffer, // VkBuffer buffer in recordCommands()
982 // Host buffer -> Staging image in recordCommands()
1691 // Init host buffer dat in BufferImplementation()
5430 Resource(ResourceType type, vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize offset, vk::VkDeviceSize size) Resource() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp428 const VkBuffer buffer, in makeBufferMemoryBarrier()
440 buffer, // VkBuffer buffer; in makeBufferMemoryBarrier()
1332 // transform feedback buffer in a different order than generated by the vertex in verifyTransformFeedbackBuffer()
2060 // Color buffer.
2207 // Verify color buffer, to check vkCmdDrawIndirectByteCountEXT worked.
2220 return tcu::TestStatus::fail("Color buffer contains unexpected results; check log for details");
2379 *queryPoolResultsBuffer, // VkBuffer buffer;
2417 // The number of primitives successfully written to the corresponding transform feedback buffer.
3034 // Color buffer wit in iterate()
426 makeBufferMemoryBarrier(const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkBuffer buffer, const VkDeviceSize offset, const VkDeviceSize bufferSizeBytes) makeBufferMemoryBarrier() argument
[all...]
/third_party/skia/src/core/
H A DSkVM.cpp179 bool write(const void* buffer, size_t size) override {
180 SkDebugf("%.*s", (int)size, (const char*)buffer);
4366 // Assemble with no buffer to determine a.size() (the number of bytes we'll assemble)
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h131 // are generated at an offset in the code generation buffer greater than any
139 // of the buffer.
171 // the stored offsets need to be consistent with the Assembler's buffer.
334 // the start of the code buffer must be provided, as the literal only knows it
391 // option, it will not be possible to copy the code buffer and run it from a
440 Assembler(byte* buffer, in Assembler() argument
443 : AssemblerBase(buffer, capacity), in Assembler()
455 // Start generating code from the beginning of the buffer, discarding any code
456 // and data that has already been emitted into the buffer.
462 // Bind a label to a specified offset from the start of the buffer
[all...]
/third_party/python/Lib/test/
H A Dtest_buffer.py3 # a PEP-3118 buffer provider. It is independent from NumPy's ndarray
637 return numpy_array(buffer=buf, shape=shape, strides=strides,
776 # Verify buffer contents against expected values.
826 # combinations of indices, the buffer is correct.
843 buf_err = True # re-exporter does not provide full buffer
984 # buffer needs suboffsets
986 # buffer without strides must be C-contiguous
1227 # Single remaining buffer: pop fails
2137 # no buffer interface
2240 ### >>> nd = ndarray(buffer
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2915 // sample layer to frame buffer in iterate()
2928 // sample layer to frame buffer in iterate()
2943 // sample layer to frame buffer in iterate()
4793 const glu::Buffer buffer (m_context.getRenderContext());
4800 gl.bindBuffer(GL_ARRAY_BUFFER, *buffer);
5652 GLU_EXPECT_NO_ERROR(gl.getError(), "bind buffer base");
5867 << "Capturing vertex shader varying, rendering 2 triangles. Allocating feedback buffer for 5 vertices."
5909 m_testCtx.getLog() << tcu::TestLog::Message << "Filling feeback buffer with unused value (-1.0)." << tcu::TestLog::EndMessage;
5975 GLU_EXPECT_NO_ERROR(gl.getError(), "bind buffer base");
5991 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying final triangle was not partially written to the feedback buffer
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp297 //! Fill destination buffer with a repeating pattern.
316 //! Get size in bytes of a pixel buffer with given extent.
530 m_resource.getBuffer().handle, // VkBuffer buffer in recordCommands()
674 **m_hostBuffer, // VkBuffer buffer in recordCommands()
683 // Insert a barrier so buffer data is available to the device in recordCommands()
689 // **m_hostBuffer, // VkBuffer buffer in recordCommands()
963 // Image -> Host buffer in recordCommands()
972 **m_hostBuffer, // VkBuffer buffer in recordCommands()
981 // Host buffer -> Staging image in recordCommands()
1688 // Init host buffer dat in BufferImplementation()
5297 Resource(ResourceType type, vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation, vk::VkDeviceSize offset, vk::VkDeviceSize size) Resource() argument
[all...]
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp5242 buffer. This adapter is a very low level adapter.
5506 // check if buffer needs to be filled
5515 // use buffer
5530 /// a buffer for UTF-8 bytes
6457 end_of_input, ///< indicating the end of the input buffer
6645 scanning, bytes are escaped and copied into buffer token_buffer. Then the
8018 /// buffer for variable-length tokens (numbers, strings)
15519 Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+.
15522 inline void grisu2_digit_gen(char* buffer, int& length, int& decimal_exponent,
15529 // number V = buffer * 1
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp6112 buffer. This adapter is a very low level adapter.
6378 // check if buffer needs to be filled
6387 // use buffer
6402 /// a buffer for UTF-8 bytes
7356 end_of_input, ///< indicating the end of the input buffer
7544 scanning, bytes are escaped and copied into buffer token_buffer. Then the
8917 /// buffer for variable-length tokens (numbers, strings)
17367 Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+.
17370 inline void grisu2_digit_gen(char* buffer, int& length, int& decimal_exponent,
17377 // number V = buffer * 1
[all...]

Completed in 203 milliseconds

1...<<631632633634635636637638639640641