Home
last modified time | relevance | path

Searched refs:util_copy_constant_buffer (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h711 util_copy_constant_buffer(struct pipe_constant_buffer *dst, in util_copy_constant_buffer() function
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c407 util_copy_constant_buffer(&so->cb[index], cb, take_ownership); in vc4_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c120 util_copy_constant_buffer(&so->cb[index], cb, take_ownership); in fd_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c671 util_copy_constant_buffer(&setup->constants[i].current, &buffers[i], false); in lp_setup_set_fs_constants()
674 util_copy_constant_buffer(&setup->constants[i].current, NULL, false); in lp_setup_set_fs_constants()
Dlp_state_cs.c1092 util_copy_constant_buffer(&csctx->constants[i].current, &buffers[i], false); in lp_csctx_set_cs_constants()
1095 util_copy_constant_buffer(&csctx->constants[i].current, NULL, false); in lp_csctx_set_cs_constants()
Dlp_state_fs.c4009 util_copy_constant_buffer(&llvmpipe->constants[shader][index], cb, in llvmpipe_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c92 util_copy_constant_buffer(&so->cb[index], cb, take_ownership); in etna_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c596 util_copy_constant_buffer(&pbuf->cb[index], buf, take_ownership); in panfrost_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c459 util_copy_constant_buffer(&so->cb[index], cb, take_ownership); in v3d_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c757 util_copy_constant_buffer(&s->cb[index], cb, take_ownership); in agx_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp571 util_copy_constant_buffer(&ctx->constants[shader][index], cb, take_ownership); in swr_set_constant_buffer()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c3488 util_copy_constant_buffer(&shs->constbufs[index], input, take_ownership); in crocus_set_constant_buffer()