diff options
author | Dave Airlie <[email protected]> | 2017-03-30 07:58:22 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-04-01 07:15:26 +1000 |
commit | bbfb62df166527b20c9a2217c559119c138f3af4 (patch) | |
tree | dec9c681cf780b5168e73c89af4b42f6b55bfdbf /src/amd/vulkan/radv_private.h | |
parent | 2b3c4bcc1f69bcb8620d98061309c5286cf952e6 (diff) |
radv: add support for some device specific tess information.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 33f35245792..3c246641af7 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -487,6 +487,8 @@ struct radv_device { uint64_t debug_flags; bool llvm_supports_spill; + bool has_distributed_tess; + uint32_t tess_offchip_block_dw_size; uint32_t scratch_waves; uint32_t gs_table_depth; |