Home
last modified time | relevance | path

Searched refs:transfer_ctx_destroy (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys.h482 void (*transfer_ctx_destroy)(struct pvr_winsys_transfer_ctx *ctx); member
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_context.c1306 device->ws->ops->transfer_ctx_destroy(ctx->ws_ctx); in pvr_transfer_ctx_create()
1331 device->ws->ops->transfer_ctx_destroy(ctx->ws_ctx); in pvr_transfer_ctx_destroy()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv.c586 .transfer_ctx_destroy = pvr_srv_winsys_transfer_ctx_destroy,