| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_table.py | 129 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 D | u_format_pack.py | 119 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 D | u_format.h | 152 const char *short_name; member in struct:util_format_description 459 return desc->short_name;
|
| H A D | u_format_parse.py | 130 def short_name(self): member in class:Format
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | nrcs.pl | 48 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 D | u_format_compatible_test.c | 60 printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name);
|
| H A D | u_format_test.c | 704 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 D | u_format_compatible_test.c | 60 printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name);
|
| H A D | u_format_test.c | 726 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 D | u_format_table.py | 114 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 D | u_format_pack.py | 120 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 D | u_format_parse.py | 187 def short_name(self): member in class:Format
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format_table.py | 130 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 D | vk_format.h | 125 const char *short_name; member in struct:vk_format_description
|
| H A D | vk_format_parse.py | 130 def short_name(self): member in class:Format
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format_table.py | 130 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 D | vk_format.h | 126 const char *short_name; member in struct:vk_format_description
|
| H A D | vk_format_parse.py | 138 def short_name(self): member in class:Format
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos.c | 657 __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 D | lp_bld_format_aos.c | 659 __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 D | lp_test_format.c | 99 util_snprintf(name, sizeof name, "fetch_%s_%s", desc->short_name,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_format.c | 99 snprintf(name, sizeof name, "fetch_%s_%s", desc->short_name,
|
| /xsrc/external/mit/pixman/dist/test/utils/ |
| H A D | utils.c | 1391 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 D | format_parser.py | 306 def short_name(self): member in class:Format
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | format_parser.py | 306 def short_name(self): member in class:Format
|