Searched refs:bo_export (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_bo.h | 58 struct bo_export { struct
|
D | zink_bo.c | 132 list_for_each_entry_safe(struct bo_export, export, &bo->u.real.exports, link) { in bo_destroy() 1130 list_for_each_entry(struct bo_export, export, &bo->u.real.exports, link) { in zink_bo_get_kms_handle() 1137 struct bo_export *export = CALLOC_STRUCT(bo_export); in zink_bo_get_kms_handle()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 125 struct bo_export { struct 616 list_for_each_entry_safe(struct bo_export, export, &bo->exports, link) { in bo_close() 1429 struct bo_export *export = calloc(1, sizeof(*export)); in crocus_bo_export_gem_handle_for_device() 1452 list_for_each_entry(struct bo_export, iter, &bo->exports, link) { in crocus_bo_export_gem_handle_for_device()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 157 struct bo_export { struct 1326 list_for_each_entry_safe(struct bo_export, export, &bo->real.exports, link) { in bo_close() 2059 struct bo_export *export = calloc(1, sizeof(*export)); in iris_bo_export_gem_handle_for_device() 2082 list_for_each_entry(struct bo_export, iter, &bo->real.exports, link) { in iris_bo_export_gem_handle_for_device()
|