Searched refs:ASTCENC_SWZ_R (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
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()
|
D | astcenc.h | 256 ASTCENC_SWZ_R = 0, enumerator
|
D | astcenccli_toplevel.cpp | 710 swizzle_components[i] = ASTCENC_SWZ_R; in edit_astcenc_config() 813 swizzle_components[i] = ASTCENC_SWZ_R; in edit_astcenc_config() 853 cli_config.swz_encode.r = ASTCENC_SWZ_R; in edit_astcenc_config() 854 cli_config.swz_encode.g = ASTCENC_SWZ_R; in edit_astcenc_config() 855 cli_config.swz_encode.b = ASTCENC_SWZ_R; in edit_astcenc_config() 858 cli_config.swz_decode.r = ASTCENC_SWZ_R; in edit_astcenc_config() 1948 { ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A }, in main() 1949 { ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A } }; in main()
|
D | astcenc_entry.cpp | 307 case ASTCENC_SWZ_R: in validate_compression_swz() 355 case ASTCENC_SWZ_R: in validate_decompression_swz() 889 bool needs_swz = (swizzle.r != ASTCENC_SWZ_R) || (swizzle.g != ASTCENC_SWZ_G) || in compress_image()
|
/hardware/google/gfxstream/host/compressedTextureFormats/ |
D | AstcCpuDecompressorImpl.cpp | 28 const astcenc_swizzle kSwizzle = {ASTCENC_SWZ_R, ASTCENC_SWZ_G, ASTCENC_SWZ_B, ASTCENC_SWZ_A};
|