Home
last modified time | relevance | path

Searched refs:short_name (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_table.py126 if format.short_name() in noaccess_formats:
130 if format.layout == 'etc' and format.short_name() != 'etc1_rgb8':
218 sn = format.short_name()
244 sn = format.short_name()
273 sn = format.short_name()
313 sn = format.short_name()
Du_format_pack.py120 print('struct util_format_%s {' % format.short_name())
498 print(' struct util_format_%s pixel;' % format.short_name())
576 print(' struct util_format_%s pixel = {0};' % format.short_name())
605 name = format.short_name()
638 name = format.short_name()
671 name = format.short_name()
Du_format.h153 const char *short_name; member
465 return desc->short_name; in util_format_short_name()
Du_format_parse.py187 def short_name(self): member in Format
/hardware/google/gfxstream/guest/mesa/src/util/tests/format/
Du_format_compatible_test.c54 printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name); in test_all()
Du_format_test.c726 format_desc->short_name, in test_format_norm_flags()
748 format_desc->short_name, suffix); in test_one_func()
771 printf("Testing util_format_%s_%s ...\n", format_desc->short_name, suffix); in test_format_metadata()