Searched refs:tu_bo_map (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cs.c | 122 result = tu_bo_map(cs->device, new_bo); in tu_cs_add_bo()
|
D | tu_device.c | 1308 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()
|
D | tu_kgsl.c | 163 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) in tu_bo_map() function
|
D | tu_private.h | 482 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
|
D | tu_descriptor_set.c | 652 ret = tu_bo_map(device, &pool->bo); in tu_CreateDescriptorPool()
|
D | tu_query.c | 326 result = tu_bo_map(device, &pool->bo); in tu_CreateQueryPool()
|
D | tu_drm.c | 358 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) in tu_bo_map() function
|