Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_image.c378 struct tu_native_format cfmt = tu6_format_color(format, layout->tile_mode); in tu_image_view_init() local
379 cfmt.tile_mode = fmt.tile_mode; in tu_image_view_init()
382 cfmt.fmt = FMT6_Z24_UNORM_S8_UINT_AS_R8G8B8A8; in tu_image_view_init()
417 .color_tile_mode = cfmt.tile_mode, in tu_image_view_init()
418 .color_format = cfmt.fmt, in tu_image_view_init()
419 .color_swap = cfmt.swap).value; in tu_image_view_init()
422 .color_format = cfmt.fmt, in tu_image_view_init()
427 .color_format = cfmt.fmt, in tu_image_view_init()
428 .tile_mode = cfmt.tile_mode, in tu_image_view_init()
429 .color_swap = cfmt.swap, in tu_image_view_init()
[all …]
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.c232 unsigned cfmt, ms, db, ds, acc; in add_color_format_variants() local
256 for (cfmt = 0; cfmt < num_color_formats; cfmt++) { in add_color_format_variants()
257 if (!screen->is_format_supported(screen, color_formats[cfmt].format, in add_color_format_variants()
277 stw_pixelformat_add(stw_dev, extended, &color_formats[cfmt], in add_color_format_variants()
/external/python/cpython2/Lib/test/
Dtest_types.py580 cfmt = "^20n"
584 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
/external/python/cpython3/Lib/test/
Dtest_types.py400 cfmt = "^20n"
404 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java3690 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits() local
3691 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3694 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3695 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatTest.java3693 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits() local
3694 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3697 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3698 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()