Home
last modified time | relevance | path

Searched refs:bytes_per_component (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp924 int bytes_per_component = 1; // Bytes per component in the KTX file in load_ktx_uncompressed_image() local
932 bytes_per_component = 1; in load_ktx_uncompressed_image()
965 bytes_per_component = 2; in load_ktx_uncompressed_image()
998 bytes_per_component = 2; in load_ktx_uncompressed_image()
1031 bytes_per_component = 4; in load_ktx_uncompressed_image()
1105 uint32_t xstride = bytes_per_component * components * dim_x; in load_ktx_uncompressed_image()
1735 int bytes_per_component = 0; in load_dds_uncompressed_image() local
1762 int bytes_per_component; in load_dds_uncompressed_image() member
1793 bytes_per_component = format_params[i].bytes_per_component; in load_dds_uncompressed_image()
1822 bytes_per_component = 1; in load_dds_uncompressed_image()
[all …]