diff options
Diffstat (limited to 'src/amd/common/ac_shader_abi.h')
-rw-r--r-- | src/amd/common/ac_shader_abi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/common/ac_shader_abi.h b/src/amd/common/ac_shader_abi.h index 3033ae0cac2..3a2b5322385 100644 --- a/src/amd/common/ac_shader_abi.h +++ b/src/amd/common/ac_shader_abi.h @@ -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; |