Home
last modified time | relevance | path

Searched refs:tu_bo_map (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs.c122 result = tu_bo_map(cs->device, new_bo); in tu_cs_add_bo()
Dtu_device.c1308 if (tu_bo_map(device, bo) != VK_SUCCESS) { in tu_trace_read_ts()
1522 result = tu_bo_map(device, &device->global_bo); in tu_CreateDevice()
1975 result = tu_bo_map(device, &mem->bo); in tu_MapMemory()
2149 result = tu_bo_map(device, &event->bo); in tu_CreateEvent()
Dtu_kgsl.c163 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) in tu_bo_map() function
Dtu_private.h482 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
Dtu_descriptor_set.c652 ret = tu_bo_map(device, &pool->bo); in tu_CreateDescriptorPool()
Dtu_query.c326 result = tu_bo_map(device, &pool->bo); in tu_CreateQueryPool()
Dtu_drm.c358 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) in tu_bo_map() function