Home
last modified time | relevance | path

Searched refs:u_transfer_helper_transfer_unmap (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.h119 void u_transfer_helper_transfer_unmap(struct pipe_context *pctx,
H A Du_transfer_helper.c517 u_transfer_helper_transfer_unmap(struct pipe_context *pctx, in u_transfer_helper_transfer_unmap() function
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1192 pctx->buffer_unmap = u_transfer_helper_transfer_unmap; in v3d_resource_context_init()
1193 pctx->texture_unmap = u_transfer_helper_transfer_unmap; in v3d_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c1163 pctx->buffer_unmap = u_transfer_helper_transfer_unmap; in vc4_resource_context_init()
1164 pctx->texture_unmap = u_transfer_helper_transfer_unmap; in vc4_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c961 ctx->base.buffer_unmap = u_transfer_helper_transfer_unmap; in lima_resource_context_init()
962 ctx->base.texture_unmap = u_transfer_helper_transfer_unmap; in lima_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c657 pctx->buffer_unmap = u_transfer_helper_transfer_unmap; in agx_create_context()
659 pctx->texture_unmap = u_transfer_helper_transfer_unmap; in agx_create_context()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1722 pctx->buffer_unmap = u_transfer_helper_transfer_unmap; in fd_resource_context_init()
1723 pctx->texture_unmap = u_transfer_helper_transfer_unmap; in fd_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c2023 ctx->buffer_unmap = u_transfer_helper_transfer_unmap; in crocus_init_resource_functions()
2024 ctx->texture_unmap = u_transfer_helper_transfer_unmap; in crocus_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c1500 pctx->buffer_unmap = u_transfer_helper_transfer_unmap; in panfrost_resource_context_init()
1502 pctx->texture_unmap = u_transfer_helper_transfer_unmap; in panfrost_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2724 ctx->buffer_unmap = u_transfer_helper_transfer_unmap; in iris_init_resource_functions()
2725 ctx->texture_unmap = u_transfer_helper_transfer_unmap; in iris_init_resource_functions()

Completed in 22 milliseconds