Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTextureUtil.hpp89 struct TextureFormatInfo struct
91 Vec4 valueMin;
92 Vec4 valueMax;
93 Vec4 lookupScale;
94 Vec4 lookupBias;
96TextureFormatInfo(const Vec4 &valueMin_, const Vec4 &valueMax_, const Vec4 &lookupScale_, const Ve… in TextureFormatInfo() function