HomeSort by relevance Sort by last modified time
    Searched refs:ilo_resource_get_vma (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.h 137 ilo_resource_get_vma(struct pipe_resource *res) function
ilo_transfer.c 275 vma = ilo_resource_get_vma(xfer->base.resource);
279 vma = ilo_resource_get_vma(xfer->base.resource);
283 vma = ilo_resource_get_vma(xfer->base.resource);
290 vma = ilo_resource_get_vma(xfer->staging.res);
334 intel_bo_unmap(ilo_resource_get_vma(xfer->base.resource)->bo);
337 intel_bo_unmap(ilo_resource_get_vma(xfer->staging.res)->bo);
1068 if (is_bo_busy(ilo, ilo_resource_get_vma(res)->bo, &need_submit)) {
    [all...]
ilo_render_surface.c 52 info.vma = ilo_resource_get_vma(so->buffer);
486 info.vma = ilo_resource_get_vma(session->input->buffer);
549 info.vma = ilo_resource_get_vma(bindings[i].resource);
ilo_draw.c 459 vma = ilo_resource_get_vma(ib->state.buffer);
ilo_state.c 382 cbuf->cso[i].info.vma = ilo_resource_get_vma(cbuf->cso[i].resource);
468 info.vma = ilo_resource_get_vma(vec->ib.hw_resource);
532 info.vma = ilo_resource_get_vma(cso->buffer);
    [all...]

Completed in 158 milliseconds