Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1515 result = tu_bo_init_new(device, &device->global_bo, global_size, in tu_CreateDevice()
1522 result = tu_bo_map(device, &device->global_bo); in tu_CreateDevice()
1528 struct tu6_global *global = device->global_bo.map; in tu_CreateDevice()
1654 tu_bo_finish(device, &device->global_bo); in tu_CreateDevice()
2323 tu6_pack_border_color(device->global_bo.map + gb_offset(bcolor[border_color]), in tu_init_sampler()
Dtu_private.h361 #define global_iova(cmd, member) ((cmd)->device->global_bo.iova + gb_offset(member))
394 struct tu_bo global_bo; member
Dtu_cmd_buffer.c847 A6XX_SP_TP_BORDER_COLOR_BASE_ADDR(.bo = &dev->global_bo, in tu6_init_hw()
850 A6XX_SP_PS_TP_BORDER_COLOR_BASE_ADDR(.bo = &dev->global_bo, in tu6_init_hw()
862 struct tu6_global *global = dev->global_bo.map; in tu6_init_hw()
Dtu_clear_blit.c557 struct tu6_global *global = dev->global_bo.map; in compile_shader()
563 dev->global_shader_va[idx] = dev->global_bo.iova + in compile_shader()