Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A 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()
H A Dastcenc_entry.cpp877 bool needs_swz = (swizzle.r != ASTCENC_SWZ_R) || (swizzle.g != ASTCENC_SWZ_G) || in compress_image() local
883 bool use_fast_load = !needs_swz && !needs_hdr && in compress_image()

Completed in 4 milliseconds