Searched defs:bo_export (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.h | 58 struct bo_export { struct
|
H A D | zink_bo.c | 132 list_for_each_entry_safe(struct bo_export, export, &bo->u.real.exports, link) { in bo_destroy() argument 1130 list_for_each_entry(struct bo_export, export, &bo->u.real.exports, link) { in zink_bo_get_kms_handle() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A 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() argument 1452 list_for_each_entry(struct bo_export, iter, &bo->exports, link) { in crocus_bo_export_gem_handle_for_device() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A 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() argument 2082 list_for_each_entry(struct bo_export, iter, &bo->real.exports, link) { in iris_bo_export_gem_handle_for_device() argument
|
Completed in 9 milliseconds