Home
last modified time | relevance | path

Searched refs:ASTCENC_SWZ_Z (Results 1 - 4 of 4) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp365 bool needs_z = (swz.r == ASTCENC_SWZ_Z) || (swz.g == ASTCENC_SWZ_Z) || in store_image_block()
366 (swz.b == ASTCENC_SWZ_Z) || (swz.a == ASTCENC_SWZ_Z); in store_image_block()
414 swizzle_table[ASTCENC_SWZ_Z] = float_to_int_rtn(min(data_z, 1.0f) * 255.0f); in store_image_block()
481 data[ASTCENC_SWZ_Z] = (astc::sqrt(zN) * 0.5f) + 0.5f; in store_image_block()
543 data[ASTCENC_SWZ_Z] = (astc::sqrt(zN) * 0.5f) + 0.5f; in store_image_block()
H A Dastcenc.h307 ASTCENC_SWZ_Z = 6 enumerator
H A Dastcenccli_toplevel.cpp874 swizzle_components[i] = ASTCENC_SWZ_Z; in edit_astcenc_config()
899 cli_config.swz_decode.b = ASTCENC_SWZ_Z; in edit_astcenc_config()
H A Dastcenc_entry.cpp324 case ASTCENC_SWZ_Z: in validate_decompression_swz()

Completed in 7 milliseconds