[CPU] vpkd3d VPACK_NORMPACKED64

This commit is contained in:
Triang3l
2019-07-20 22:04:37 +03:00
parent 2350810f4e
commit 8c00aea5ff
5 changed files with 104 additions and 13 deletions

View File

@@ -81,10 +81,11 @@ enum PackType : uint16_t {
PACK_TYPE_FLOAT16_4 = 3,
PACK_TYPE_SHORT_2 = 4,
PACK_TYPE_UINT_2101010 = 5,
PACK_TYPE_ULONG_4202020 = 6,
// Types which use the bitmasks below for configuration:
PACK_TYPE_8_IN_16 = 6,
PACK_TYPE_16_IN_32 = 7,
PACK_TYPE_8_IN_16 = 7,
PACK_TYPE_16_IN_32 = 8,
PACK_TYPE_MODE = 0x000F, // just to get the mode
// Unpack to low or high parts.