radeonsi: rename SI_SGPR_RW_BUFFERS to SI_SGPR_INTERNAL_BINDINGS
They are just internal buffers and images. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8653>
This commit is contained in:
@@ -1089,8 +1089,8 @@ void si_log_draw_state(struct si_context *sctx, struct u_log_context *log)
|
||||
si_dump_gfx_shader(sctx, &sctx->gs_shader, log);
|
||||
si_dump_gfx_shader(sctx, &sctx->ps_shader, log);
|
||||
|
||||
si_dump_descriptor_list(sctx->screen, &sctx->descriptors[SI_DESCS_RW_BUFFERS], "", "RW buffers",
|
||||
4, sctx->descriptors[SI_DESCS_RW_BUFFERS].num_active_slots, si_identity,
|
||||
si_dump_descriptor_list(sctx->screen, &sctx->descriptors[SI_DESCS_INTERNAL], "", "RW buffers",
|
||||
4, sctx->descriptors[SI_DESCS_INTERNAL].num_active_slots, si_identity,
|
||||
log);
|
||||
si_dump_gfx_descriptors(sctx, &sctx->vs_shader, log);
|
||||
si_dump_gfx_descriptors(sctx, tcs_shader, log);
|
||||
|
Reference in New Issue
Block a user