Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dphysical_astc_block.cc65 base::Optional<BlockMode> DecodeBlockMode(const base::UInt128 astc_bits);
78 base::Optional<BlockMode> DecodeBlockMode(const base::UInt128 astc_bits) { in DecodeBlockMode() function
119 auto block_mode = DecodeBlockMode(astc_bits); in DecodeWeightProps()
313 base::Optional<BlockMode> block_mode = DecodeBlockMode(astc_bits); in DecodeDualPlaneBit()
505 base::Optional<BlockMode> block_mode = DecodeBlockMode(astc_bits_); in IsIllegalEncoding()
573 return DecodeBlockMode(astc_bits_) == BlockMode::kVoidExtent; in IsVoidExtent()
727 if (DecodeBlockMode(astc_bits_) == BlockMode::kVoidExtent) { in NumPartitions()
749 if (DecodeBlockMode(astc_bits_) == BlockMode::kVoidExtent) { in GetEndpointMode()