Home
last modified time | relevance | path

Searched refs:ilo_resource_get_vma (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_transfer.c275 vma = ilo_resource_get_vma(xfer->base.resource); in xfer_map()
279 vma = ilo_resource_get_vma(xfer->base.resource); in xfer_map()
283 vma = ilo_resource_get_vma(xfer->base.resource); in xfer_map()
290 vma = ilo_resource_get_vma(xfer->staging.res); in xfer_map()
334 intel_bo_unmap(ilo_resource_get_vma(xfer->base.resource)->bo); in xfer_unmap()
337 intel_bo_unmap(ilo_resource_get_vma(xfer->staging.res)->bo); in xfer_unmap()
1068 if (is_bo_busy(ilo, ilo_resource_get_vma(res)->bo, &need_submit)) { in choose_transfer_method()
1116 const struct ilo_vma *staging_vma = ilo_resource_get_vma(staging); in buf_pwrite()
Dilo_resource.h137 ilo_resource_get_vma(struct pipe_resource *res) in ilo_resource_get_vma() function
Dilo_render_surface.c52 info.vma = ilo_resource_get_vma(so->buffer); in gen6_so_SURFACE_STATE()
486 info.vma = ilo_resource_get_vma(session->input->buffer); in gen6_emit_launch_grid_surface_const()
549 info.vma = ilo_resource_get_vma(bindings[i].resource); in gen6_emit_launch_grid_surface_global()
Dilo_state.c382 cbuf->cso[i].info.vma = ilo_resource_get_vma(cbuf->cso[i].resource); in finalize_cbuf_state()
468 info.vma = ilo_resource_get_vma(vec->ib.hw_resource); in finalize_index_buffer()
532 info.vma = ilo_resource_get_vma(cso->buffer); in finalize_vertex_buffers()
1565 cso->info.vma = ilo_resource_get_vma(buf[i].buffer); in ilo_set_constant_buffer()
1949 info.vma = ilo_resource_get_vma(res); in ilo_create_stream_output_target()
2021 info.vma = ilo_resource_get_vma(res); in ilo_create_sampler_view()
Dilo_draw.c459 vma = ilo_resource_get_vma(ib->state.buffer); in draw_vbo_with_sw_restart()