summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2018-06-14 14:28:58 +0200
committerSamuel Pitoiset <[email protected]>2018-06-15 15:54:08 +0200
commitbfca15e16ae537d3ef9b1abfe232bf4b6c95c4c3 (patch)
tree97a1f6075c2c15f2e2885d9752d3dc46e9e2ee75 /src/amd/vulkan/radv_shader.h
parent706d51de7fca8969b45742ec28079c9e61f87da5 (diff)
radv: add RADV_DEBUG=checkir
This allows to run the LLVM verifier pass. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_shader.h')
-rw-r--r--src/amd/vulkan/radv_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_shader.h b/src/amd/vulkan/radv_shader.h
index 5b2284efcfd..e95bbfca894 100644
--- a/src/amd/vulkan/radv_shader.h
+++ b/src/amd/vulkan/radv_shader.h
@@ -119,6 +119,7 @@ struct radv_nir_compiler_options {
bool dump_shader;
bool dump_preoptir;
bool record_llvm_ir;
+ bool check_ir;
enum radeon_family family;
enum chip_class chip_class;
uint32_t tess_offchip_block_dw_size;