Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc70 int DecodeNumPartitions(const base::UInt128 astc_bits);
330 int DecodeNumPartitions(const base::UInt128 astc_bits) { in DecodeNumPartitions() function
370 const int num_partitions = DecodeNumPartitions(astc_bits); in DecodeNumExtraCEMBits()
407 int num_partitions = DecodeNumPartitions(astc_bits); in DecodeEndpointMode()
467 auto num_partitions = DecodeNumPartitions(astc_bits); in DecodeNumColorValues()
547 const int num_partitions = DecodeNumPartitions(astc_bits_); in IsIllegalEncoding()
732 return DecodeNumPartitions(astc_bits_); in NumPartitions()
754 if (partition < 0 || DecodeNumPartitions(astc_bits_) <= partition) { in GetEndpointMode()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc70 int DecodeNumPartitions(const base::UInt128 astc_bits);
330 int DecodeNumPartitions(const base::UInt128 astc_bits) { in DecodeNumPartitions() function
370 const int num_partitions = DecodeNumPartitions(astc_bits); in DecodeNumExtraCEMBits()
407 int num_partitions = DecodeNumPartitions(astc_bits); in DecodeEndpointMode()
467 auto num_partitions = DecodeNumPartitions(astc_bits); in DecodeNumColorValues()
547 const int num_partitions = DecodeNumPartitions(astc_bits_); in IsIllegalEncoding()
732 return DecodeNumPartitions(astc_bits_); in NumPartitions()
754 if (partition < 0 || DecodeNumPartitions(astc_bits_) <= partition) { in GetEndpointMode()