Home
last modified time | relevance | path

Searched refs:bo_export (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h58 struct bo_export { struct
Dzink_bo.c132 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/
Dcrocus_bufmgr.c125 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/
Diris_bufmgr.c157 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()