diff options
author | Timothy Arceri <[email protected]> | 2017-12-06 14:36:11 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-01-05 11:58:55 +1100 |
commit | 9e1a3caf323a383364e7d29e96d7fa2035bf914d (patch) | |
tree | 337f73ab190728e69f680a5c182d3282863a686b /src/amd/common/ac_shader_abi.h | |
parent | 9c2f877830b25744d2fdd930a12959723c6c42f3 (diff) |
ac/radeonsi: add tcs_rel_ids to the abi
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
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 6f526d9f254..d5d7c9c3272 100644 --- a/src/amd/common/ac_shader_abi.h +++ b/src/amd/common/ac_shader_abi.h @@ -43,6 +43,7 @@ struct ac_shader_abi { LLVMValueRef vertex_id; LLVMValueRef instance_id; LLVMValueRef tcs_patch_id; + LLVMValueRef tcs_rel_ids; LLVMValueRef tes_patch_id; LLVMValueRef gs_prim_id; LLVMValueRef gs_invocation_id; |