Mesa (master): microsoft/compiler: remove unused struct

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 13 08:39:55 UTC 2020


Module: Mesa
Branch: master
Commit: a2a35b2d20113425d42a4bc3f26eafebc88cce73
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2a35b2d20113425d42a4bc3f26eafebc88cce73

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Nov 10 11:55:43 2020 +0100

microsoft/compiler: remove unused struct

Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7578>

---

 src/microsoft/compiler/dxil_signature.h | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/microsoft/compiler/dxil_signature.h b/src/microsoft/compiler/dxil_signature.h
index 2ecd7151a1f..81d2346b4dc 100644
--- a/src/microsoft/compiler/dxil_signature.h
+++ b/src/microsoft/compiler/dxil_signature.h
@@ -128,22 +128,6 @@ struct dxil_psv_runtime_info_1 {
    uint8_t sig_output_vectors[4];
 };
 
-struct dxil_pipe_state_validation {
-   unsigned val_major, val_minor;
-   uint32_t version;
-   uint32_t resource_count;
-   uint8_t  shader_stage;
-   struct _mesa_string_buffer *string_table;
-   struct dxil_psv_sem_index_table semantic_index_table;
-   uint8_t uses_view_id;
-   uint8_t sig_input_elements;
-   uint8_t sig_output_elements;
-   uint8_t sig_patch_const_or_prim_elements;
-   uint8_t sig_input_vectors;
-   uint8_t sig_patch_const_or_prim_vectors;
-   uint8_t sig_output_vectors[4];
-};
-
 struct dxil_mdnode;
 struct dxil_module;
 



More information about the mesa-commit mailing list