Searched refs:ASTCENC_SWZ_G (Results 1 – 5 of 5) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc_image.cpp | 170 bool needs_swz = (swz.r != ASTCENC_SWZ_R) || (swz.g != ASTCENC_SWZ_G) || in fetch_image_block() 364 bool needs_swz = (swz.r != ASTCENC_SWZ_R) || (swz.g != ASTCENC_SWZ_G) || in write_image_block() 393 data[ASTCENC_SWZ_G] = blk.data_g[idx]; in write_image_block() 445 data[ASTCENC_SWZ_G] = blk.data_g[idx]; in write_image_block() 501 data[ASTCENC_SWZ_G] = color.lane<1>(); in write_image_block()
|
D | astcenccli_toplevel.cpp | 715 swizzle_components[i] = ASTCENC_SWZ_G; in edit_astcenc_config() 764 swizzle_components[i] = ASTCENC_SWZ_G; in edit_astcenc_config() 804 cli_config.swz_encode.a = ASTCENC_SWZ_G; in edit_astcenc_config() 1499 { ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A }, in main() 1500 { ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A } }; in main()
|
D | astcenc.h | 282 ASTCENC_SWZ_G = 1, enumerator
|
D | astcenc_entry.cpp | 297 case ASTCENC_SWZ_G: in validate_compression_swz() 345 case ASTCENC_SWZ_G: in validate_decompression_swz() 853 bool needs_swz = (swizzle.r != ASTCENC_SWZ_R) || (swizzle.g != ASTCENC_SWZ_G) || in compress_image()
|
/third_party/astc-encoder/Utils/Example/ |
D | astc_api_example.cpp | 62 ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A in main()
|