Home
last modified time | relevance | path

Searched refs:global_bo (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs_breadcrumbs.c87 (struct tu6_global *) ctx->device->global_bo->map; in sync_gpu_with_cpu()
178 struct tu6_global *global = device->global_bo->map; in tu_breadcrumbs_init()
248 cs, device->global_bo->iova + gb_offset(breadcrumb_gpu_sync_seqno)); in tu_cs_emit_sync_breadcrumb()
256 cs, device->global_bo->iova + gb_offset(breadcrumb_cpu_sync_seqno)); in tu_cs_emit_sync_breadcrumb()
Dtu_device.h202 #define global_iova(cmd, member) ((cmd)->device->global_bo->iova + gb_offset(member))
231 struct tu_bo *global_bo; member
Dtu_dynamic_rendering.c34 struct tu6_global *global = dev->global_bo->map; in get_cmd_buffer()
Dtu_autotune.c89 const struct tu6_global *global = at->device->global_bo->map; in get_autotune_fence()
106 tu_cs_emit_qw(fence_cs, dev->global_bo->iova + gb_offset(autotune_fence)); in create_submission_data()
Dtu_util.c258 struct tu6_global *global = device->global_bo->map; in tu_dbg_log_gmem_load_store_skips()
Dtu_device.c1907 result = tu_bo_init_new(device, &device->global_bo, global_size, in tu_CreateDevice()
1914 result = tu_bo_map(device, device->global_bo); in tu_CreateDevice()
1920 struct tu6_global *global = device->global_bo->map; in tu_CreateDevice()
2059 tu_bo_finish(device, device->global_bo); in tu_CreateDevice()
2759 tu6_pack_border_color(device->global_bo->map + gb_offset(bcolor[border_color]), in tu_init_sampler()
Dtu_cmd_buffer.c897 A6XX_SP_TP_BORDER_COLOR_BASE_ADDR(.bo = dev->global_bo, in tu6_init_hw()
900 A6XX_SP_PS_TP_BORDER_COLOR_BASE_ADDR(.bo = dev->global_bo, in tu6_init_hw()
912 struct tu6_global *global = dev->global_bo->map; in tu6_init_hw()
Dtu_clear_blit.c657 struct tu6_global *global = dev->global_bo->map; in compile_shader()
664 dev->global_shader_va[idx] = dev->global_bo->iova + in compile_shader()