Home
last modified time | relevance | path

Searched refs:ASTCENC_SWZ_R (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp170 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 Dastcenccli_toplevel.cpp753 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 Dastcenc.h295 ASTCENC_SWZ_R = 0, enumerator
H A Dastcenc_entry.cpp270 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 Dtest_decode.cpp39 ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A in TEST()
/third_party/astc-encoder/Utils/Example/
H A Dastc_api_example.cpp62 ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A in main()

Completed in 7 milliseconds