Searched refs:fenced (Results 1 - 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_batchbuffer.h | 98 size_t offset, boolean fenced) 100 return batch->iws->batchbuffer_reloc(batch, buffer, usage, offset, fenced); 95 i915_winsys_batchbuffer_reloc(struct i915_winsys_batchbuffer *batch, struct i915_winsys_buffer *buffer, enum i915_winsys_buffer_usage usage, size_t offset, boolean fenced) argument
|
H A D | i915_winsys.h | 117 * @fenced relocation needs a fence. 122 unsigned offset, boolean fenced);
|
/external/libdrm/intel/ |
H A D | intel_bufmgr_fake.c | 98 * fenced. 102 * Marks that the block is currently fenced (being used by rendering) 105 unsigned fenced:1; member in struct:block 129 * fenced yet. 136 struct block fenced; member in struct:_bufmgr_fake 465 block->on_hardware, block->fenced); 483 } else if (block->fenced) { 590 * Removes all objects from the fenced list older than the given fence. 599 DRMLISTFOREACHSAFE(block, tmp, &bufmgr_fake->fenced) { 600 assert(block->fenced); [all...] |
/external/mesa3d/src/gallium/winsys/i915/sw/ |
H A D | i915_sw_batchbuffer.c | 72 unsigned pre_add, boolean fenced) 69 i915_sw_batchbuffer_reloc(struct i915_winsys_batchbuffer *ibatch, struct i915_winsys_buffer *buffer, enum i915_winsys_buffer_usage usage, unsigned pre_add, boolean fenced) argument
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
H A D | i915_drm_batchbuffer.c | 98 unsigned pre_add, boolean fenced) 134 if (fenced) 95 i915_drm_batchbuffer_reloc(struct i915_winsys_batchbuffer *ibatch, struct i915_winsys_buffer *buffer, enum i915_winsys_buffer_usage usage, unsigned pre_add, boolean fenced) argument
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_buffer_fenced.c | 30 * Implementation of fenced buffers. 88 * All fenced buffers are placed in this listed, ordered from the oldest 91 struct list_head fenced; member in struct:fenced_manager 191 * Dump the fenced buffer list. 220 curr = fenced_mgr->fenced.next; 222 while(curr != &fenced_mgr->fenced) { 264 * Add the buffer to the fenced list. 281 LIST_ADDTAIL(&fenced_buf->head, &fenced_mgr->fenced); 287 * Remove the buffer from the fenced list, and potentially destroy the buffer 324 * Wait for the fence to expire, and remove it from the fenced lis [all...] |
Completed in 9661 milliseconds