Searched refs:fbuf (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_flush.c76 struct debug_flush_buf *fbuf; member in struct:debug_flush_item
108 struct debug_flush_buf *fbuf = CALLOC_STRUCT(debug_flush_buf); local in function:debug_flush_buf_create
110 if (!fbuf)
113 fbuf->supports_persistent = supports_persistent;
114 fbuf->bt_depth = bt_depth;
115 pipe_reference_init(&fbuf->reference, 1);
116 (void) mtx_init(&fbuf->mutex, mtx_plain);
118 return fbuf;
129 struct debug_flush_buf *fbuf = *dst; local in function:debug_flush_buf_reference
134 for (i = 0; i < fbuf
211 debug_flush_map(struct debug_flush_buf * fbuf,unsigned flags) argument
267 debug_flush_unmap(struct debug_flush_buf * fbuf) argument
301 debug_flush_cb_reference(struct debug_flush_ctx * fctx,struct debug_flush_buf * fbuf) argument
344 struct debug_flush_buf *fbuf = item->fbuf; local in function:debug_flush_might_flush_cb
[all...]
H A Du_debug_flush.h91 * @param fbuf The buffer representation to map.
96 void debug_flush_map(struct debug_flush_buf *fbuf, unsigned flags);
101 * @param fbuf The buffer representation to map.
106 void debug_flush_unmap(struct debug_flush_buf *fbuf);
135 struct debug_flush_buf *fbuf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_flush.c67 struct debug_flush_buf *fbuf; member in struct:debug_flush_item
111 struct debug_flush_buf *fbuf = CALLOC_STRUCT(debug_flush_buf); local in function:debug_flush_buf_create
113 if (!fbuf)
116 fbuf->supports_unsync = supports_unsync;
117 fbuf->bt_depth = bt_depth;
118 pipe_reference_init(&fbuf->reference, 1);
119 (void) mtx_init(&fbuf->mutex, mtx_plain);
121 return fbuf;
132 struct debug_flush_buf *fbuf = *dst; local in function:debug_flush_buf_reference
135 FREE(fbuf
212 debug_flush_map(struct debug_flush_buf * fbuf,unsigned flags) argument
253 debug_flush_unmap(struct debug_flush_buf * fbuf) argument
277 debug_flush_cb_reference(struct debug_flush_ctx * fctx,struct debug_flush_buf * fbuf) argument
323 struct debug_flush_buf *fbuf = item->fbuf; local in function:debug_flush_might_flush_cb
[all...]
H A Du_debug_flush.h91 * @param fbuf The buffer representation to map.
96 void debug_flush_map(struct debug_flush_buf *fbuf, unsigned flags);
101 * @param fbuf The buffer representation to map.
106 void debug_flush_unmap(struct debug_flush_buf *fbuf);
135 struct debug_flush_buf *fbuf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c293 struct debug_flush_buf *fbuf; member in struct:svga_winsys_buffer
318 buf->fbuf = debug_flush_buf_create(TRUE, VMW_DEBUG_FLUSH_STACK);
325 return buffer->fbuf;
338 debug_flush_buf_reference(&buf->fbuf, NULL);
372 debug_flush_map(buf->fbuf, flags);
386 debug_flush_unmap(buf->fbuf);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c304 struct debug_flush_buf *fbuf; member in struct:svga_winsys_buffer
329 buf->fbuf = debug_flush_buf_create(FALSE, VMW_DEBUG_FLUSH_STACK);
336 return buffer->fbuf;
349 debug_flush_buf_reference(&buf->fbuf, NULL);
383 debug_flush_map(buf->fbuf, pb_flags);
397 debug_flush_unmap(buf->fbuf);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dz4l.c375 struct v4l2_framebuffer fbuf; local in function:z4l_ovly_pixfmt
378 memset(&fbuf, 0, sizeof(fbuf));
379 IoCtl(pPriv->fd, VIDIOC_G_FBUF, &fbuf, 1);
380 fbuf.fmt.pixelformat = pixfmt;
381 fbuf.base = NULL;
382 IoCtl(pPriv->fd, VIDIOC_S_FBUF, &fbuf, 1);
546 struct v4l2_framebuffer fbuf; local in function:z4l_ovly_set_keymode
548 memset(&fbuf, 0, sizeof(fbuf));
568 struct v4l2_framebuffer fbuf; local in function:z4l_ovly_get_keymode
588 struct v4l2_framebuffer fbuf; local in function:z4l_ovly_set_encoding
1328 struct v4l2_framebuffer fbuf; local in function:Z4lInit
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.h118 unsigned long fbuf; member in struct:xgi_framebuf
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_framebuffer.h71 struct zink_framebuffer *fbuf);
/xsrc/external/mit/xtrans/dist/
H A DXtransutil.c565 struct stat fbuf; local in function:trans_mkdir
567 if (fstat(fd, &fbuf) == -1) {
577 if (!S_ISDIR(fbuf.st_mode) ||
578 buf.st_dev != fbuf.st_dev ||
579 buf.st_ino != fbuf.st_ino) {

Completed in 9 milliseconds