Searched refs:ASTCENC_SWZ_A (Results 1 - 6 of 6) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_image.cpp | 171 (swz.b != ASTCENC_SWZ_B) || (swz.a != ASTCENC_SWZ_A); in load_image_block() 362 (swz.b != ASTCENC_SWZ_B) || (swz.a != ASTCENC_SWZ_A); in store_image_block() 404 swizzle_table[ASTCENC_SWZ_A] = data_ai; in store_image_block() 470 data[ASTCENC_SWZ_A] = blk.data_a[idx]; in store_image_block() 532 data[ASTCENC_SWZ_A] = color.lane<3>(); in store_image_block()
|
H A D | astcenc.h | 301 ASTCENC_SWZ_A = 3, enumerator
|
H A D | astcenccli_toplevel.cpp | 762 swizzle_components[i] = ASTCENC_SWZ_A; in edit_astcenc_config() 865 swizzle_components[i] = ASTCENC_SWZ_A; in edit_astcenc_config() 898 cli_config.swz_decode.g = ASTCENC_SWZ_A; 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 | 273 case ASTCENC_SWZ_A: in validate_compression_swz() 321 case ASTCENC_SWZ_A: in validate_decompression_swz() 878 (swizzle.b != ASTCENC_SWZ_B) || (swizzle.a != ASTCENC_SWZ_A); 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