diff options
author | Christian Gmeiner <[email protected]> | 2020-01-03 10:27:00 +0100 |
---|---|---|
committer | Christian Gmeiner <[email protected]> | 2020-01-04 14:15:36 +0100 |
commit | b178262cb9db9cb7e9deeb503bd4346ab8be6e72 (patch) | |
tree | c380b5c14a5007a3dc6ac1e127ecf40d0bc89eeb /src/gallium/drivers/etnaviv/etnaviv_internal.h | |
parent | 17741a0a05722245314e8ce9a3d5191feb63d9bd (diff) |
etnaviv: use a better name for FE_VERTEX_STREAM_UNK14680
Signed-off-by: Christian Gmeiner <[email protected]>
Diffstat (limited to 'src/gallium/drivers/etnaviv/etnaviv_internal.h')
-rw-r--r-- | src/gallium/drivers/etnaviv/etnaviv_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/etnaviv/etnaviv_internal.h b/src/gallium/drivers/etnaviv/etnaviv_internal.h index fcad76513d9..25f6a38ab98 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_internal.h +++ b/src/gallium/drivers/etnaviv/etnaviv_internal.h @@ -233,7 +233,7 @@ struct compiled_vertex_elements_state { /* Compiled context->set_vertex_buffer result */ struct compiled_set_vertex_buffer { uint32_t FE_VERTEX_STREAM_CONTROL; - uint32_t FE_VERTEX_STREAM_UNK14680; + uint32_t FE_VERTEX_STREAM_VERTEX_DIVISOR; struct etna_reloc FE_VERTEX_STREAM_BASE_ADDR; }; |