Searched refs:SI_DESCS_RW_BUFFERS (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c872 struct si_descriptors *descs = &sctx->descriptors[SI_DESCS_RW_BUFFERS];
937 sctx->descriptors_dirty |= 1u << SI_DESCS_RW_BUFFERS;
1407 si_set_constant_buffer(sctx, &sctx->rw_buffers, SI_DESCS_RW_BUFFERS,
1414 si_set_shader_buffer(sctx, &sctx->rw_buffers, SI_DESCS_RW_BUFFERS,
1425 struct si_descriptors *descs = &sctx->descriptors[SI_DESCS_RW_BUFFERS];
1509 sctx->descriptors_dirty |= 1u << SI_DESCS_RW_BUFFERS;
1666 &sctx->descriptors[SI_DESCS_RW_BUFFERS];
1674 sctx->descriptors_dirty |= 1u << SI_DESCS_RW_BUFFERS;
2175 if (sctx->shader_pointers_dirty & (1 << SI_DESCS_RW_BUFFERS)) {
2177 &sctx->descriptors[SI_DESCS_RW_BUFFERS]);
[all...]
H A Dsi_state.h366 #define SI_DESCS_RW_BUFFERS 0 macro
H A Dsi_debug.c1090 &sctx->descriptors[SI_DESCS_RW_BUFFERS],
1092 sctx->descriptors[SI_DESCS_RW_BUFFERS].num_active_slots,

Completed in 7 milliseconds