Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer.h14 void u_default_buffer_subdata(struct pipe_context *pipe,
Du_transfer.c7 void u_default_buffer_subdata(struct pipe_context *pipe, in u_default_buffer_subdata() function
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c49 r300->context.buffer_subdata = u_default_buffer_subdata; in r300_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.c100 pipe->buffer_subdata = u_default_buffer_subdata; in nv30_resource_init()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c128 svga->pipe.buffer_subdata = u_default_buffer_subdata; in svga_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c111 pcontext->buffer_subdata = u_default_buffer_subdata; in nv50_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c160 pcontext->buffer_subdata = u_default_buffer_subdata; in nvc0_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_transfer.c503 pctx->buffer_subdata = u_default_buffer_subdata; in etna_transfer_init()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c521 pipe->buffer_subdata = u_default_buffer_subdata; in softpipe_init_texture_funcs()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c821 u_default_buffer_subdata(pipe, resource, usage, offset, size, data); in virgl_buffer_subdata()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c1174 pipe->buffer_subdata = u_default_buffer_subdata; in llvmpipe_init_context_resource_funcs()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c662 pctx->buffer_subdata = u_default_buffer_subdata; in agx_create_context()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c948 ctx->base.buffer_subdata = u_default_buffer_subdata; in lima_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1165 pctx->buffer_subdata = u_default_buffer_subdata; in vc4_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1194 pctx->buffer_subdata = u_default_buffer_subdata; in v3d_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c609 rctx->b.buffer_subdata = u_default_buffer_subdata; in r600_common_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1724 pctx->buffer_subdata = u_default_buffer_subdata; in fd_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1511 pctx->buffer_subdata = u_default_buffer_subdata; in panfrost_resource_context_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c2025 ctx->buffer_subdata = u_default_buffer_subdata; in crocus_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp1854 pctx->buffer_subdata = u_default_buffer_subdata; in d3d12_context_resource_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2726 ctx->buffer_subdata = u_default_buffer_subdata; in iris_init_resource_functions()