Home
last modified time | relevance | path

Searched refs:u_transfer_helper_transfer_unmap (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.h119 void u_transfer_helper_transfer_unmap(struct pipe_context *pctx,
Du_transfer_helper.c490 u_transfer_helper_transfer_unmap(struct pipe_context *pctx, in u_transfer_helper_transfer_unmap() function
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1158 pctx->transfer_unmap = u_transfer_helper_transfer_unmap; in v3d_resource_context_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1148 pctx->transfer_unmap = u_transfer_helper_transfer_unmap; in vc4_resource_context_init()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1203 pctx->transfer_unmap = u_transfer_helper_transfer_unmap; in panfrost_resource_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1426 pctx->transfer_unmap = u_transfer_helper_transfer_unmap; in fd_resource_context_init()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2247 ctx->transfer_unmap = u_transfer_helper_transfer_unmap; in iris_init_resource_functions()