isl: Add the ISL_FORMAT_R32G32_FLOAT_LD format

This commit is contained in:
Jason Ekstrand 2016-05-20 15:41:57 -07:00
parent 35a514e6ff
commit 03a82dc5d1
2 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,7 @@ enum isl_format {
ISL_FORMAT_R16G16B16A16_USCALED = 148,
ISL_FORMAT_R32G32_SSCALED = 149,
ISL_FORMAT_R32G32_USCALED = 150,
ISL_FORMAT_R32G32_FLOAT_LD = 151,
ISL_FORMAT_R32G32_SFIXED = 160,
ISL_FORMAT_R64_PASSTHRU = 161,
ISL_FORMAT_B8G8R8A8_UNORM = 192,

View File

@ -106,6 +106,7 @@ R16G16B16A16_SSCALED , 64, 1, 1, 1, ss16, ss16, ss16, ss16, ,
R16G16B16A16_USCALED , 64, 1, 1, 1, us16, us16, us16, us16, , , , linear,
R32G32_SSCALED , 64, 1, 1, 1, ss32, ss32, , , , , , linear,
R32G32_USCALED , 64, 1, 1, 1, us32, us32, , , , , , linear,
R32G32_FLOAT_LD , 64, 1, 1, 1, sf32, sf32, , , , , , linear,
R32G32_SFIXED , 64, 1, 1, 1, sx32, sx32, , , , , , linear,
R64_PASSTHRU , 64, 1, 1, 1, r64, , , , , , , ,
B8G8R8A8_UNORM , 32, 1, 1, 1, un8, un8, un8, un8, , , , linear,

Can't render this file because it contains an unexpected character in line 4 and column 65.