Searched refs:renderonly_get_handle (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/renderonly/ |
H A D | renderonly.h | 68 * renderonly_get_handle with the scanout resource, even if the scanout 95 renderonly_get_handle(struct renderonly_scanout *scanout, in renderonly_get_handle() function
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.c | 842 return renderonly_get_handle(scanout, whandle); in fd_screen_bo_get_handle()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_resource.c | 593 return renderonly_get_handle(scanout, handle); in etna_resource_get_handle()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_resource.c | 441 if (renderonly_get_handle(rsc->scanout, whandle)) { in v3d_resource_get_handle() 952 * display's fd, so that a later renderonly_get_handle() in v3d_resource_from_handle()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_resource.c | 315 return renderonly_get_handle(rsc->scanout, whandle); in vc4_resource_get_handle() 700 * display's fd, so that a later renderonly_get_handle() in vc4_resource_from_handle()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_resource.c | 387 * display's fd, so that a later renderonly_get_handle() in lima_resource_from_handle() 421 return renderonly_get_handle(res->scanout, handle); in lima_resource_get_handle()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.c | 165 return renderonly_get_handle(scanout, handle); in panfrost_resource_get_handle()
|
Completed in 13 milliseconds