Home
last modified time | relevance | path

Searched refs:is_user_ptr (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.h88 return item->real_buffer->b.is_user_ptr; in is_item_user_ptr()
Dr600_buffer_common.c229 if (rbuffer->b.is_user_ptr) in r600_invalidate_buffer()
344 if (rbuffer->b.is_user_ptr) in r600_buffer_transfer_map()
507 if (rtransferr->compute_global_bo && !rtransferr->b.is_user_ptr) { in r600_buffer_transfer_unmap()
630 rbuffer->b.is_user_ptr = true; in r600_buffer_from_user_memory()
Devergreen_compute.c1283 if (buffer->base.b.is_user_ptr) in r600_compute_global_transfer_map()
1322 if (buffer->base.b.is_user_ptr) in r600_compute_global_buffer_destroy()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h70 bool is_user_ptr; member
Damdgpu_bo.c173 if (!bo->u.real.is_user_ptr && bo->u.real.cpu_ptr) { in amdgpu_bo_destroy()
177 assert(bo->u.real.is_user_ptr || bo->u.real.map_count == 0); in amdgpu_bo_destroy()
252 assert(!(bo->base.usage & RADEON_FLAG_SPARSE) && bo->bo && !bo->u.real.is_user_ptr); in amdgpu_bo_do_map()
378 if (real->u.real.is_user_ptr) { in amdgpu_bo_map()
415 if (real->u.real.is_user_ptr) in amdgpu_bo_unmap()
1694 bo->u.real.is_user_ptr = true; in amdgpu_bo_from_ptr()
1730 return bo->bo ? bo->u.real.is_user_ptr : false; in amdgpu_bo_is_user_ptr()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h78 bool is_user_ptr; member
Dzink_bo.c143 if (!bo->u.real.is_user_ptr && bo->u.real.cpu_ptr) { in bo_destroy()
Dzink_resource.c1739 if (res->base.is_user_ptr) in zink_buffer_map()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c263 if (buf->b.is_user_ptr) in si_invalidate_buffer()
359 if (buf->b.is_user_ptr) in si_buffer_transfer_map()
637 buf->b.is_user_ptr = true; in si_buffer_from_user_memory()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h365 bool is_user_ptr; member
Du_threaded_context.c717 tres->is_user_ptr = false; in threaded_resource_init()
2058 tbuf->is_user_ptr || in tc_invalidate_buffer()
2190 tres->is_user_ptr) in tc_improve_map_buffer_flags()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1311 res->base.is_user_ptr = true; in iris_resource_from_user_memory()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst3407 - winsys/amdgpu: move amdgpu_winsys_bo::is_user_ptr to the u.real union