Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.h107 void *u_transfer_helper_transfer_map(struct pipe_context *pctx,
H A Du_transfer_helper.c243 u_transfer_helper_transfer_map(struct pipe_context *pctx, in u_transfer_helper_transfer_map() function
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1189 pctx->buffer_map = u_transfer_helper_transfer_map; in v3d_resource_context_init()
1190 pctx->texture_map = u_transfer_helper_transfer_map; in v3d_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c1160 pctx->buffer_map = u_transfer_helper_transfer_map; in vc4_resource_context_init()
1161 pctx->texture_map = u_transfer_helper_transfer_map; in vc4_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c958 ctx->base.buffer_map = u_transfer_helper_transfer_map; in lima_resource_context_init()
959 ctx->base.texture_map = u_transfer_helper_transfer_map; in lima_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c656 pctx->buffer_map = u_transfer_helper_transfer_map; in agx_create_context()
658 pctx->texture_map = u_transfer_helper_transfer_map; in agx_create_context()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1719 pctx->buffer_map = u_transfer_helper_transfer_map; in fd_resource_context_init()
1720 pctx->texture_map = u_transfer_helper_transfer_map; in fd_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c2020 ctx->buffer_map = u_transfer_helper_transfer_map; in crocus_init_resource_functions()
2021 ctx->texture_map = u_transfer_helper_transfer_map; in crocus_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c1499 pctx->buffer_map = u_transfer_helper_transfer_map; in panfrost_resource_context_init()
1501 pctx->texture_map = u_transfer_helper_transfer_map; in panfrost_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2721 ctx->buffer_map = u_transfer_helper_transfer_map; in iris_init_resource_functions()
2722 ctx->texture_map = u_transfer_helper_transfer_map; in iris_init_resource_functions()

Completed in 19 milliseconds