Home
last modified time | relevance | path

Searched refs:util_blitter_create (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c201 vc4->blitter = util_blitter_create(pctx); in vc4_context_create()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_context.c231 i915->blitter = util_blitter_create(&i915->base); in i915_create_context()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_draw.c178 svga->blitter = util_blitter_create(&svga->pipe); in svga_init_swtnl()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c266 llvmpipe->blitter = util_blitter_create(&llvmpipe->pipe); in llvmpipe_create_context()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.c261 nv30->blitter = util_blitter_create(pipe); in nv30_context_create()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c232 ctx->blitter = util_blitter_create(&ctx->base); in lima_context_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c302 ice->blitter = util_blitter_create(&ice->ctx); in crocus_create_context()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c402 v3d->blitter = util_blitter_create(pctx); in v3d_context_create()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c339 softpipe->blitter = util_blitter_create(&softpipe->pipe); in softpipe_create_context()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h149 struct blitter_context *util_blitter_create(struct pipe_context *pipe);
Du_blitter.c161 struct blitter_context *util_blitter_create(struct pipe_context *pipe) in util_blitter_create() function
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c434 r300->blitter = util_blitter_create(&r300->context);
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c651 ctx->blitter = util_blitter_create(pctx); in fd_context_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c638 ctx->blitter = util_blitter_create(pctx); in etna_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c227 rctx->blitter = util_blitter_create(&rctx->b.b); in r600_create_context()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp583 ctx->blitter = util_blitter_create(&ctx->pipe); in swr_create_context()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c665 ctx->blitter = util_blitter_create(pctx); in agx_create_context()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c1118 ctx->blitter = util_blitter_create(gallium); in panfrost_create_context()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c595 sctx->blitter = util_blitter_create(&sctx->b); in si_create_context()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp1975 ctx->blitter = util_blitter_create(&ctx->base); in d3d12_context_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4148 ctx->blitter = util_blitter_create(&ctx->base); in zink_context_create()