Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc.h132 * A context can be made decompress-only using the ASTCENC_FLG_DECOMPRESS_ONLY flag when the context
138 * ~180KB. For these builds contexts must be created with the ASTCENC_FLG_DECOMPRESS_ONLY flag.
389 static const unsigned int ASTCENC_FLG_DECOMPRESS_ONLY = 1 << 4; variable
433 ASTCENC_FLG_DECOMPRESS_ONLY |
764 * Contexts can be allocated to support only decompression using the @c ASTCENC_FLG_DECOMPRESS_ONLY
766 * decompress-only library build the @c ASTCENC_FLG_DECOMPRESS_ONLY flag must be set when creating
H A Dastcenc_entry.cpp391 if (!(config.flags & ASTCENC_FLG_DECOMPRESS_ONLY)) in validate_config()
738 if (!(ctx->config.flags & ASTCENC_FLG_DECOMPRESS_ONLY)) in astcenc_context_alloc()
1085 if (ctx->config.flags & ASTCENC_FLG_DECOMPRESS_ONLY) in astcenc_compress_image()
1174 if (ctx->config.flags & ASTCENC_FLG_DECOMPRESS_ONLY) in astcenc_compress_reset()
H A Dastcenccli_toplevel.cpp637 flags |= ASTCENC_FLG_DECOMPRESS_ONLY; in init_astcenc_config()
642 flags |= ASTCENC_FLG_DECOMPRESS_ONLY; in init_astcenc_config()

Completed in 6 milliseconds