Home
last modified time | relevance | path

Searched refs:buffer (Results 6576 - 6600 of 15799) sorted by relevance

1...<<261262263264265266267268269270>>...632

/kernel/linux/linux-6.6/drivers/iio/imu/
H A Dadis16475.c14 #include <linux/iio/buffer.h>
982 static bool adis16475_validate_crc(const u8 *buffer, u16 crc, in adis16475_validate_crc() argument
991 crc -= buffer[i]; in adis16475_validate_crc()
1048 __be16 *buffer; in adis16475_trigger_handler() local
1058 buffer = adis->buffer; in adis16475_trigger_handler()
1060 crc = be16_to_cpu(buffer[offset + 2]); in adis16475_trigger_handler()
1061 valid = adis16475_validate_crc(adis->buffer, crc, st->burst32); in adis16475_trigger_handler()
1075 st->data[i++] = buffer[offset]; in adis16475_trigger_handler()
1084 st->data[i++] = buffer[bi in adis16475_trigger_handler()
[all...]
/kernel/linux/linux-6.6/drivers/input/
H A Devdev.c44 spinlock_t buffer_lock; /* protects access to buffer, head and tail */
53 struct input_event buffer[]; member
74 /* requires the buffer lock to be held */
117 ev = &client->buffer[i]; in __evdev_flush_queue()
128 client->buffer[head] = *ev; in __evdev_flush_queue()
155 client->buffer[client->head++] = ev; in __evdev_queue_syn_dropped()
217 client->buffer[client->head++] = *event; in __pass_event()
227 client->buffer[client->tail] = (struct input_event) { in __pass_event()
477 client = kvzalloc(struct_size(client, buffer, bufsize), GFP_KERNEL); in evdev_open()
502 static ssize_t evdev_write(struct file *file, const char __user *buffer, in evdev_write() argument
558 evdev_read(struct file *file, char __user *buffer, size_t count, loff_t *ppos) evdev_read() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dsur40.c256 u8 command, u16 index, void *buffer, u16 size) in sur40_command()
261 0x00, index, buffer, size, 1000); in sur40_command()
343 u8 *buffer; in sur40_init() local
345 buffer = kmalloc(24, GFP_KERNEL); in sur40_init()
346 if (!buffer) { in sur40_init()
352 result = sur40_command(dev, SUR40_GET_VERSION, 0x00, buffer, 12); in sur40_init()
356 result = sur40_command(dev, SUR40_GET_VERSION, 0x01, buffer, 12); in sur40_init()
360 result = sur40_command(dev, SUR40_GET_VERSION, 0x02, buffer, 12); in sur40_init()
364 result = sur40_command(dev, SUR40_SENSOR_CAPS, 0x00, buffer, 24); in sur40_init()
368 result = sur40_command(dev, SUR40_ACCEL_CAPS, 0x00, buffer, in sur40_init()
255 sur40_command(struct sur40_state *dev, u8 command, u16 index, void *buffer, u16 size) sur40_command() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dshow-parse.c112 static char buffer[100]; in show_modifiers() local
153 while ((c = *name++) != '\0' && len + 2 < sizeof buffer) in show_modifiers()
154 buffer[len++] = c; in show_modifiers()
155 buffer[len++] = ' '; in show_modifiers()
160 buffer[len] = 0; in show_modifiers()
161 return buffer; in show_modifiers()
210 static char buffer[512]; in prepend() local
215 n = vsprintf(buffer, fmt, args); in prepend()
219 memcpy(name->start, buffer, n); in prepend()
224 static char buffer[51 in append() local
[all...]
/third_party/lzma/C/
H A DLzFind.c111 static const Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos()
139 const Byte *dest = p->buffer + GET_AVAIL_BYTES(p); in MatchFinder_ReadBlock()
186 const size_t offset = (size_t)(p->buffer - p->bufBase) - p->keepSizeBefore; in MatchFinder_MoveBlock()
188 p->buffer = p->bufBase + keepBefore; in MatchFinder_MoveBlock()
208 return ((size_t)(p->bufBase + p->blockSize - p->buffer) <= p->keepSizeAfter); in MatchFinder_NeedMove()
234 p->buffer = NULL; in MatchFinder_Construct()
473 // 22.02: we don't reallocate buffer, if old size is enough in MatchFinder_Create()
556 p->buffer = p->bufBase; in MatchFinder_Init_4()
848 of (p->pos) and (p->buffer) for speculated accesses. */ in MatchFinder_CheckLimits()
1086 p->buffer
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredFramebuffer.cpp173 unsigned char buffer[TEXTURE_WIDTH * TEXTURE_HEIGHT * N_TEXTURE_COMPONENTS]; in iterate() local
321 gl.readPixels(0 /* x */, 0 /* y */, TEXTURE_WIDTH, TEXTURE_HEIGHT, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in iterate()
329 const unsigned char* row = buffer + y * pixel_size; in iterate()
576 void* buffer = NULL; in iterate() local
594 buffer = buffer_char; in iterate()
610 buffer = (void*)buffer_int; in iterate()
626 buffer = (void*)buffer_uint; in iterate()
675 gl.clearBufferiv(GL_COLOR, 0 /* draw buffer index */, clear_color_int); in iterate()
682 gl.clearBufferuiv(GL_COLOR, 0 /* draw buffer index */, (const glw::GLuint*)clear_color_int); in iterate()
689 gl.clearBufferfv(GL_COLOR, 0 /* draw buffer inde in iterate()
1044 unsigned char buffer[TEXTURE_WIDTH * TEXTURE_HEIGHT * N_TEXTURE_COMPONENTS]; iterate() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_test.cc269 EXPECT_EQ("buffer (0:0) requires a format", r.Error()); in TEST_F()
391 EXPECT_EQ("vertex_buffer", vtex_buffers[0].buffer->GetName()); in TEST_F()
399 EXPECT_EQ("buf1", bufs[0].buffer->GetName()); in TEST_F()
406 EXPECT_EQ("buf2", bufs[1].buffer->GetName()); in TEST_F()
451 EXPECT_EQ("buf1", bufs[0].buffer->GetName()); in TEST_F()
454 EXPECT_EQ("buf2", bufs[1].buffer->GetName()); in TEST_F()
626 EXPECT_EQ(5U, b1.buffer->ValueCount()); in TEST_F()
631 EXPECT_EQ(4U, b2.buffer->ValueCount()); in TEST_F()
798 EXPECT_EQ(5U, b1.buffer->ValueCount()); in TEST_F()
803 EXPECT_EQ(4U, b2.buffer in TEST_F()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp27 // the buffer is made in 4-byte chunks. Assume the size of the buffer is 4k+n where n is in [0, 3).
29 // last n bytes. By rounding up the buffer sizes to a multiple of 4, the problem is alleviated.
33 // Start with a fairly small buffer size. We can increase this dynamically as we convert more data.
113 // The buffer may be used for a number of different operations, so its allocations should in GetPreferredDynamicBufferInitialSize()
131 // buffer size automatically (which will allocate BufferHelpers with the same size as this in GetPreferredDynamicBufferInitialSize()
132 // buffer). in GetPreferredDynamicBufferInitialSize()
136 // Sub-allocate from a 4KB buffer. If the buffer allocations are bigger, the dynamic buffer in GetPreferredDynamicBufferInitialSize()
327 std::unique_ptr<vk::BufferHelper> buffer = std::make_unique<vk::BufferHelper>(); setExternalBufferData() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp607 int32_t buffer[10] = {0}; in HWTEST() local
610 bool ret = signalDetectAgent.DetectSignalData(buffer, bufferLen); in HWTEST()
621 int32_t buffer[10] = {2, 3, 2, 3, 2, 3, 2, 3, 2, 3}; in HWTEST() local
625 bool ret = signalDetectAgent.DetectSignalData(buffer, bufferLen); in HWTEST()
637 int32_t buffer[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in HWTEST() local
643 bool ret = signalDetectAgent.DetectSignalData(buffer, bufferLen); in HWTEST()
655 int32_t buffer[10] = {0, 1, 0, 1, 0, 1, 0, 1, 0, 1 }; in HWTEST() local
662 bool ret = signalDetectAgent.DetectSignalData(buffer, bufferLen); in HWTEST()
1868 * @tc.desc : Test AudioBlend Process API,Return buffer
1885 * @tc.desc : Test AudioBlend Process API,Return buffer
2328 uint8_t buffer[0] = {}; HWTEST() local
2564 uint32_t buffer[10] = {0}; HWTEST() local
2719 uint8_t buffer[10] = {0}; HWTEST() local
2735 uint8_t buffer[10] = {2, 3, 2, 3, 2, 3, 2, 3, 2, 3}; HWTEST() local
2751 uint8_t buffer[10] = {2, 3, 2, 3, 2, 3, 2, 3, 2, 3}; HWTEST() local
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-mlxbf.c349 u8 *buffer; member
626 * Copy data bytes from 4-byte aligned source buffer. in mlxbf_i2c_smbus_write_data()
775 operation->buffer, operation->length); in mlxbf_i2c_smbus_start_transaction()
788 read_buf = operation->buffer; in mlxbf_i2c_smbus_start_transaction()
864 request->operation[0].buffer = data; in mlxbf_i2c_smbus_byte_func()
877 request->operation[0].buffer = command; in mlxbf_i2c_smbus_data_byte_func()
883 request->operation[1].buffer = data; in mlxbf_i2c_smbus_data_byte_func()
896 request->operation[0].buffer = command; in mlxbf_i2c_smbus_data_word_func()
902 request->operation[1].buffer = data; in mlxbf_i2c_smbus_data_word_func()
916 request->operation[0].buffer in mlxbf_i2c_smbus_i2c_block_func()
[all...]
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dmessage.c560 /* There is no single transfer buffer */ in usb_sg_init()
680 * NOTE: to work better with UHCI (4K I/O buffer may in usb_sg_wait()
991 size--; /* leave room for trailing NULL char in output buffer */ in usb_string()
1015 * Return: A pointer to a kmalloc'ed buffer containing the descriptor string,
2263 * @buffer: pointer to the extra headers to be parsed
2276 u8 *buffer, in cdc_parse_cdc_header()
2294 elength = buffer[0]; in cdc_parse_cdc_header()
2301 dev_err(&intf->dev, "invalid descriptor buffer length\n"); in cdc_parse_cdc_header()
2304 if (buffer[1] != USB_DT_CS_INTERFACE) { in cdc_parse_cdc_header()
2309 switch (buffer[ in cdc_parse_cdc_header()
2274 cdc_parse_cdc_header(struct usb_cdc_parsed_header *hdr, struct usb_interface *intf, u8 *buffer, int buflen) cdc_parse_cdc_header() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dmessage.c557 /* There is no single transfer buffer */ in usb_sg_init()
678 * NOTE: to work better with UHCI (4K I/O buffer may in usb_sg_wait()
992 size--; /* leave room for trailing NULL char in output buffer */ in usb_string()
1016 * Return: A pointer to a kmalloc'ed buffer containing the descriptor string,
2310 * @buffer: pointer to the extra headers to be parsed
2323 u8 *buffer, in cdc_parse_cdc_header()
2341 elength = buffer[0]; in cdc_parse_cdc_header()
2348 dev_err(&intf->dev, "invalid descriptor buffer length\n"); in cdc_parse_cdc_header()
2351 if (buffer[1] != USB_DT_CS_INTERFACE) { in cdc_parse_cdc_header()
2356 switch (buffer[ in cdc_parse_cdc_header()
2321 cdc_parse_cdc_header(struct usb_cdc_parsed_header *hdr, struct usb_interface *intf, u8 *buffer, int buflen) cdc_parse_cdc_header() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c973 * by modifying the buffer offset in rvin_set_slot_addr()
990 * Moves a buffer from the queue to the HW slot. If no buffer is
991 * available use the scratch buffer. The scratch buffer is never
1003 if (WARN_ON(vin->buf_hw[slot].buffer)) in rvin_fill_hw_slot()
1009 vbuf = vin->buf_hw[prev].buffer; in rvin_fill_hw_slot()
1010 vin->buf_hw[slot].buffer = vbuf; in rvin_fill_hw_slot()
1025 vin->buf_hw[slot].buffer = NULL; in rvin_fill_hw_slot()
1029 /* Keep track of buffer w in rvin_fill_hw_slot()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-mlxbf.c384 u8 *buffer; member
641 * Copy data bytes from 4-byte aligned source buffer. in mlxbf_i2c_smbus_write_data()
800 operation->buffer, operation->length); in mlxbf_i2c_smbus_start_transaction()
813 read_buf = operation->buffer; in mlxbf_i2c_smbus_start_transaction()
889 request->operation[0].buffer = data; in mlxbf_i2c_smbus_byte_func()
902 request->operation[0].buffer = command; in mlxbf_i2c_smbus_data_byte_func()
908 request->operation[1].buffer = data; in mlxbf_i2c_smbus_data_byte_func()
921 request->operation[0].buffer = command; in mlxbf_i2c_smbus_data_word_func()
927 request->operation[1].buffer = data; in mlxbf_i2c_smbus_data_word_func()
941 request->operation[0].buffer in mlxbf_i2c_smbus_i2c_block_func()
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c201 /* if debuglevel == exact match and buffer contains more than 3 lines, print 2 lines + .... */ in bjnp_hexdump()
365 * len is length of destination buffer in charTo2byte()
588 * Set command buffer with command code, session_id and length of payload in set_cmd_from_string()
607 * Set command buffer with command code, session_id and length of payload in set_cmd_for_dev()
1140 int buf_len; /* length of the whole command buffer */ in bjnp_poll_scanner()
1552 bjnp_recv_data (int devno, SANE_Byte * buffer, size_t start_pos, size_t * len) in bjnp_recv_data() argument
1570 (LOG_DEBUG, "bjnp_recv_data: read response payload (0x%lx bytes max), buffer: 0x%lx, start_pos: 0x%lx\n", in bjnp_recv_data()
1571 (long) *len, (long) buffer, (long) start_pos)); in bjnp_recv_data()
1624 if ((recv_bytes = recv (fd, buffer + start_pos, *len, 0)) < 0) in bjnp_recv_data()
1629 (long) buffer, (lon in bjnp_recv_data()
2403 sanei_bjnp_read_bulk(SANE_Int dn, SANE_Byte * buffer, size_t * size) sanei_bjnp_read_bulk() argument
2520 sanei_bjnp_write_bulk(SANE_Int dn, const SANE_Byte * buffer, size_t * size) sanei_bjnp_write_bulk() argument
2595 sanei_bjnp_read_int(SANE_Int dn, SANE_Byte * buffer, size_t * size) sanei_bjnp_read_int() argument
[all...]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-strtod.cc1094 static bool CheckDouble(Vector<const char> buffer, in CheckDouble() argument
1100 input_digits.AssignDecimalString(buffer); in CheckDouble()
1103 // Check that the buffer*10^exponent < (0 + kMinDouble)/2. in CheckDouble()
1110 // Check that the buffer*10^exponent >= boundary between kMaxDouble and inf. in CheckDouble()
1150 char buffer[kBufferSize]; in TEST() local
1155 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1158 buffer[pos] = '\0'; in TEST()
1159 Vector<const char> vector(buffer, pos); in TEST()
1168 buffer[pos++] = DeterministicRandom() % 10 + '0'; in TEST()
1171 buffer[po in TEST()
1180 CheckFloat(Vector<const char> buffer, int exponent, float to_check) CheckFloat() argument
1217 char buffer[kBufferSize]; TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp321 // Temporarily allocated pixel readback buffer
530 GLenum buffer, in clearBufferfv()
538 syncClearBufferState(context, buffer, drawbuffer); in clearBufferfv()
543 functions->clearBufferfv(buffer, drawbuffer, values); in clearBufferfv()
550 static_cast<GLbitfield>(0u), buffer, drawbuffer, in clearBufferfv()
559 GLenum buffer, in clearBufferuiv()
567 syncClearBufferState(context, buffer, drawbuffer); in clearBufferuiv()
572 functions->clearBufferuiv(buffer, drawbuffer, values); in clearBufferuiv()
579 static_cast<GLbitfield>(0u), buffer, drawbuffer, in clearBufferuiv()
588 GLenum buffer, in clearBufferiv()
529 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument
558 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument
587 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
616 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
1407 syncClearBufferState(const gl::Context *context, GLenum buffer, GLint drawBuffer) syncClearBufferState() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleFunctionalTests.cpp564 * for the depth buffer to be updated. in iterate()
647 unsigned int buffer[64 /* width */ * 64 /* height */ * 4 /* components */]; in iterate() local
653 GL_RGBA_INTEGER, GL_UNSIGNED_INT, buffer); in iterate()
667 float* row_ptr = (float*)buffer + row_width * data_y; in iterate()
844 * as the color buffer's attachment uses GL_R16UI format. in iterate()
970 /* Clear color buffer before drawing to it, not strictly neccesary in iterate()
1005 /* Clear color buffer before drawing to it, not strictly neccesary in iterate()
1015 * because the read buffer contains integer data. in iterate()
1032 /* Allocate a buffer to hold the result data and then download the result texture's in iterate()
1034 unsigned int* buffer in iterate() local
2626 unsigned char* buffer = NULL; iterate() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c752 /* Read ord/ird values from private data buffer */ in qed_iwarp_mpa_received()
1585 "Failed to repost rx buffer to ll2 rc = %d, handle=%d\n", in qed_iwarp_ll2_post_rx()
1899 * placed on the buf. The assumption is that the buffer is big enough in qed_iwarp_cp_pkt()
1900 * since fpdu_length <= mss, we use an intermediate buffer since in qed_iwarp_cp_pkt()
1905 "MPA ALIGN: Unexpected: buffer is not large enough for split fpdu buff_size = %d mpa_frag_len = %d, tcp_payload_size = %d, incomplete_bytes = %d\n", in qed_iwarp_cp_pkt()
1924 /* If we managed to post the buffer copy the data to the new buffer in qed_iwarp_cp_pkt()
1973 /* This function is used to recycle a buffer using the ll2 drop option. It
1975 * were completed. The buffer sent here will be sent as a cookie in the tx
1978 * segments. In this case the driver needs to re-post a rx buffer instea
2471 struct qed_iwarp_ll2_buff *buffer = cookie; qed_iwarp_ll2_rel_rx_pkt() local
2483 struct qed_iwarp_ll2_buff *buffer = cookie; qed_iwarp_ll2_comp_tx_pkt() local
2509 struct qed_iwarp_ll2_buff *buffer = cookie; qed_iwarp_ll2_rel_tx_pkt() local
2600 struct qed_iwarp_ll2_buff *buffer; qed_iwarp_ll2_alloc_buffers() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c754 /* Read ord/ird values from private data buffer */ in qed_iwarp_mpa_received()
1587 "Failed to repost rx buffer to ll2 rc = %d, handle=%d\n", in qed_iwarp_ll2_post_rx()
1899 * placed on the buf. The assumption is that the buffer is big enough in qed_iwarp_cp_pkt()
1900 * since fpdu_length <= mss, we use an intermediate buffer since in qed_iwarp_cp_pkt()
1905 "MPA ALIGN: Unexpected: buffer is not large enough for split fpdu buff_size = %d mpa_frag_len = %d, tcp_payload_size = %d, incomplete_bytes = %d\n", in qed_iwarp_cp_pkt()
1924 /* If we managed to post the buffer copy the data to the new buffer in qed_iwarp_cp_pkt()
1973 /* This function is used to recycle a buffer using the ll2 drop option. It
1975 * were completed. The buffer sent here will be sent as a cookie in the tx
1978 * segments. In this case the driver needs to re-post a rx buffer instea
2471 struct qed_iwarp_ll2_buff *buffer = cookie; qed_iwarp_ll2_rel_rx_pkt() local
2483 struct qed_iwarp_ll2_buff *buffer = cookie; qed_iwarp_ll2_comp_tx_pkt() local
2509 struct qed_iwarp_ll2_buff *buffer = cookie; qed_iwarp_ll2_rel_tx_pkt() local
2600 struct qed_iwarp_ll2_buff *buffer; qed_iwarp_ll2_alloc_buffers() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp996 void Context::feedbackBuffer(GLsizei size, GLenum type, GLfloat *buffer) in feedbackBuffer() argument
1572 void Context::selectBuffer(GLsizei size, GLuint *buffer) in selectBuffer() argument
2719 void Context::invalidateBufferData(BufferID buffer) in invalidateBufferData() argument
2724 void Context::invalidateBufferSubData(BufferID buffer, GLintptr offset, GLsizeiptr length) in invalidateBufferSubData() argument
2863 void Context::clearNamedBufferData(BufferID buffer, in clearNamedBufferData() argument
2872 void Context::clearNamedBufferSubData(BufferID buffer, in clearNamedBufferSubData() argument
2884 GLenum buffer, in clearNamedFramebufferfi()
2893 GLenum buffer, in clearNamedFramebufferfv()
2901 GLenum buffer, in clearNamedFramebufferiv()
2909 GLenum buffer, in clearNamedFramebufferuiv()
2883 clearNamedFramebufferfi(FramebufferID framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearNamedFramebufferfi() argument
2892 clearNamedFramebufferfv(FramebufferID framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat *value) clearNamedFramebufferfv() argument
2900 clearNamedFramebufferiv(FramebufferID framebuffer, GLenum buffer, GLint drawbuffer, const GLint *value) clearNamedFramebufferiv() argument
2908 clearNamedFramebufferuiv(FramebufferID framebuffer, GLenum buffer, GLint drawbuffer, const GLuint *value) clearNamedFramebufferuiv() argument
3054 flushMappedNamedBufferRange(BufferID buffer, GLintptr offset, GLsizeiptr length) flushMappedNamedBufferRange() argument
3086 getNamedBufferParameteri64v(BufferID buffer, GLenum pname, GLint64 *params) getNamedBufferParameteri64v() argument
3091 getNamedBufferParameteriv(BufferID buffer, GLenum pname, GLint *params) getNamedBufferParameteriv() argument
3096 getNamedBufferPointerv(BufferID buffer, GLenum pname, void **params) getNamedBufferPointerv() argument
3101 getNamedBufferSubData(BufferID buffer, GLintptr offset, GLsizeiptr size, void *data) getNamedBufferSubData() argument
3126 getQueryBufferObjecti64v(GLuint id, BufferID buffer, GLenum pname, GLintptr offset) getQueryBufferObjecti64v() argument
3131 getQueryBufferObjectiv(GLuint id, BufferID buffer, GLenum pname, GLintptr offset) getQueryBufferObjectiv() argument
3136 getQueryBufferObjectui64v(GLuint id, BufferID buffer, GLenum pname, GLintptr offset) getQueryBufferObjectui64v() argument
3141 getQueryBufferObjectuiv(GLuint id, BufferID buffer, GLenum pname, GLintptr offset) getQueryBufferObjectuiv() argument
3375 mapNamedBuffer(BufferID buffer, GLenum access) mapNamedBuffer() argument
3381 mapNamedBufferRange(BufferID buffer, GLintptr offset, GLsizeiptr length, GLbitfield access) mapNamedBufferRange() argument
3390 namedBufferData(BufferID buffer, GLsizeiptr size, const void *data, GLenum usage) namedBufferData() argument
3395 namedBufferStorage(BufferID buffer, GLsizeiptr size, const void *data, GLbitfield flags) namedBufferStorage() argument
3403 namedBufferSubData(BufferID buffer, GLintptr offset, GLsizeiptr size, const void *data) namedBufferSubData() argument
3478 textureBuffer(TextureID texture, GLenum internalformat, BufferID buffer) textureBuffer() argument
3483 textureBufferRange(TextureID texture, GLenum internalformat, BufferID buffer, GLintptr offset, GLsizeiptr size) textureBufferRange() argument
3609 transformFeedbackBufferBase(GLuint xfb, GLuint index, BufferID buffer) transformFeedbackBufferBase() argument
3614 transformFeedbackBufferRange(GLuint xfb, GLuint index, BufferID buffer, GLintptr offset, GLsizeiptr size) transformFeedbackBufferRange() argument
3623 unmapNamedBuffer(BufferID buffer) unmapNamedBuffer() argument
3667 vertexArrayElementBuffer(VertexArrayID vaobj, BufferID buffer) vertexArrayElementBuffer() argument
3672 vertexArrayVertexBuffer(VertexArrayID vaobj, GLuint bindingindex, BufferID buffer, GLintptr offset, GLsizei stride) vertexArrayVertexBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp166 // We use this mask to get small color values in the vertex buffer and in getClearValueInt()
853 void runSwapchain(Context& context, VkBuffer buffer, VkImage image);
855 void run(Context& context, VkBuffer buffer);
862 void downloadCopy(Context& context, VkBuffer buffer);
863 void downloadTexture(Context& context, VkBuffer buffer);
864 void downloadLoad(Context& context, VkBuffer buffer);
867 VkBuffer buffer,
970 void UploadDownloadExecutor::runSwapchain(Context& context, VkBuffer buffer, VkImage image) in runSwapchain() argument
1002 downloadCopy(context, buffer); in runSwapchain()
1005 downloadLoad(context, buffer); in runSwapchain()
1019 run(Context& context, VkBuffer buffer) run() argument
1357 downloadCopy(Context& context, VkBuffer buffer) downloadCopy() argument
1364 downloadTexture(Context& context, VkBuffer buffer) downloadTexture() argument
1446 downloadLoad(Context& context, VkBuffer buffer) downloadLoad() argument
1527 copyImageToBuffer(VkImage sourceImage, VkBuffer buffer, const IVec3 size, const VkAccessFlags srcAccessMask, const VkImageLayout oldLayout, const deUint32 numLayers) copyImageToBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp166 // We use this mask to get small color values in the vertex buffer and in getClearValueInt()
853 void runSwapchain(Context& context, VkBuffer buffer, VkImage image);
855 void run(Context& context, VkBuffer buffer);
862 void downloadCopy(Context& context, VkBuffer buffer);
863 void downloadTexture(Context& context, VkBuffer buffer);
864 void downloadLoad(Context& context, VkBuffer buffer);
867 VkBuffer buffer,
970 void UploadDownloadExecutor::runSwapchain(Context& context, VkBuffer buffer, VkImage image) in runSwapchain() argument
1002 downloadCopy(context, buffer); in runSwapchain()
1005 downloadLoad(context, buffer); in runSwapchain()
1019 run(Context& context, VkBuffer buffer) run() argument
1357 downloadCopy(Context& context, VkBuffer buffer) downloadCopy() argument
1364 downloadTexture(Context& context, VkBuffer buffer) downloadTexture() argument
1446 downloadLoad(Context& context, VkBuffer buffer) downloadLoad() argument
1527 copyImageToBuffer(VkImage sourceImage, VkBuffer buffer, const IVec3 size, const VkAccessFlags srcAccessMask, const VkImageLayout oldLayout, const deUint32 numLayers) copyImageToBuffer() argument
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c206 bdlen = buffer[11]; \
207 pagestart = buffer + 12 + bdlen;
388 static unsigned char *buffer = buff_a + OFFSET_HEADER; variable
3918 printf("READ BUFFER reports: buffer capacity=%d, offset boundary=%d\n", in do_scsi_read_buffer()
3925 ("Requested buffer size=%d exceeds reported capacity=%d\n", in do_scsi_read_buffer()
3950 "buffer size than %d KB\n", in do_scsi_read_buffer()
4011 "buffer size than %d KB\n", in do_scsi_read_buffer()
4064 printf("time to read data from buffer was %d.%06d secs", in do_scsi_read_buffer()
4074 ("Read %u MBytes (actual %u MB, %u bytes), buffer size=%d KBytes\n", in do_scsi_read_buffer()
4087 printf("read buffer alway in do_scsi_read_buffer()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1169 GLchar buffer[16]; in checkVarying() local
1170 sprintf(buffer, "%d", i); in checkVarying()
1172 structVariable.append(buffer); in checkVarying()
1342 stream << "Failed to query program for buffer variable: " << variable.m_descriptor.m_name in checkSSB()
1734 /** Initialize buffer instance
1736 * @param buffer Buffer type
1741 void Buffer::Init(BUFFERS buffer, USAGE usage, GLsizeiptr size, GLvoid* data) in Init() argument
1743 /* Delete previous buffer instance */ in Init()
1746 m_buffer = buffer; in Init()
1755 /** Release buffer instanc
1857 Bind(const Functions& gl, GLuint id, BUFFERS buffer) Bind() argument
1872 BindBase(const Functions& gl, GLuint id, BUFFERS buffer, GLuint index) BindBase() argument
1889 BindRange(const Functions& gl, GLuint id, BUFFERS buffer, GLuint index, GLintptr offset, GLsizeiptr size) BindRange() argument
1905 Data(const glw::Functions& gl, BUFFERS buffer, USAGE usage, glw::GLsizeiptr size, glw::GLvoid* data) Data() argument
1922 SubData(const glw::Functions& gl, BUFFERS buffer, glw::GLintptr offset, glw::GLsizeiptr size, glw::GLvoid* data) SubData() argument
1959 Map(const Functions& gl, BUFFERS buffer, ACCESS access) Map() argument
1973 UnMap(const Functions& gl, BUFFERS buffer) UnMap() argument
2015 GetBufferGLenum(BUFFERS buffer) GetBufferGLenum() argument
2098 GetBufferName(BUFFERS buffer) GetBufferName() argument
3950 GLchar buffer[16]; GetReference() local
4157 char buffer[16]; GetDefinition() local
5879 Utils::Buffer* buffer = pair.m_buffer; test() local
6084 prepareBuffer(Utils::Buffer& buffer, bufferDescriptor& desc) test() argument
6596 GLchar buffer[16]; test() local
6806 prepareAttributes(GLuint test_case_index, Utils::ProgramInterface& program_interface, Utils::Buffer& buffer, Utils::VertexArray& vao) test() argument
7001 prepareSSBs(GLuint , Utils::ShaderInterface& si, Utils::Program& program, Utils::Buffer& buffer) test() argument
7111 prepareUniform(Utils::Program& program, Utils::Variable& variable, Utils::Buffer& buffer) test() argument
7149 prepareUniforms(GLuint , Utils::ShaderInterface& si, Utils::Program& program, Utils::Buffer& buffer) test() argument
8487 GLchar buffer[16]; test() local
8546 GLchar buffer[16]; test() local
8603 GLchar buffer[16]; test() local
8734 GLchar buffer[16]; test() local
9394 GLchar buffer[16]; test() local
9865 GLchar buffer[16]; test() local
10354 GLchar buffer[16]; test() local
10706 GLchar buffer[16]; test() local
10979 GLchar buffer[16]; test() local
11452 GLchar buffer[16]; test() local
11826 GLchar buffer[16]; test() local
12199 GLchar buffer[16]; test() local
12500 GLchar buffer[16]; test() local
12824 prepareAttributes(GLuint test_case_index , Utils::ProgramInterface& , Utils::Buffer& buffer, Utils::VertexArray& vao) test() argument
14643 GLchar buffer[16]; test() local
15039 GLchar buffer[16]; test() local
15574 GLchar buffer[16]; test() local
16475 GLchar buffer[16]; test() local
16921 GLchar buffer[32]; test() local
21701 GLchar buffer[16]; test() local
22858 GLchar buffer[16]; test() local
23397 GLchar buffer[16]; test() local
23936 GLchar buffer[16]; test() local
24273 GLchar buffer[16]; test() local
24680 GLchar buffer[16]; test() local
26369 Utils::Buffer* buffer = pair.m_buffer; test() local
26774 Utils::Buffer* buffer = pair.m_buffer; test() local
27151 Utils::Buffer* buffer = pair.m_buffer; test() local
27500 Utils::Buffer* buffer = pair.m_buffer; test() local
27933 char buffer[16]; test() local
[all...]

Completed in 80 milliseconds

1...<<261262263264265266267268269270>>...632