compiler: add SYSTEM_VALUE_USER_DATA_AMD

for internal radeonsi shaders
This commit is contained in:
Marek Olšák
2019-07-31 21:52:48 -04:00
parent f0ccc5457a
commit 1b881852bc
7 changed files with 23 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ struct ac_shader_abi {
LLVMValueRef prim_mask;
LLVMValueRef color0;
LLVMValueRef color1;
LLVMValueRef user_data;
/* CS */
LLVMValueRef local_invocation_ids;
LLVMValueRef num_work_groups;