Home
last modified time | relevance | path

Searched refs:ASTCENC_FLG_DECOMPRESS_ONLY (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc.h340 static const unsigned int ASTCENC_FLG_DECOMPRESS_ONLY = 1 << 4; variable
384 ASTCENC_FLG_DECOMPRESS_ONLY |
Dastcenc_entry.cpp428 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()
Dastcenccli_toplevel.cpp594 flags |= ASTCENC_FLG_DECOMPRESS_ONLY; in init_astcenc_config()
599 flags |= ASTCENC_FLG_DECOMPRESS_ONLY; in init_astcenc_config()
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp48 ASTCENC_FLG_DECOMPRESS_ONLY, &config); in makeDecoderContext()