Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp65 struct TextureFormatInfo struct
67 Vec4 valueMin;
68 Vec4 valueMax;
69 Vec4 lookupScale;
70 Vec4 lookupBias;
72TextureFormatInfo (const Vec4& valueMin_, const Vec4& valueMax_, const Vec4& lookupScale_, const V… in TextureFormatInfo() function