Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.h107 void *u_transfer_helper_transfer_map(struct pipe_context *pctx,
Du_transfer_helper.c229 u_transfer_helper_transfer_map(struct pipe_context *pctx, in u_transfer_helper_transfer_map() function
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1156 pctx->transfer_map = u_transfer_helper_transfer_map; in v3d_resource_context_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1146 pctx->transfer_map = u_transfer_helper_transfer_map; in vc4_resource_context_init()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1202 pctx->transfer_map = u_transfer_helper_transfer_map; in panfrost_resource_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1424 pctx->transfer_map = u_transfer_helper_transfer_map; in fd_resource_context_init()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2245 ctx->transfer_map = u_transfer_helper_transfer_map; in iris_init_resource_functions()