Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp86 struct TextureFormatInfo struct
88 Vec4 valueMin;
89 Vec4 valueMax;
90 Vec4 lookupScale;
91 Vec4 lookupBias;
93TextureFormatInfo (const Vec4& valueMin_, const Vec4& valueMax_, const Vec4& lookupScale_, const V… in TextureFormatInfo() function