Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexLookupVerifier.hpp55 struct IntLookupPrecision struct
57 …; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.
58 …ts; //!< Bits per component in final per-level UV(W) coordinates. Assumed to be fixed-point.
59 UVec4 colorThreshold; //!< Threshold for match.
60 BVec4 colorMask; //!< Channel mask for comparison.
62 IntLookupPrecision(void) : coordBits(22), uvwBits(16), colorThreshold(0), colorMask(true) in IntLookupPrecision() argument