intel/blorp: Delete an unused enum
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 15 Apr 2020 18:12:02 +0000 (13:12 -0500)
committerMarge Bot <eric+marge@anholt.net>
Fri, 17 Apr 2020 15:01:10 +0000 (15:01 +0000)
This was lying around from back when BLORP write to fs_visitor directly.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4606>

src/intel/blorp/blorp_blit.c

index 1a738edb67c75902bc9a81f5181bc32782393fca..4da1139199cb72978ae2255b42eefd43ca7a695c 100644 (file)
 
 static const bool split_blorp_blit_debug = false;
 
-/**
- * Enum to specify the order of arguments in a sampler message
- */
-enum sampler_message_arg
-{
-   SAMPLER_MESSAGE_ARG_U_FLOAT,
-   SAMPLER_MESSAGE_ARG_V_FLOAT,
-   SAMPLER_MESSAGE_ARG_U_INT,
-   SAMPLER_MESSAGE_ARG_V_INT,
-   SAMPLER_MESSAGE_ARG_R_INT,
-   SAMPLER_MESSAGE_ARG_SI_INT,
-   SAMPLER_MESSAGE_ARG_MCS_INT,
-   SAMPLER_MESSAGE_ARG_ZERO_INT,
-};
-
 struct brw_blorp_blit_vars {
    /* Input values from brw_blorp_wm_inputs */
    nir_variable *v_discard_rect;