Searched refs:tu_bo_map (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_cs.c | 143 result = tu_bo_map(dev, new_bo);
|
| H A D | tu_device.c | 140 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) function in typeref:typename:VkResult 1495 result = tu_bo_map(device, &mem->bo);
|
| H A D | tu_private.h | 493 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
|
| H A D | tu_pipeline.c | 1459 result = tu_bo_map(builder->device, bo);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_cs.c | 122 result = tu_bo_map(cs->device, new_bo);
|
| H A D | tu_device.c | 1308 if (tu_bo_map(device, bo) != VK_SUCCESS) { 1522 result = tu_bo_map(device, &device->global_bo); 1975 result = tu_bo_map(device, &mem->bo); 2149 result = tu_bo_map(device, &event->bo);
|
| H A D | tu_kgsl.c | 163 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) function in typeref:typename:VkResult
|
| H A D | tu_private.h | 482 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
|
| H A D | tu_descriptor_set.c | 652 ret = tu_bo_map(device, &pool->bo);
|
| H A D | tu_query.c | 326 result = tu_bo_map(device, &pool->bo);
|
| H A D | tu_drm.c | 358 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) function in typeref:typename:VkResult
|
Completed in 27 milliseconds