Searched refs:read (Results 1 - 25 of 772) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daub_read.c61 parse_error(struct aub_read *read, const uint32_t *p, const char *fmt, ...) argument
63 if (!read->error)
71 read->error(read->user_data, p, msg);
77 handle_trace_header(struct aub_read *read, const uint32_t *p) argument
88 if (!intel_get_device_info_from_pci_id(aub_pci_id, &read->devinfo)) {
89 parse_error(read, p,
100 if (read->info)
101 read->info(read
107 handle_memtrace_version(struct aub_read * read,const uint32_t * p) argument
132 handle_trace_block(struct aub_read * read,const uint32_t * p) argument
176 handle_memtrace_reg_write(struct aub_read * read,const uint32_t * p) argument
260 handle_memtrace_mem_write(struct aub_read * read,const uint32_t * p) argument
288 aub_read_command(struct aub_read * read,const void * data,uint32_t data_len) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daub_read.c63 parse_error(struct aub_read *read, const uint32_t *p, const char *fmt, ...) argument
65 if (!read->error)
73 read->error(read->user_data, p, msg);
79 handle_trace_header(struct aub_read *read, const uint32_t *p) argument
90 if (!gen_get_device_info(aub_pci_id, &read->devinfo)) {
91 parse_error(read, p,
102 if (read->info)
103 read->info(read
109 handle_memtrace_version(struct aub_read * read,const uint32_t * p) argument
134 handle_trace_block(struct aub_read * read,const uint32_t * p) argument
178 handle_memtrace_reg_write(struct aub_read * read,const uint32_t * p) argument
262 handle_memtrace_mem_write(struct aub_read * read,const uint32_t * p) argument
290 aub_read_command(struct aub_read * read,const void * data,uint32_t data_len) argument
[all...]
/xsrc/external/mit/MesaLib/dist/bin/
H A Dmeson_get_version.py29 version = f.read().strip()
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_file.c24 ssize_t ret = read(fd, buf + total, len - total);
47 * the file is just a few bytes larger when we read it than when we
59 /* Pre-allocate a buffer at least the size of the file if we can read
73 ssize_t read; local in function:os_read_file
75 while ((read = readN(fd, buf + offset, remaining)) == remaining) {
86 offset += read;
92 if (read > 0)
93 offset += read;
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dmeson_get_version.py30 version = f.read().strip()
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rbug/
H A Drbug_connection.c76 size_t read = 0; local in function:rbug_get_message
93 uint8_t *ptr = ((uint8_t*)data) + read;
94 ret = u_socket_recv(c->socket, ptr, length - read);
101 read += ret;
102 } while(read < length);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/
H A Drbug_connection.c76 size_t read = 0; local in function:rbug_get_message
93 uint8_t *ptr = ((uint8_t*)data) + read;
94 ret = u_socket_recv(c->socket, ptr, length - read);
101 read += ret;
102 } while(read < length);
/xsrc/external/mit/mesa-demos/dist/src/rbug/
H A Dtex_dump.c38 struct rbug_proto_texture_read_reply *read,
42 uint8_t *data = read->data;
46 unsigned src_stride = read->stride;
80 struct rbug_proto_texture_read_reply *read; local in function:talk
111 read = (struct rbug_proto_texture_read_reply *)header2;
113 dump(list->textures[i], info, read, j);
36 dump(rbug_texture_t tex,struct rbug_proto_texture_info_reply * info,struct rbug_proto_texture_read_reply * read,int mip) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_fence.h35 uint64_t read; member in struct:swr_fence
61 return (fence->read == fence->write);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_fence.h35 uint64_t read; member in struct:swr_fence
61 return (fence->read == fence->write);
/xsrc/external/mit/brotli/dist/python/tests/
H A Dcompress_test.py24 out_file.write(brotli.decompress(in_file.read(), **kwargs))
31 out_file.write(brotli.compress(in_file.read(), **kwargs))
H A Dcompressor_test.py30 out_file.write(brotli.decompress(in_file.read()))
38 out_file.write(self.compressor.process(in_file.read()))
47 read_chunk = functools.partial(in_file.read, self.CHUNK_SIZE)
58 read_chunk = functools.partial(in_file.read, self.CHUNK_SIZE)
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dgeneric_bus.h25 Bool (*read)(GENERIC_BUS_Ptr, uint32_t, uint32_t, uint8_t *); member in struct:_GENERIC_BUS_Rec
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglcontext.c734 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read) argument
744 if (draw || read)
751 && (draw == NULL || read == NULL))
757 * "If ctx is current to some other thread, or if either draw or read are
772 if (read && read->CurrentContext && read->CurrentContext != ctx) {
773 if (read->CurrentContext->Binding != t)
781 (read && read
808 _eglBindContext(_EGLContext * ctx,_EGLSurface * draw,_EGLSurface * read,_EGLContext ** old_ctx,_EGLSurface ** old_draw,_EGLSurface ** old_read) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglcontext.c738 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read) argument
748 if (draw || read)
755 && (draw == NULL || read == NULL))
761 * "If ctx is current to some other thread, or if either draw or read are
776 if (read && read->CurrentContext && read->CurrentContext != ctx) {
777 if (read->CurrentContext->Binding != t)
785 (read && read
812 _eglBindContext(_EGLContext * ctx,_EGLSurface * draw,_EGLSurface * read,_EGLContext ** old_ctx,_EGLSurface ** old_draw,_EGLSurface ** old_read) argument
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dftglue.c31 #undef read /* XXX: SSP/FORTIFY */
87 if ( stream->read )
89 if ( stream->read( stream, pos, 0, 0 ) )
109 if ( stream->read )
118 /* read it */
119 read_bytes = stream->read( stream, stream->pos,
155 if ( stream->read )
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_access.c53 gather_buffer_access(struct access_state *state, nir_ssa_def *def, bool read, bool write) argument
55 state->buffers_read |= read;
64 if (read)
70 if (read)
82 bool read, write; local in function:gather_intrinsic
101 read = instr->intrinsic != nir_intrinsic_image_deref_store;
111 state->buffers_read |= read;
114 state->images_read |= read;
118 if (var->data.mode == nir_var_uniform && read)
140 read
[all...]
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dinfutil.h56 Bytef *read; /* window read pointer */ member in struct:inflate_blocks_state
78 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q)
80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tes.cpp225 vec4_instruction *read = local in function:brw::vec4_tes_visitor::nir_emit_intrinsic
227 read->offset = imm_offset;
228 read->urb_write_flags = BRW_URB_WRITE_PER_SLOT_OFFSET;
246 vec4_instruction *read = local in function:brw::vec4_tes_visitor::nir_emit_intrinsic
248 read->offset = imm_offset;
249 read->urb_write_flags = BRW_URB_WRITE_PER_SLOT_OFFSET;
252 read = emit(VEC4_OPCODE_URB_READ, byte_offset(temp_d, REG_SIZE),
254 read->offset = imm_offset + 1;
255 read->urb_write_flags = BRW_URB_WRITE_PER_SLOT_OFFSET;
/xsrc/external/mit/freetype/dist/src/base/
H A Dftstream.c13 * this file you indicate that you have read the license and
42 stream->read = NULL;
62 if ( stream->read )
64 if ( stream->read( stream, pos, 0, 0 ) )
136 if ( stream->read )
137 read_bytes = stream->read( stream, pos, buffer, count );
152 " invalid read; expected %lu bytes, got %lu\n",
173 if ( stream->read )
174 read_bytes = stream->read( stream, stream->pos, buffer, count );
217 if ( stream && stream->read )
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dcheck_output.py146 def read(self, num=4294967296): member in class:StringStream
163 line += self.read(1)
164 self.read(1)
170 self.read(1)
175 num += self.read(1)
185 res += self.read(1)
238 c = pattern.read(1)
267 val += output.read(1)
274 if output.read(1) != '%':
290 pattern.read(
[all...]
/xsrc/external/mit/libdrm/dist/man/
H A DdrmHandleEvent.3.rst6 read and process pending DRM events
25 the DRM file-descriptor has polled readable; it will read the events and
49 read from the file-descriptor. Returns -1 if the read on the
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Dtest-assembly.py63 cases = f.read().split('\n')
71 cases = f.read().split('\n')
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcurrent.c179 GLXDrawable read, GLXContext gc_user)
196 gc->currentDrawable == draw && gc->currentReadable == read) {
202 if (!!draw != !!read) {
224 if (gc->vtable->bind(gc, oldGC, draw, read) != Success) {
235 gc->currentReadable = read;
178 MakeContextCurrent(Display * dpy,GLXDrawable draw,GLXDrawable read,GLXContext gc_user) argument
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcurrent.c179 GLXDrawable read, GLXContext gc_user,
197 gc->currentDrawable == draw && gc->currentReadable == read) {
203 if (!!draw != !!read) {
225 if (gc->vtable->bind(gc, oldGC, draw, read) != Success) {
235 gc->currentReadable = read;
178 MakeContextCurrent(Display * dpy,GLXDrawable draw,GLXDrawable read,GLXContext gc_user,int opcode) argument

Completed in 19 milliseconds

1234567891011>>