Searched refs:util_copy_constant_buffer (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_inlines.h646 util_copy_constant_buffer(struct pipe_constant_buffer *dst, function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c89 util_copy_constant_buffer(&ctx->constant_buffer[shader], cb);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c105 util_copy_constant_buffer(&so->cb[index], cb);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_inlines.h711 util_copy_constant_buffer(struct pipe_constant_buffer *dst, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c122 util_copy_constant_buffer(&so->cb[index], cb, take_ownership);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_state.c407 util_copy_constant_buffer(&so->cb[index], cb, take_ownership);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c659 util_copy_constant_buffer(&setup->constants[i].current, &buffers[i]);
662 util_copy_constant_buffer(&setup->constants[i].current, NULL);
H A Dlp_state_fs.c3100 util_copy_constant_buffer(&llvmpipe->constants[shader][index], cb);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c1518 util_copy_constant_buffer(&cso->aux_constbuf_current[shader_stage], cb);
1561 util_copy_constant_buffer(&cso->aux_constbuf_saved[shader_stage],
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c671 util_copy_constant_buffer(&setup->constants[i].current, &buffers[i], false);
674 util_copy_constant_buffer(&setup->constants[i].current, NULL, false);
H A Dlp_state_cs.c1092 util_copy_constant_buffer(&csctx->constants[i].current, &buffers[i], false);
1095 util_copy_constant_buffer(&csctx->constants[i].current, NULL, false);
H A Dlp_state_fs.c4009 util_copy_constant_buffer(&llvmpipe->constants[shader][index], cb,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c92 util_copy_constant_buffer(&so->cb[index], cb, take_ownership);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_context.c596 util_copy_constant_buffer(&pbuf->cb[index], buf, take_ownership);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c454 util_copy_constant_buffer(&so->cb[index], cb);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c459 util_copy_constant_buffer(&so->cb[index], cb, take_ownership);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.c757 util_copy_constant_buffer(&s->cb[index], cb, take_ownership);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp471 util_copy_constant_buffer(&ctx->constants[shader][index], cb);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp571 util_copy_constant_buffer(&ctx->constants[shader][index], cb, take_ownership);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c3488 util_copy_constant_buffer(&shs->constbufs[index], input, take_ownership);

Completed in 62 milliseconds