Home
last modified time | relevance | path

Searched refs:s_formatData (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/internal/
DditTextureFormatTests.cpp1123 } s_formatData[] = variable
1174 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_formatData) == TextureFormat::CHANNELTYPE_LAST);
1194 const int numPixels = s_formatData[format.type].inputSize / inputPixelSize; in getInputAccess()
1197 DE_ASSERT(numPixels*inputPixelSize == s_formatData[format.type].inputSize); in getInputAccess()
1199 …erAccess(format, IVec3(numPixels, 1, 1), IVec3(inputPixelSize, 0, 0), s_formatData[format.type].in… in getInputAccess()
1208 return s_formatData[format.type].floatRef; in getRawReference()
1214 return s_formatData[format.type].intRef; in getRawReference()
1220 return s_formatData[format.type].uintRef; in getRawReference()