Home
last modified time | relevance | path

Searched refs:ASTCENC_SWZ_G (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()
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 Dastcenc.h297 ASTCENC_SWZ_G = 1, enumerator
H A Dastcenccli_toplevel.cpp756 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 Dastcenc_entry.cpp271 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 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 10 milliseconds