etnaviv: remove not used etna_bits_ones(..)
[mesa.git] / src / gallium / drivers / etnaviv / etnaviv_texture_state.h
index 816f42e37309141961e249a03b9a42285143bd29..df40f12ca8f52521d6d7521dd4423a73a5fd96c9 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef H_ETNAVIV_TEXTURE_PLAIN
 #define H_ETNAVIV_TEXTURE_PLAIN
 
-#include <etnaviv_drmif.h>
+#include "drm/etnaviv_drmif.h"
 
 #include "etnaviv_texture.h"
 
@@ -43,7 +43,9 @@ struct etna_sampler_state {
    uint32_t TE_SAMPLER_CONFIG0;
    uint32_t TE_SAMPLER_CONFIG1;
    uint32_t TE_SAMPLER_LOD_CONFIG;
-   unsigned min_lod, max_lod;
+   uint32_t TE_SAMPLER_3D_CONFIG;
+   uint32_t NTE_SAMPLER_BASELOD;
+   unsigned min_lod, max_lod, max_lod_min;
 };
 
 static inline struct etna_sampler_state *
@@ -59,6 +61,7 @@ struct etna_sampler_view {
    uint32_t TE_SAMPLER_CONFIG0;
    uint32_t TE_SAMPLER_CONFIG0_MASK;
    uint32_t TE_SAMPLER_CONFIG1;
+   uint32_t TE_SAMPLER_3D_CONFIG;
    uint32_t TE_SAMPLER_SIZE;
    uint32_t TE_SAMPLER_LOG_SIZE;
    uint32_t TE_SAMPLER_ASTC0;