Searched refs:ASTCENC_SWZ_R (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() 401 swizzle_table[ASTCENC_SWZ_R] = data_ri; in store_image_block() 467 data[ASTCENC_SWZ_R] = blk.data_r[idx]; in store_image_block() 529 data[ASTCENC_SWZ_R] = color.lane<0>(); in store_image_block()
|
H A D | astcenccli_toplevel.cpp | 753 swizzle_components[i] = ASTCENC_SWZ_R; in edit_astcenc_config() 856 swizzle_components[i] = ASTCENC_SWZ_R; in edit_astcenc_config() 892 cli_config.swz_encode.r = ASTCENC_SWZ_R; in edit_astcenc_config() 893 cli_config.swz_encode.g = ASTCENC_SWZ_R; in edit_astcenc_config() 894 cli_config.swz_encode.b = ASTCENC_SWZ_R; in edit_astcenc_config() 897 cli_config.swz_decode.r = ASTCENC_SWZ_R; 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.h | 295 ASTCENC_SWZ_R = 0, enumerator
|
H A D | astcenc_entry.cpp | 270 case ASTCENC_SWZ_R: in validate_compression_swz() 318 case ASTCENC_SWZ_R: 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 7 milliseconds