Home
last modified time | relevance | path

Searched refs:needs_swz (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_image.cpp170 bool needs_swz = (swz.r != ASTCENC_SWZ_R) || (swz.g != ASTCENC_SWZ_G) || in load_image_block() local
200 if (needs_swz) in load_image_block()
361 bool needs_swz = (swz.r != ASTCENC_SWZ_R) || (swz.g != ASTCENC_SWZ_G) || in store_image_block() local
396 if (needs_swz) in store_image_block()
462 if (needs_swz) in store_image_block()
524 if (needs_swz) in store_image_block()
Dastcenc_entry.cpp889 bool needs_swz = (swizzle.r != ASTCENC_SWZ_R) || (swizzle.g != ASTCENC_SWZ_G) || in compress_image() local
895 bool use_fast_load = !needs_swz && !needs_hdr && in compress_image()