Searched refs:packet_size (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimTransR.c111 int packet_size; local in function:_XimReadData
121 packet_size = 0;
127 packet_size = _CheckProtocolData(im, hold_buf);
128 if (packet_size > buf_size) {
129 *len = (INT16)packet_size;
132 if (packet_size <= data_len) {
133 memcpy(buf, hold_buf, packet_size);
134 for (i = packet_size; i < data_len; i++) {
152 *len = (INT16)packet_size;
163 if (!packet_size) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c745 uint32_t nr_attributes, nr_relocs, packet_size; local in function:validate_gl_shader_rec
751 packet_size = gl_shader_rec_size(state->addr);
764 if (packet_size > exec->shader_rec_size) {
767 packet_size, exec->shader_rec_size);
772 memcpy(pkt_v, pkt_u, packet_size);
773 exec->shader_rec_u += packet_size;
779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4);
780 exec->shader_rec_v += roundup(packet_size, 16);
781 exec->shader_rec_size -= packet_size;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c745 uint32_t nr_attributes, nr_relocs, packet_size; local in function:validate_gl_shader_rec
751 packet_size = gl_shader_rec_size(state->addr);
764 if (packet_size > exec->shader_rec_size) {
767 packet_size, exec->shader_rec_size);
772 memcpy(pkt_v, pkt_u, packet_size);
773 exec->shader_rec_u += packet_size;
779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4);
780 exec->shader_rec_v += roundup(packet_size, 16);
781 exec->shader_rec_size -= packet_size;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_emit.c935 unsigned packet_size = (vertex_array_count * 3 + 1) / 2; local in function:r300_emit_vertex_arrays
941 BEGIN_CS(2 + packet_size + vertex_array_count * 2);
942 OUT_CS_PKT3(R300_PACKET3_3D_LOAD_VBPNTR, packet_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_emit.c938 unsigned packet_size = (vertex_array_count * 3 + 1) / 2; local in function:r300_emit_vertex_arrays
944 BEGIN_CS(2 + packet_size + vertex_array_count * 2);
945 OUT_CS_PKT3(R300_PACKET3_3D_LOAD_VBPNTR, packet_size);
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl2.hpp5283 * @param packet_size Size in bytes of a single packet of the pipe.
5289 cl_uint packet_size,
5296 object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error);
5308 * @param packet_size Size in bytes of a single packet of the pipe.
5313 cl_uint packet_size,
5322 object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error);
5287 Pipe(const Context & context,cl_uint packet_size,cl_uint max_packets,cl_int * err=NULL) argument
5312 Pipe(cl_uint packet_size,cl_uint max_packets,cl_int * err=NULL) argument
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp5427 * @param packet_size Size in bytes of a single packet of the pipe.
5433 cl_uint packet_size,
5440 object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error);
5452 * @param packet_size Size in bytes of a single packet of the pipe.
5457 cl_uint packet_size,
5466 object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error);
5431 Pipe(const Context & context,cl_uint packet_size,cl_uint max_packets,cl_int * err=NULL) argument
5456 Pipe(cl_uint packet_size,cl_uint max_packets,cl_int * err=NULL) argument

Completed in 32 milliseconds