Home
last modified time | relevance | path

Searched refs:ASTCENC_FLG_SELF_DECOMPRESS_ONLY (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc.h156 * be created with the ASTCENC_FLG_SELF_DECOMPRESS_ONLY flag. This tells the compressor that it will
399 static const unsigned int ASTCENC_FLG_SELF_DECOMPRESS_ONLY = 1 << 5; variable
434 ASTCENC_FLG_SELF_DECOMPRESS_ONLY;
H A Dastcenc_entry.cpp715 bool can_omit_modes = static_cast<bool>(config.flags & ASTCENC_FLG_SELF_DECOMPRESS_ONLY); in astcenc_context_alloc()
H A Dastcenccli_toplevel.cpp649 flags |= ASTCENC_FLG_SELF_DECOMPRESS_ONLY; in init_astcenc_config()

Completed in 6 milliseconds