summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r--src/amd/vulkan/radv_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index 4f2581c33d8..b12da2d248b 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -818,11 +818,6 @@ struct radv_device {
bool robust_buffer_access;
bool robust_buffer_access2;
- /* Whether gl_FragCoord.z should be adjusted for VRS due to a hw bug
- * on some GFX10.3 chips.
- */
- bool adjust_frag_coord_z;
-
/* Whether to inline the compute dispatch size in user sgprs. */
bool load_grid_size_from_user_sgpr;