Searched refs:needs_swz (Results 1 – 2 of 2) sorted by relevance
170 bool needs_swz = (swz.r != ASTCENC_SWZ_R) || (swz.g != ASTCENC_SWZ_G) || in load_image_block() local200 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() local396 if (needs_swz) in store_image_block()462 if (needs_swz) in store_image_block()524 if (needs_swz) in store_image_block()
889 bool needs_swz = (swizzle.r != ASTCENC_SWZ_R) || (swizzle.g != ASTCENC_SWZ_G) || in compress_image() local895 bool use_fast_load = !needs_swz && !needs_hdr && in compress_image()