Searched refs:short_name (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_table.py129 print('util_format_%s_description = {' % (format.short_name(),))
132 print(" \"%s\"," % (format.short_name(),))
147 if format.layout == 'etc' and format.short_name() != 'etc1_rgb8':
150 print(" &util_format_%s_unpack_rgba_8unorm," % format.short_name())
151 print(" &util_format_%s_pack_rgba_8unorm," % format.short_name())
153 print(" &util_format_%s_fetch_rgba_8unorm," % format.short_name())
156 print(" &util_format_%s_unpack_rgba_float," % format.short_name())
157 print(" &util_format_%s_pack_rgba_float," % format.short_name())
158 print(" &util_format_%s_fetch_rgba_float," % format.short_name())
167 print(" &util_format_%s_unpack_z_32unorm," % format.short_name())
[all...]
H A Du_format_pack.py119 print('union util_format_%s {' % format.short_name())
520 print(' union util_format_%s pixel;' % format.short_name())
598 print(' union util_format_%s pixel;' % format.short_name())
627 name = format.short_name()
656 name = format.short_name()
685 name = format.short_name()
H A Du_format.h152 const char *short_name; member in struct:util_format_description
459 return desc->short_name;
H A Du_format_parse.py130 def short_name(self): member in class:Format
/xsrc/external/mit/xterm/dist/vttests/
H A Dnrcs.pl48 our %short_name;
88 my $short_name = shift;
90 my $alias = lc $short_name;
93 $short_name{$alias} = $short_name;
138 foreach my $key ( sort keys %short_name ) {
139 printf FP "\\\n\t%s \"VT%d00: %s\"", $short_name{$key},
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_format_compatible_test.c60 printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name);
H A Du_format_test.c704 format_desc->short_name,
726 format_desc->short_name, suffix);
749 printf("Testing util_format_%s_%s ...\n", format_desc->short_name, suffix);
/xsrc/external/mit/MesaLib/dist/src/util/tests/format/
H A Du_format_compatible_test.c60 printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name);
H A Du_format_test.c726 format_desc->short_name,
748 format_desc->short_name, suffix);
771 printf("Testing util_format_%s_%s ...\n", format_desc->short_name, suffix);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_table.py114 if format.short_name() in noaccess_formats:
118 if format.layout == 'etc' and format.short_name() != 'etc1_rgb8':
201 sn = format.short_name()
227 sn = format.short_name()
256 sn = format.short_name()
296 sn = format.short_name()
H A Du_format_pack.py120 print('struct util_format_%s {' % format.short_name())
497 print(' struct util_format_%s pixel;' % format.short_name())
575 print(' struct util_format_%s pixel = {0};' % format.short_name())
604 name = format.short_name()
637 name = format.short_name()
670 name = format.short_name()
H A Du_format_parse.py187 def short_name(self): member in class:Format
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_table.py130 print('vk_format_%s_description = {' % (format.short_name(),))
133 print(" \"%s\"," % (format.short_name(),))
156 print(" return &vk_format_%s_description;" % (format.short_name(),))
H A Dvk_format.h125 const char *short_name; member in struct:vk_format_description
H A Dvk_format_parse.py130 def short_name(self): member in class:Format
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_table.py130 print('vk_format_%s_description = {' % (format.short_name(),))
133 print(" \"%s\"," % (format.short_name(),))
156 print(" return &vk_format_%s_description;" % (format.short_name(),))
H A Dvk_format.h126 const char *short_name; member in struct:vk_format_description
H A Dvk_format_parse.py138 def short_name(self): member in class:Format
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c657 __FUNCTION__, format_desc->short_name);
782 __FUNCTION__, format_desc->short_name);
887 __FUNCTION__, format_desc->short_name);
912 format_desc->short_name);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c659 __FUNCTION__, format_desc->short_name);
816 __FUNCTION__, format_desc->short_name);
925 __FUNCTION__, format_desc->short_name);
952 format_desc->short_name);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c99 util_snprintf(name, sizeof name, "fetch_%s_%s", desc->short_name,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c99 snprintf(name, sizeof name, "fetch_%s_%s", desc->short_name,
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.c1391 char short_name [128] = { 0 }; local in function:list_operators
1405 snprintf (short_name, sizeof (short_name) - 1, "%s",
1408 for (j = 0; short_name[j] != '\0'; ++j)
1409 short_name[j] = tolower (short_name[j]);
1411 emit (short_name, &n_chars);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_parser.py306 def short_name(self): member in class:Format
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_parser.py306 def short_name(self): member in class:Format

Completed in 24 milliseconds

12