Searched defs:fence_bo (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.h | 27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo; member in struct:nouveau_decoder
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
H A D | r600_hw_context.c | 238 void si_context_emit_fence(struct r600_context *ctx, struct si_resource *fence_bo, unsigned offset, unsigned value) argument 245 va = r600_resource_va(&ctx->screen->screen, (void*)fence_bo); 258 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, fence_bo, RADEON_USAGE_WRITE);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_video.h | 27 struct nouveau_bo *cmd_bo, *data_bo, *fence_bo; member in struct:nouveau_decoder
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | r600_hw_context.c | 238 void si_context_emit_fence(struct r600_context *ctx, struct si_resource *fence_bo, unsigned offset, unsigned value) argument 245 va = r600_resource_va(&ctx->screen->screen, (void*)fence_bo); 258 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, fence_bo, RADEON_USAGE_WRITE);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
H A D | r600_hw_context.c | 1027 void r600_context_emit_fence(struct r600_context *ctx, struct r600_resource *fence_bo, unsigned offset, unsigned value) argument 1034 va = r600_resource_va(&ctx->screen->screen, (void*)fence_bo); 1046 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, fence_bo, RADEON_USAGE_WRITE);
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_hw_context.c | 1027 void r600_context_emit_fence(struct r600_context *ctx, struct r600_resource *fence_bo, unsigned offset, unsigned value) argument 1034 va = r600_resource_va(&ctx->screen->screen, (void*)fence_bo); 1046 cs->buf[cs->cdw++] = r600_context_bo_reloc(ctx, fence_bo, RADEON_USAGE_WRITE);
|
Completed in 196 milliseconds