Searched defs:fmtInfo (Results 1 - 19 of 19) sorted by relevance

/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp96 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); local
203 fmtInfo.valueMin.swizzle(sw[0], sw[1], sw[2], sw[3]),
204 fmtInfo.valueMax.swizzle(sw[0], sw[1], sw[2], sw[3]));
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp138 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
140 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
148 arrayTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias);
H A Des31fTextureFilteringTests.cpp205 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
206 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
207 const tcu::Vec4 cBias = fmtInfo.valueMin;
328 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
339 refParams.colorBias = fmtInfo.lookupBias;
340 refParams.colorScale = fmtInfo.lookupScale;
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp144 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
145 tcu::Vec4 cBias = fmtInfo.valueMin;
146 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
202 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
232 refParams.colorBias = fmtInfo.lookupBias;
233 refParams.colorScale = fmtInfo.lookupScale;
405 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
406 tcu::Vec4 cBias = fmtInfo.valueMin;
407 tcu::Vec4 cScale = fmtInfo
527 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des2aTextureMipmapTests.cpp254 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
285 sampleParams.colorBias = fmtInfo.lookupBias;
286 sampleParams.colorScale = fmtInfo.lookupScale;
/external/deqp/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp175 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
176 tcu::Vec4 cBias = fmtInfo.valueMin;
177 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
280 refParams.colorBias = fmtInfo.lookupBias;
281 refParams.colorScale = fmtInfo.lookupScale;
438 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
439 tcu::Vec4 cBias = fmtInfo.valueMin;
440 tcu::Vec4 cScale = fmtInfo
539 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des2fShaderTextureFunctionTests.cpp329 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
339 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
340 Vec4 cBias = fmtInfo.valueMin;
369 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
370 Vec4 cBias = fmtInfo.valueMin;
416 m_lookupParams.scale = fmtInfo.lookupScale;
417 m_lookupParams.bias = fmtInfo.lookupBias;
H A Des2fTextureUnitTests.cpp683 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(is2d ? m_textures2d.back()->getFormat() : m_texturesCube.back()->getFormat()); local
684 Vec4 cBias = fmtInfo.valueMin;
685 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
H A Des2fVertexTextureTests.cpp489 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
490 const Vec4 cBias = fmtInfo.valueMin;
491 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
795 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
796 const Vec4 cBias = fmtInfo.valueMin;
797 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp135 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
136 tcu::Vec4 cBias = fmtInfo.valueMin;
137 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
193 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
223 refParams.colorBias = fmtInfo.lookupBias;
224 refParams.colorScale = fmtInfo.lookupScale;
392 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
393 tcu::Vec4 cBias = fmtInfo.valueMin;
394 tcu::Vec4 cScale = fmtInfo
541 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des3aTextureMipmapTests.cpp246 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
278 sampleParams.colorBias = fmtInfo.lookupBias;
279 sampleParams.colorScale = fmtInfo.lookupScale;
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp120 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); local
169 Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax);
195 readPixels(dst, 0, 0, m_width, m_height, fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias);
362 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
364 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
372 cubeTexShader.setTexScaleBias(fmtInfo
491 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
617 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des3fTextureFilteringTests.cpp175 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
176 const tcu::Vec4 cBias = fmtInfo.valueMin;
177 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
280 refParams.colorBias = fmtInfo.lookupBias;
281 refParams.colorScale = fmtInfo.lookupScale;
453 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
454 tcu::Vec4 cBias = fmtInfo.valueMin;
455 tcu::Vec4 cScale = fmtInfo
566 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
736 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
831 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1001 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1071 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des3fTextureShadowTests.cpp486 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
487 tcu::Vec4 cBias = fmtInfo.valueMin;
488 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
778 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
779 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
780 tcu::Vec4 cBias = fmtInfo.valueMin;
H A Des3fFragmentOutputTests.cpp589 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(attachments[output.location+vecNdx].format); local
590 minVal = tcu::max(minVal, fmtInfo.valueMin);
591 maxVal = tcu::min(maxVal, fmtInfo.valueMax);
H A Des3fTextureMipmapTests.cpp1144 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1145 const tcu::Vec4& cScale = fmtInfo.lookupScale;
1146 const tcu::Vec4& cBias = fmtInfo.lookupBias;
1251 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1276 sampleParams.colorBias = fmtInfo.lookupBias;
1277 sampleParams.colorScale = fmtInfo.lookupScale;
2087 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
2088 const tcu::Vec4& cScale = fmtInfo.lookupScale;
2089 const tcu::Vec4& cBias = fmtInfo.lookupBias;
2128 const tcu::TextureFormatInfo fmtInfo local
[all...]
H A Des3fTextureUnitTests.cpp877 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); local
878 Vec4 cBias = fmtInfo.valueMin;
879 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
949 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt); local
956 texScales.push_back(fmtInfo.lookupScale);
957 texBiases.push_back(fmtInfo.lookupBias);
H A Des3fVertexTextureTests.cpp590 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
591 const Vec4 cBias = fmtInfo.valueMin;
592 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
899 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
900 const Vec4 cBias = fmtInfo.valueMin;
901 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
1236 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
1237 const Vec4 cBias = fmtInfo
1576 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
[all...]
H A Des3fShaderTextureFunctionTests.cpp631 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
643 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
644 Vec4 cBias = fmtInfo.valueMin;
673 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
674 Vec4 cBias = fmtInfo.valueMin;
732 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
733 Vec4 cBias = fmtInfo
[all...]

Completed in 219 milliseconds