summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_shader.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-09-01 12:09:56 +0200
committerSamuel Pitoiset <[email protected]>2017-09-08 17:17:40 +0200
commit47efc5264ac6872088a039884b1a55cd20ca4a00 (patch)
tree6b5e71ce94d85ae3d5a959641c51d202eb712a5d /src/amd/vulkan/radv_shader.h
parentd4d777317b90637cbf3a1c1bba4aa9c9e82ca47b (diff)
radv: drop 'dump' parameters from some shader related functions
The device object contains the debug flags. 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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/amd/vulkan/radv_shader.h b/src/amd/vulkan/radv_shader.h
index 4527cc37421..3f8dd92392d 100644
--- a/src/amd/vulkan/radv_shader.h
+++ b/src/amd/vulkan/radv_shader.h
@@ -66,8 +66,7 @@ radv_shader_compile_to_nir(struct radv_device *device,
struct radv_shader_module *module,
const char *entrypoint_name,
gl_shader_stage stage,
- const VkSpecializationInfo *spec_info,
- bool dump);
+ const VkSpecializationInfo *spec_info);
void *
radv_alloc_shader_memory(struct radv_device *device,
@@ -82,13 +81,12 @@ radv_shader_variant_create(struct radv_device *device,
struct radv_pipeline_layout *layout,
const struct ac_shader_variant_key *key,
void ** code_out,
- unsigned *code_size_out,
- bool dump);
+ unsigned *code_size_out);
struct radv_shader_variant *
radv_create_gs_copy_shader(struct radv_device *device, struct nir_shader *nir,
void **code_out, unsigned *code_size_out,
- bool dump_shader, bool multiview);
+ bool multiview);
void
radv_shader_variant_destroy(struct radv_device *device,