Home
last modified time | relevance | path

Searched refs:is24bit_ (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h493 is24bit_(false), signext(false)
884 constexpr void set24bit(bool flag) noexcept { is24bit_ = flag; }
886 constexpr bool is24bit() const noexcept { return is24bit_; }
906 uint8_t is24bit_ : 1; member

Completed in 4 milliseconds