Searched refs:pb_map (Results 1 - 18 of 18) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_ondemand.c | 112 return pb_map(buf->buffer, flags, flush_ctx); 153 map = pb_map(buf->buffer, PB_USAGE_CPU_READ, NULL);
|
H A D | pb_bufmgr_debug.c | 161 map = pb_map(buf->buffer, PB_USAGE_CPU_WRITE, NULL); 182 map = pb_map(buf->buffer, 258 map = pb_map(buf->buffer, flags, flush_ctx);
|
H A D | pb_buffer.h | 162 pb_map(struct pb_buffer *buf, function
|
H A D | pb_bufmgr_cache.c | 173 return pb_map(buf->buffer, flags, flush_ctx); 247 void *ptr = pb_map(buf->buffer, PB_USAGE_DONTBLOCK, NULL);
|
H A D | pb_bufmgr_mm.c | 273 mm->map = pb_map(mm->buffer,
|
H A D | pb_bufmgr_pool.c | 288 pool->map = pb_map(pool->buffer,
|
H A D | pb_buffer_fenced.c | 627 map = pb_map(fenced_buf->buffer, PB_USAGE_CPU_WRITE, NULL); 647 map = pb_map(fenced_buf->buffer, PB_USAGE_CPU_READ, NULL); 715 map = pb_map(fenced_buf->buffer, flags, flush_ctx);
|
H A D | pb_bufmgr_slab.c | 320 slab->virtual = pb_map(slab->bo,
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_ondemand.c | 112 return pb_map(buf->buffer, flags, flush_ctx); 153 map = pb_map(buf->buffer, PB_USAGE_CPU_READ, NULL);
|
H A D | pb_bufmgr_debug.c | 161 map = pb_map(buf->buffer, PB_USAGE_CPU_WRITE, NULL); 182 map = pb_map(buf->buffer, 258 map = pb_map(buf->buffer, flags, flush_ctx);
|
H A D | pb_buffer.h | 162 pb_map(struct pb_buffer *buf, function
|
H A D | pb_bufmgr_cache.c | 173 return pb_map(buf->buffer, flags, flush_ctx); 247 void *ptr = pb_map(buf->buffer, PB_USAGE_DONTBLOCK, NULL);
|
H A D | pb_bufmgr_mm.c | 273 mm->map = pb_map(mm->buffer,
|
H A D | pb_bufmgr_pool.c | 288 pool->map = pb_map(pool->buffer,
|
H A D | pb_buffer_fenced.c | 627 map = pb_map(fenced_buf->buffer, PB_USAGE_CPU_WRITE, NULL); 647 map = pb_map(fenced_buf->buffer, PB_USAGE_CPU_READ, NULL); 715 map = pb_map(fenced_buf->buffer, flags, flush_ctx);
|
H A D | pb_bufmgr_slab.c | 320 slab->virtual = pb_map(slab->bo,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_svga.c | 97 return pb_map(vmw_pb_buffer(buf), flags, NULL);
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_svga.c | 97 return pb_map(vmw_pb_buffer(buf), flags, NULL);
|
Completed in 1237 milliseconds