radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI

This commit is contained in:
Marek Olšák
2018-07-25 01:37:21 -04:00
parent d7250e4304
commit c5442c1165
6 changed files with 34 additions and 3 deletions

View File

@@ -173,6 +173,7 @@ struct si_shader_context {
int param_gs_vtx45_offset; /* in dwords (GFX9) */
/* CS */
int param_block_size;
int param_cs_user_data;
struct ac_llvm_compiler *compiler;