Searched refs:is_snorm (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_table.py140 print(" %s,\t/* is_snorm */" % (bool_map(format.is_snorm()),))
H A Du_format_parse.py205 return self.is_compressed() and not ('FLOAT' in self.name or self.is_snorm())
207 def is_snorm(self): member in class:Format
H A Du_format.h193 unsigned is_snorm:1; member in struct:util_format_description
H A Du_format.c159 return desc->is_snorm;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_table.py214 print(" %s,\t/* is_snorm */" % (bool_map(format.is_snorm()),))
H A Du_format_parse.py262 return self.is_compressed() and not ('FLOAT' in self.name or self.is_snorm())
264 def is_snorm(self): member in class:Format
H A Du_format.c224 return desc->is_snorm;
H A Du_format.h197 unsigned is_snorm:1; member in struct:util_format_description
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c116 return desc->is_snorm || desc->is_unorm;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_format.c167 } else if (desc->is_snorm) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_format_test.c680 format_desc->is_snorm == snorm); \
697 success = !(format_desc->is_unorm && format_desc->is_snorm);
706 format_desc->is_snorm ? "yes" : "no");
/xsrc/external/mit/MesaLib/dist/src/util/tests/format/
H A Du_format_test.c702 format_desc->is_snorm == snorm); \
719 success = !(format_desc->is_unorm && format_desc->is_snorm);
728 format_desc->is_snorm ? "yes" : "no");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1268 if (desc->is_snorm)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst847 - gallium: Make sure we return is_unorm/is_snorm for compressed
H A D21.3.0.rst1262 - v3dv: Add is_unorm, is_snorm and is_float format functions

Completed in 27 milliseconds