Searched refs:tu_bo_map (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cs.c143 result = tu_bo_map(dev, new_bo);
H A Dtu_device.c140 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 Dtu_private.h493 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
H A Dtu_pipeline.c1459 result = tu_bo_map(builder->device, bo);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cs.c122 result = tu_bo_map(cs->device, new_bo);
H A Dtu_device.c1308 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 Dtu_kgsl.c163 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) function in typeref:typename:VkResult
H A Dtu_private.h482 tu_bo_map(struct tu_device *dev, struct tu_bo *bo);
H A Dtu_descriptor_set.c652 ret = tu_bo_map(device, &pool->bo);
H A Dtu_query.c326 result = tu_bo_map(device, &pool->bo);
H A Dtu_drm.c358 tu_bo_map(struct tu_device *dev, struct tu_bo *bo) function in typeref:typename:VkResult

Completed in 27 milliseconds