From 510e74ff48d035d1c3f4112738132b9d8d823c93 Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Mon, 1 Jul 2019 16:57:48 +0200 Subject: amd/common: removed unused ac_shader_binary functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Bas Nieuwenhuizen Reviewed-by: Samuel Pitoiset Reviewed-by: Marek Olšák --- src/amd/common/ac_binary.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/amd/common/ac_binary.h') diff --git a/src/amd/common/ac_binary.h b/src/amd/common/ac_binary.h index b91ecb4317b..3ac8562024d 100644 --- a/src/amd/common/ac_binary.h +++ b/src/amd/common/ac_binary.h @@ -84,29 +84,9 @@ struct ac_shader_config { unsigned rsrc2; }; -/* - * Parse the elf binary stored in \p elf_data and create a - * ac_shader_binary object. - */ -bool ac_elf_read(const char *elf_data, unsigned elf_size, - struct ac_shader_binary *binary); - -/** - * @returns A pointer to the start of the configuration information for - * the function starting at \p symbol_offset of the binary. - */ -const unsigned char *ac_shader_binary_config_start( - const struct ac_shader_binary *binary, - uint64_t symbol_offset); - void ac_parse_shader_binary_config(const char *data, size_t nbytes, bool really_needs_scratch, struct ac_shader_config *conf); -void ac_shader_binary_read_config(struct ac_shader_binary *binary, - struct ac_shader_config *conf, - unsigned symbol_offset, - bool supports_spill); -void ac_shader_binary_clean(struct ac_shader_binary *b); #ifdef __cplusplus } -- cgit v1.2.3