Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c1080 result = tu_bo_init_new(device, &device->global_bo, global_size, false); in tu_CreateDevice()
1086 result = tu_bo_map(device, &device->global_bo); in tu_CreateDevice()
1092 struct tu6_global *global = device->global_bo.map; in tu_CreateDevice()
1093 tu_init_clear_blit_shaders(device->global_bo.map); in tu_CreateDevice()
1137 tu_bo_finish(device, &device->global_bo); in tu_CreateDevice()
1817 tu6_pack_border_color(device->global_bo.map + gb_offset(bcolor[border_color]), in tu_init_sampler()
Dtu_private.h345 #define global_iova(cmd, member) ((cmd)->device->global_bo.iova + gb_offset(member))
380 struct tu_bo global_bo; member
Dtu_cmd_buffer.c808 A6XX_SP_TP_BORDER_COLOR_BASE_ADDR(.bo = &dev->global_bo, in tu6_init_hw()
811 A6XX_SP_PS_TP_BORDER_COLOR_BASE_ADDR(.bo = &dev->global_bo, in tu6_init_hw()
823 struct tu6_global *global = dev->global_bo.map; in tu6_init_hw()