Searched refs:fmtInfo (Results 1 - 22 of 22) sorted by relevance

/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
832 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); local
904 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); local
970 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); 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 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 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 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 Des3fTextureMipmapTests.cpp1140 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1141 const tcu::Vec4& cScale = fmtInfo.lookupScale;
1142 const tcu::Vec4& cBias = fmtInfo.lookupBias;
1247 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1272 sampleParams.colorBias = fmtInfo.lookupBias;
1273 sampleParams.colorScale = fmtInfo.lookupScale;
2083 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
2084 const tcu::Vec4& cScale = fmtInfo.lookupScale;
2085 const tcu::Vec4& cBias = fmtInfo.lookupBias;
2124 const tcu::TextureFormatInfo fmtInfo 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...]
H A Des3fFragmentOutputTests.cpp654 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(attachments[output.location+vecNdx].format); local
655 minVal = tcu::max(minVal, fmtInfo.valueMin);
656 maxVal = tcu::min(maxVal, fmtInfo.valueMax);
/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/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
537 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/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]));
H A Des3pShaderCompilationCases.cpp2196 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
2199 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), fmtInfo.valueMin, fmtInfo.valueMax);
2259 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(tex->getRefTexture().getFormat());
2262 tcu::fillWithComponentGradients(tex->getRefTexture().getLevel(0), fmtInfo.valueMin, fmtInfo.valueMax);
/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 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;
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;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java982 CurrencyFormatInfo fmtInfo = info.getFormatInfo(intlCurrencySymbol);
983 if (fmtInfo != null) {
984 currencyPattern = fmtInfo.currencyPattern;
985 monetarySeparator = fmtInfo.monetarySeparator;
986 monetaryGroupingSeparator = fmtInfo.monetaryGroupingSeparator;
/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp2176 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
2179 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), fmtInfo.valueMin, fmtInfo.valueMax);
2239 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(tex->getRefTexture().getFormat());
2242 tcu::fillWithComponentGradients(tex->getRefTexture().getLevel(0), fmtInfo.valueMin, fmtInfo.valueMax);

Completed in 503 milliseconds