pvr: move PVR_TEX_FORMAT_COUNT to pvr_limits.h
Signed-off-by: Ashish Chauhan <ashish.chauhan@imgtec.com> Acked-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38832>
This commit is contained in:
committed by
Marge Bot
parent
ed83ee7659
commit
0d38d22c02
@@ -44,6 +44,9 @@
|
||||
#define PVR_POINT_SIZE_RANGE_MAX 511.0f
|
||||
#define PVR_POINT_SIZE_GRANULARITY 0.0625f
|
||||
|
||||
#define PVR_TEX_FORMAT_COUNT \
|
||||
(ROGUE_TEXSTATE_IMAGE_WORD0_TEXFORMAT_MAX_SIZE + 1U)
|
||||
|
||||
#define PVR_MAX_TEXTURE_EXTENT_Z \
|
||||
(ROGUE_TEXSTATE_IMAGE_WORD1_DEPTH_MAX_SIZE + 1U)
|
||||
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
*/
|
||||
#define PVR_CLEAR_COLOR_ARRAY_SIZE 4
|
||||
|
||||
#define PVR_TEX_FORMAT_COUNT (ROGUE_TEXSTATE_IMAGE_WORD0_TEXFORMAT_MAX_SIZE + 1)
|
||||
|
||||
enum pvr_pbe_accum_format {
|
||||
PVR_PBE_ACCUM_FORMAT_INVALID = 0, /* Explicitly treat 0 as invalid. */
|
||||
PVR_PBE_ACCUM_FORMAT_U8,
|
||||
|
||||
Reference in New Issue
Block a user