ac/radeonsi: add local_invocation_ids to the abi

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Timothy Arceri
2018-02-02 10:23:46 +11:00
parent fa5239c153
commit c8066cdfa7
4 changed files with 6 additions and 6 deletions

View File

@@ -186,7 +186,6 @@ struct si_shader_context {
/* CS */
int param_grid_size;
int param_block_size;
int param_thread_id;
LLVMTargetMachineRef tm;