Home
last modified time | relevance | path

Searched defs:BitDesc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuFormatUtil.hpp75 class BitDesc class
81 BitDesc(uint64_t bit_, const char *name_) : bit(bit_), name(name_) in BitDesc() function in tcu::Format::BitDesc