MCPcopy Create free account

hub / github.com/ARM-software/astc-encoder / functions

Functions1,420 in github.com/ARM-software/astc-encoder

Methodtest_cl_bad_argument
Test -cl with an unknown additional argument.
Test/astc_test_functional.py:1659
Methodtest_cl_bad_block_size
Test -cl with an invalid block size.
Test/astc_test_functional.py:1615
Methodtest_cl_bad_preset
Test -cl with an invalid encoding preset.
Test/astc_test_functional.py:1646
Methodtest_cl_blockmodelimit_missing_args
Test -cl with -blockmodelimit and missing arguments.
Test/astc_test_functional.py:1955
Methodtest_cl_cw_missing_args
Test -cl with -cw and missing arguments.
Test/astc_test_functional.py:1850
Methodtest_cl_dblimit_missing_args
Test -cl with -dblimit and missing arguments.
Test/astc_test_functional.py:1985
Methodtest_cl_esw_invalid_swizzle
Test -cl with -esw and invalid swizzles.
Test/astc_test_functional.py:2060
Methodtest_cl_esw_missing_args
Test -cl with -esw and missing arguments.
Test/astc_test_functional.py:2045
Methodtest_cl_missing_args
Test -cl with missing arguments.
Test/astc_test_functional.py:1537
Methodtest_cl_missing_input
Test -cl with a missing input file.
Test/astc_test_functional.py:1550
Methodtest_cl_missing_input_array_slice
Test -cl with a missing input file in an array slice.
Test/astc_test_functional.py:1563
Methodtest_cl_missing_output
Test -cl with a missing output directory.
Test/astc_test_functional.py:1589
Methodtest_cl_refinementlimit_missing_args
Test -cl with -refinementlimit and missing arguments.
Test/astc_test_functional.py:1970
Methodtest_cl_ssw_invalid_swizzle
Test -cl with -ssw and invalid swizzles.
Test/astc_test_functional.py:2107
Methodtest_cl_ssw_missing_args
Test -cl with -ssw and missing arguments.
Test/astc_test_functional.py:2092
Methodtest_cl_unknown_input
Test -cl with an unknown input file extension.
Test/astc_test_functional.py:1576
Methodtest_cl_unknown_output
Test -cl with an unknown output file extension.
Test/astc_test_functional.py:1602
Methodtest_compress_dsw
Test decompression swizzles.
Test/astc_test_functional.py:885
Methodtest_compress_esw
Test compression swizzles.
Test/astc_test_functional.py:859
Methodtest_compress_esw_dsw
Test compression and decompression swizzles
Test/astc_test_functional.py:911
Methodtest_compress_flip
Test LDR image flip on compression.
Test/astc_test_functional.py:932
Methodtest_compress_normal_percep
Test compression of normal textures using perceptual error metrics.
Test/astc_test_functional.py:837
Methodtest_compress_normal_psnr
Test compression of normal textures using PSNR error metrics.
Test/astc_test_functional.py:816
Methodtest_db_cutoff_limit
Test db cutoff limit.
Test/astc_test_functional.py:1199
Methodtest_decompress_flip
Test LDR image flip on decompression.
Test/astc_test_functional.py:963
Methodtest_dl_corrupt_astc_bad_block_size
Test -dl with an astc file with invalid block size.
Test/astc_test_functional.py:2250
Methodtest_dl_corrupt_astc_huge_size
Test -dl with an astc file with a data size that will fail alloc. Note this test will cause ASAN to error because ASAN itself cannot
Test/astc_test_functional.py:2208
Methodtest_dl_corrupt_astc_magic
Test -dl with an astc file with the wrong magic number.
Test/astc_test_functional.py:2196
Methodtest_dl_corrupt_astc_overflow_size
Test -dl with an astc file with a total data size that overflows.
Test/astc_test_functional.py:2226
Methodtest_dl_corrupt_astc_short_data
Test -dl with an astc file missing data.
Test/astc_test_functional.py:2238
Methodtest_dl_dsw_invalid_swizzle
Test -dl with -dsw and invalid swizzles.
Test/astc_test_functional.py:2150
Methodtest_dl_dsw_missing_args
Test -dl with -dsw and missing arguments.
Test/astc_test_functional.py:2136
Methodtest_dl_missing_args
Test -dl with missing arguments.
Test/astc_test_functional.py:1810
Methodtest_dl_missing_output
Test -dl with a missing output directory.
Test/astc_test_functional.py:1823
Methodtest_hdr_compress1
Test basic HDR + LDR alpha compression.
Test/astc_test_functional.py:481
Methodtest_hdr_compress2
Test basic HDR + HDR alpha compression.
Test/astc_test_functional.py:493
Methodtest_hdr_decompress1
Test basic HDR + LDR alpha decompression.
Test/astc_test_functional.py:529
Methodtest_hdr_decompress2
Test basic HDR + HDR alpha decompression.
Test/astc_test_functional.py:544
Methodtest_hdr_roundtrip1
Test basic HDR + LDR alpha round-trip.
Test/astc_test_functional.py:581
Methodtest_hdr_roundtrip2
Test basic HDR + HDR alpha round-trip.
Test/astc_test_functional.py:594
Methodtest_image_quality_stability
Test that a round-trip and a file-based round-trip give same result.
Test/astc_test_functional.py:1402
Methodtest_ldr_compress
Test basic LDR compression.
Test/astc_test_functional.py:457
Methodtest_ldr_decompress
Test basic LDR decompression.
Test/astc_test_functional.py:505
Methodtest_ldr_roundtrip
Test basic LDR round-trip
Test/astc_test_functional.py:559
Methodtest_mypy
Run mypy over the codebase.
Test/astc_test_python.py:84
Methodtest_partition_count_limit
Test partition count limit.
Test/astc_test_functional.py:1047
Methodtest_pycodestyle
Run pycodestyle over the codebase.
Test/astc_test_python.py:64
Methodtest_pylint
Run pylint over the codebase.
Test/astc_test_python.py:41
Methodtest_refinement_limit
Test refinement limit.
Test/astc_test_functional.py:1157
Methodtest_roundtrip_flip
Test LDR image flip on roundtrip (no flip should occur).
Test/astc_test_functional.py:994
Methodtest_silent
Test silent
Test/astc_test_functional.py:1381
Methodtest_srgb_compress
Test basic LDR sRGB compression.
Test/astc_test_functional.py:469
Methodtest_srgb_decompress
Test basic LDR sRGB decompression.
Test/astc_test_functional.py:517
Methodtest_srgb_roundtrip
Test basic LDR sRGB round-trip
Test/astc_test_functional.py:570
Methodtest_thread_count
Test codec thread count.
Test/astc_test_functional.py:1357
Methodtest_tl_bad_argument
Test -tl with an unknown additional argument.
Test/astc_test_functional.py:1797
Methodtest_tl_bad_block_size
Test -tl with an invalid block size.
Test/astc_test_functional.py:1753
Methodtest_tl_bad_preset
Test -tl with an invalid encoding preset.
Test/astc_test_functional.py:1784
Methodtest_tl_missing_args
Test -tl with missing arguments.
Test/astc_test_functional.py:1700
Methodtest_tl_missing_input
Test -tl with a missing input file.
Test/astc_test_functional.py:1714
Methodtest_tl_missing_output
Test -tl with a missing output directory.
Test/astc_test_functional.py:1740
Methodtest_tl_unknown_input
Test -tl with an unknown input file extension.
Test/astc_test_functional.py:1727
Methodtest_valid_2d_block_sizes
Test all valid block sizes are accepted (2D images).
Test/astc_test_functional.py:607
Methodtest_valid_3d_block_sizes
Test all valid block sizes are accepted (3D images).
Test/astc_test_functional.py:631
Methodtest_valid_comp_hdr_output_formats
Test valid compressed HDR output file formats.
Test/astc_test_functional.py:792
Methodtest_valid_comp_ldr_output_formats
Test valid compressed LDR output file formats.
Test/astc_test_functional.py:728
Methodtest_valid_hdr_input_formats
Test valid HDR input file formats.
Test/astc_test_functional.py:752
Methodtest_valid_ldr_input_formats
Test valid LDR input file formats.
Test/astc_test_functional.py:675
Methodtest_valid_presets
Test all valid presets are accepted
Test/astc_test_functional.py:657
Methodtest_valid_uncomp_hdr_output_formats
Test valid uncompressed HDR output file formats.
Test/astc_test_functional.py:772
Methodtest_valid_uncomp_ldr_output_formats
Test valid uncompressed LDR output file formats.
Test/astc_test_functional.py:708
Methodvfloat
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_rvv_n.h:61
Methodvfloat4
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_none_4.h:60
Methodvfloat4
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_neon_4.h:55
Methodvfloat4
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_sse_4.h:56
Methodvfloat8
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_sve_8.h:58
Methodvfloat8
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_avx2_8.h:54
Methodvint
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_rvv_n.h:142
Methodvint4
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_none_4.h:184
Methodvint4
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_neon_4.h:179
Methodvint4
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_sse_4.h:192
Functionvint4_from_size
* @brief Generate a vint4 from a size_t. */
Source/astcenc_vecmathlib_common_4.h:124
Methodvint8
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_sve_8.h:131
Methodvint8
* @brief Construct from zero-initialized value. */
Source/astcenc_vecmathlib_avx2_8.h:127
Functionvint8_from_size
* @brief Generate a vint8 from a size_t. */
Source/astcenc_vecmathlib_sve_8.h:491
Functionvint8_from_size
* @brief Generate a vint8 from a size_t. */
Source/astcenc_vecmathlib_avx2_8.h:509
Methodvl
* @brief Return vector length of type. */
Source/astcenc_vecmathlib_rvv_n.h:95
Methodvl
* @brief Return vector length of type. */
Source/astcenc_vecmathlib_rvv_n.h:189
Methodvl
* @brief Return vector length of type. */
Source/astcenc_vecmathlib_rvv_n.h:269
Methodvmask
* @brief Construct from an existing SIMD register. */
Source/astcenc_vecmathlib_rvv_n.h:253
Methodvmask4
* @brief Construct from an existing mask value. */
Source/astcenc_vecmathlib_none_4.h:314
Methodvmask4
* @brief Construct from an existing SIMD register. */
Source/astcenc_vecmathlib_neon_4.h:318
Methodvmask4
* @brief Construct from an existing SIMD register. */
Source/astcenc_vecmathlib_sse_4.h:340
Methodvmask8
* @brief Construct from an existing SIMD register. */
Source/astcenc_vecmathlib_sve_8.h:230
Methodvmask8
* @brief Construct from an existing SIMD register. */
Source/astcenc_vecmathlib_avx2_8.h:232
Functionvtable_lookup_32bit
* @brief Perform a vtable lookup in a 16x 8-bit table with 32-bit indices. */
Source/astcenc_vecmathlib_none_4.h:1138
Functionvtable_lookup_32bit
* @brief Perform a vtable lookup in a 16x 8-bit table with 32-bit indices. */
Source/astcenc_vecmathlib_neon_4.h:1027
Functionvtable_lookup_32bit
* @brief Perform a vtable lookup in a 16x 8-bit table with 32-bit indices. */
Source/astcenc_vecmathlib_avx2_8.h:1101
Functionvtable_lookup_32bit
* @brief Perform a vtable lookup in a 16x 8-bit table with 32-bit indices. */
Source/astcenc_vecmathlib_sse_4.h:1143
Functionvtable_lookup_32bit
* @brief Perform a vtable lookup in a 16x 8-bit table with 32-bit indices. */
Source/astcenc_vecmathlib_rvv_n.h:1080
← previousnext →1,301–1,400 of 1,420, ranked by callers