Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp88 struct TextureFormatInfo struct
90 Vec4 valueMin;
91 Vec4 valueMax;
92 Vec4 lookupScale;
93 Vec4 lookupBias;
95TextureFormatInfo (const Vec4& valueMin_, const Vec4& valueMax_, const Vec4& lookupScale_, const V… in TextureFormatInfo() argument