Home
last modified time | relevance | path

Searched refs:maybe_weight_props (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.cc348 auto maybe_weight_props = DecodeWeightProps(astc_bits, &error); in DecodeNumWeightBits() local
349 if (!maybe_weight_props.hasValue()) { in DecodeNumWeightBits()
353 const auto weight_props = maybe_weight_props.value(); in DecodeNumWeightBits()
508 auto maybe_weight_props = DecodeWeightProps(astc_bits_, &error); in IsIllegalEncoding() local
509 if (!maybe_weight_props.hasValue()) { in IsIllegalEncoding()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc348 auto maybe_weight_props = DecodeWeightProps(astc_bits, &error); in DecodeNumWeightBits() local
349 if (!maybe_weight_props.hasValue()) { in DecodeNumWeightBits()
353 const auto weight_props = maybe_weight_props.value(); in DecodeNumWeightBits()
508 auto maybe_weight_props = DecodeWeightProps(astc_bits_, &error); in IsIllegalEncoding() local
509 if (!maybe_weight_props.hasValue()) { in IsIllegalEncoding()