Searched refs:astcenc_profile (Results 1 – 9 of 9) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc.h | 248 enum astcenc_profile { enum 424 astcenc_profile profile; 600 astcenc_profile profile; 686 astcenc_profile profile,
|
D | astcenc_internal.h | 1790 astcenc_profile decode_mode, 1815 astcenc_profile decode_mode, 2121 astcenc_profile decode_mode, 2314 astcenc_profile decode_mode,
|
D | astcenccli_toplevel.cpp | 41 astcenc_profile decode_mode; 420 astcenc_profile& profile in parse_commandline_options() 463 astcenc_profile profile, in init_astcenc_config() 1308 astcenc_profile profile in image_preprocess_premultiply() 1413 astcenc_profile profile; in main()
|
D | astcenc_image.cpp | 152 astcenc_profile decode_mode, in fetch_image_block() 269 astcenc_profile decode_mode, in fetch_image_block_fast_ldr()
|
D | astcenc_entry.cpp | 204 astcenc_profile profile in validate_profile() 459 astcenc_profile profile, in astcenc_config_init() 818 astcenc_profile decode_mode = ctx.config.profile; in compress_image()
|
D | astcenc_decompress_symbolic.cpp | 68 astcenc_profile decode_mode, in lerp_color_int() 187 astcenc_profile decode_mode, in decompress_symbolic_block()
|
D | astcenc_compress_symbolic.cpp | 70 astcenc_profile decode_mode, in realign_weights_undecimated() 192 astcenc_profile decode_mode, in realign_weights_decimated() 1188 astcenc_profile decode_mode = ctx.config.profile; in compress_block()
|
D | astcenc_color_unquantize.cpp | 861 astcenc_profile decode_mode, in unpack_color_endpoints()
|
/third_party/astc-encoder/Utils/Example/ |
D | astc_api_example.cpp | 59 static const astcenc_profile profile = ASTCENC_PRF_LDR; in main()
|