Home
last modified time | relevance | path

Searched refs:FMT_LUMINANCE (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_pick_best_endpoint_format.cpp308 format_of_choice[i][0] = FMT_LUMINANCE; in compute_color_error_for_every_integer_count_and_quantization_level()
383 format_of_choice[i][0] = FMT_LUMINANCE; in compute_color_error_for_every_integer_count_and_quantization_level()
428 *best_formats = FMT_LUMINANCE; in one_partition_find_best_combination_for_bitcount()
513 best_formats[i] = FMT_LUMINANCE; in two_partitions_find_best_combination_for_bitcount()
605 best_formats[i] = FMT_LUMINANCE; in three_partitions_find_best_combination_for_bitcount()
708 best_formats[i] = FMT_LUMINANCE; in four_partitions_find_best_combination_for_bitcount()
H A Dastc_color_quantize.cpp2035 case FMT_LUMINANCE: in pack_color_endpoints()
2037 retval = FMT_LUMINANCE; in pack_color_endpoints()
2066 retval = FMT_LUMINANCE; in pack_color_endpoints()
H A Dastc_codec_internals.h353 FMT_LUMINANCE = 0, enumerator
H A Dastc_color_unquantize.cpp775 case FMT_LUMINANCE: in unpack_color_endpoints()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_pick_best_endpoint_format.cpp308 format_of_choice[i][0] = FMT_LUMINANCE; in compute_color_error_for_every_integer_count_and_quantization_level()
383 format_of_choice[i][0] = FMT_LUMINANCE; in compute_color_error_for_every_integer_count_and_quantization_level()
428 *best_formats = FMT_LUMINANCE; in one_partition_find_best_combination_for_bitcount()
513 best_formats[i] = FMT_LUMINANCE; in two_partitions_find_best_combination_for_bitcount()
605 best_formats[i] = FMT_LUMINANCE; in three_partitions_find_best_combination_for_bitcount()
708 best_formats[i] = FMT_LUMINANCE; in four_partitions_find_best_combination_for_bitcount()
H A Dastc_color_quantize.cpp2035 case FMT_LUMINANCE: in pack_color_endpoints()
2037 retval = FMT_LUMINANCE; in pack_color_endpoints()
2066 retval = FMT_LUMINANCE; in pack_color_endpoints()
H A Dastc_codec_internals.h353 FMT_LUMINANCE = 0, enumerator
H A Dastc_color_unquantize.cpp775 case FMT_LUMINANCE: in unpack_color_endpoints()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/astc-encoder/Source/
H A Dastc_codec_internals.h200 FMT_LUMINANCE = 0, enumerator
H A Dastc_color_unquantize.cpp814 case FMT_LUMINANCE: in unpack_color_endpoints()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dcore.h479 FMT_LUMINANCE, enumerator
774 …perlinTex = new Texture(PERLIN_TEX_SIZE, PERLIN_TEX_SIZE, PERLIN_TEX_SIZE, FMT_LUMINANCE, OPT_REPE… in readPerlinAsync()
875 ditherTex = new Texture(8, 8, 1, FMT_LUMINANCE, OPT_REPEAT | OPT_NEAREST, &ditherData); in init()
H A Dcache.h520 mask = new Texture(w, h, 1, FMT_LUMINANCE, OPT_NEAREST, m); in init()
/dports/games/OpenLara/OpenLara-b4b19f2/src/gapi/
H A Dd3d8.h308 case FMT_LUMINANCE : bpp = 1; break; in updateLevel()
H A Dgl.h895 if (fmt == FMT_LUMINANCE && Core::support.texRG) { in getFormat()