Searched refs:flush_ctx (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h129 unsigned flags, void *flush_ctx );
163 unsigned flags, void *flush_ctx)
169 return buf->vtbl->map(buf, flags, flush_ctx);
162 pb_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
H A Dpb_buffer_malloc.c74 void *flush_ctx)
72 malloc_buffer_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_ondemand.c106 unsigned flags, void *flush_ctx)
112 return pb_map(buf->buffer, flags, flush_ctx);
105 pb_ondemand_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_cache.c170 unsigned flags, void *flush_ctx)
173 return pb_map(buf->buffer, flags, flush_ctx);
169 pb_cache_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_debug.c251 unsigned flags, void *flush_ctx)
258 map = pb_map(buf->buffer, flags, flush_ctx);
250 pb_debug_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_mm.c112 void *flush_ctx)
117 /* XXX: it will be necessary to remap here to propagate flush_ctx */
110 mm_buffer_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_pool.c121 pool_buffer_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
127 /* XXX: it will be necessary to remap here to propagate flush_ctx */
H A Dpb_bufmgr_slab.c231 void *flush_ctx)
235 /* XXX: it will be necessary to remap here to propagate flush_ctx */
229 pb_slab_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
H A Dpb_buffer_fenced.c677 unsigned flags, void *flush_ctx)
715 map = pb_map(fenced_buf->buffer, flags, flush_ctx);
676 fenced_buffer_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h129 unsigned flags, void *flush_ctx );
163 unsigned flags, void *flush_ctx)
169 return buf->vtbl->map(buf, flags, flush_ctx);
162 pb_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
H A Dpb_buffer_malloc.c74 void *flush_ctx)
72 malloc_buffer_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_ondemand.c106 unsigned flags, void *flush_ctx)
112 return pb_map(buf->buffer, flags, flush_ctx);
105 pb_ondemand_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_cache.c170 unsigned flags, void *flush_ctx)
173 return pb_map(buf->buffer, flags, flush_ctx);
169 pb_cache_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_debug.c251 unsigned flags, void *flush_ctx)
258 map = pb_map(buf->buffer, flags, flush_ctx);
250 pb_debug_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_mm.c112 void *flush_ctx)
117 /* XXX: it will be necessary to remap here to propagate flush_ctx */
110 mm_buffer_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
H A Dpb_bufmgr_pool.c121 pool_buffer_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
127 /* XXX: it will be necessary to remap here to propagate flush_ctx */
H A Dpb_bufmgr_slab.c231 void *flush_ctx)
235 /* XXX: it will be necessary to remap here to propagate flush_ctx */
229 pb_slab_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
H A Dpb_buffer_fenced.c677 unsigned flags, void *flush_ctx)
715 map = pb_map(fenced_buf->buffer, flags, flush_ctx);
676 fenced_buffer_map(struct pb_buffer *buf, unsigned flags, void *flush_ctx) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c113 void *flush_ctx)
111 vmw_gmr_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c113 void *flush_ctx)
111 vmw_gmr_buffer_map(struct pb_buffer *_buf, unsigned flags, void *flush_ctx) argument

Completed in 439 milliseconds