Searched refs:ASTCENC_FLG_DECOMPRESS_ONLY (Results 1 – 4 of 4) sorted by relevance
340 static const unsigned int ASTCENC_FLG_DECOMPRESS_ONLY = 1 << 4; variable384 ASTCENC_FLG_DECOMPRESS_ONLY |
428 if (!(config.flags & ASTCENC_FLG_DECOMPRESS_ONLY)) in validate_config()772 if (!(status & ASTCENC_FLG_DECOMPRESS_ONLY)) in astcenc_context_alloc()1082 if (ctx->config.flags & ASTCENC_FLG_DECOMPRESS_ONLY) in astcenc_compress_image()1169 if (ctx->config.flags & ASTCENC_FLG_DECOMPRESS_ONLY) in astcenc_compress_reset()
594 flags |= ASTCENC_FLG_DECOMPRESS_ONLY; in init_astcenc_config()599 flags |= ASTCENC_FLG_DECOMPRESS_ONLY; in init_astcenc_config()
48 ASTCENC_FLG_DECOMPRESS_ONLY, &config); in makeDecoderContext()