Searched refs:ASTCENC_SWZ_G (Results 1 - 6 of 6) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_image.cpp | 170 bool needs_swz = (swz.r != ASTCENC_SWZ_R) || (swz.g != ASTCENC_SWZ_G) || in load_image_block() 361 bool needs_swz = (swz.r != ASTCENC_SWZ_R) || (swz.g != ASTCENC_SWZ_G) || in store_image_block() 402 swizzle_table[ASTCENC_SWZ_G] = data_gi; in store_image_block() 468 data[ASTCENC_SWZ_G] = blk.data_g[idx]; in store_image_block() 530 data[ASTCENC_SWZ_G] = color.lane<1>(); in store_image_block()
|
H A D | astcenc.h | 297 ASTCENC_SWZ_G = 1, enumerator
|
H A D | astcenccli_toplevel.cpp | 756 swizzle_components[i] = ASTCENC_SWZ_G; in edit_astcenc_config() 859 swizzle_components[i] = ASTCENC_SWZ_G; in edit_astcenc_config() 895 cli_config.swz_encode.a = ASTCENC_SWZ_G; in edit_astcenc_config() 2043 { ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A }, 2044 { ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A } };
|
H A D | astcenc_entry.cpp | 271 case ASTCENC_SWZ_G: in validate_compression_swz() 319 case ASTCENC_SWZ_G: in validate_decompression_swz() 877 bool needs_swz = (swizzle.r != ASTCENC_SWZ_R) || (swizzle.g != ASTCENC_SWZ_G) || in compress_image()
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_decode.cpp | 39 ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A in TEST()
|
/third_party/astc-encoder/Utils/Example/ |
H A D | astc_api_example.cpp | 62 ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A in main()
|
Completed in 8 milliseconds