Searched refs:si_set_constant_buffer (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1167 static void si_set_constant_buffer(struct si_context *sctx, struct si_buffer_resources *buffers, in si_set_constant_buffer() function 1191 si_set_constant_buffer(sctx, buffers, descriptors_idx, slot, false, NULL); in si_set_constant_buffer() 1262 si_set_constant_buffer(sctx, &sctx->const_and_shader_buffers[shader], in si_pipe_set_constant_buffer() 1391 si_set_constant_buffer(sctx, &sctx->internal_bindings, SI_DESCS_INTERNAL, slot, false, input); in si_set_internal_const_buffer()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 3504 - radeonsi: remove no-op unref in si_set_constant_buffer
|