summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorJose Fonseca <[email protected]>2016-04-15 15:02:02 +0100
committerJose Fonseca <[email protected]>2016-04-19 11:28:16 +0100
commitf6621cd3be16d541f921b1b0a8cd6bc836826704 (patch)
tree78424911c1c6d24db94ed29a6ca706491b51a57f /src/gallium/auxiliary
parent121a0cedc80c5541d51599383486ba9a7397c6ce (diff)
gallium/tests: Update UTIL_FORMAT_MAX_* defines.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/util/u_format_tests.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/util/u_format_tests.h b/src/gallium/auxiliary/util/u_format_tests.h
index f59563f4f4f..d5f0b347bfa 100644
--- a/src/gallium/auxiliary/util/u_format_tests.h
+++ b/src/gallium/auxiliary/util/u_format_tests.h
@@ -34,9 +34,9 @@
#include "pipe/p_format.h"
-#define UTIL_FORMAT_MAX_PACKED_BYTES 16
-#define UTIL_FORMAT_MAX_UNPACKED_WIDTH 4
-#define UTIL_FORMAT_MAX_UNPACKED_HEIGHT 4
+#define UTIL_FORMAT_MAX_PACKED_BYTES 32 // R64G64B64A64_FLOAT
+#define UTIL_FORMAT_MAX_UNPACKED_WIDTH 12 // ASTC 12x12
+#define UTIL_FORMAT_MAX_UNPACKED_HEIGHT 12
/**