Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp120 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); in render() local
169 Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); in render()
195 readPixels(dst, 0, 0, m_width, m_height, fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias); in render()
362 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in render() local
364 …< glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.… in render()
372 cubeTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias); in render()
491 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in render() local
493 …< glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.… in render()
501 arrayTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias); in render()
617 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in render() local
[all …]
Des3fTextureFilteringTests.cpp175 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local
176 const tcu::Vec4 cBias = fmtInfo.valueMin; in init()
177 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
280 refParams.colorBias = fmtInfo.lookupBias; in iterate()
281 refParams.colorScale = fmtInfo.lookupScale; in iterate()
453 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local
454 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
455 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
566 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
[all …]
Des3fVertexTextureTests.cpp590 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local
591 const Vec4 cBias = fmtInfo.valueMin; in init()
592 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
899 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local
900 const Vec4 cBias = fmtInfo.valueMin; in init()
901 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
1236 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local
1237 const Vec4 cBias = fmtInfo.valueMin; in init()
1238 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
1576 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local
[all …]
Des3fTextureShadowTests.cpp486 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local
487 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
488 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
778 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local
779 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
780 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
Des3fTextureMipmapTests.cpp1140 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local
1141 const tcu::Vec4& cScale = fmtInfo.lookupScale; in init()
1142 const tcu::Vec4& cBias = fmtInfo.lookupBias; in init()
1247 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
1272 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
1273 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
2083 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local
2084 const tcu::Vec4& cScale = fmtInfo.lookupScale; in init()
2085 const tcu::Vec4& cBias = fmtInfo.lookupBias; in init()
2124 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
[all …]
Des3fShaderTextureFunctionTests.cpp631 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in initTexture() local
643 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture()
644 Vec4 cBias = fmtInfo.valueMin; in initTexture()
673 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture()
674 Vec4 cBias = fmtInfo.valueMin; in initTexture()
732 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture()
733 Vec4 cBias = fmtInfo.valueMin; in initTexture()
767 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture()
768 Vec4 cBias = fmtInfo.valueMin; in initTexture()
801 m_lookupParams.scale = fmtInfo.lookupScale; in initTexture()
[all …]
Des3fFragmentOutputTests.cpp654 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(attachments[output.location+vecNd… in iterate() local
655 minVal = tcu::max(minVal, fmtInfo.valueMin); in iterate()
656 maxVal = tcu::min(maxVal, fmtInfo.valueMax); in iterate()
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp138 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in render() local
140 …< glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.… in render()
148 arrayTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias); in render()
Des31fTextureFilteringTests.cpp205 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local
206 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
207 const tcu::Vec4 cBias = fmtInfo.valueMin; in init()
328 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
339 refParams.colorBias = fmtInfo.lookupBias; in iterate()
340 refParams.colorScale = fmtInfo.lookupScale; in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp135 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local
136 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
137 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
193 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
223 refParams.colorBias = fmtInfo.lookupBias; in iterate()
224 refParams.colorScale = fmtInfo.lookupScale; in iterate()
392 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local
393 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
394 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
537 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
[all …]
Des3aTextureMipmapTests.cpp246 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
278 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
279 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp144 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local
145 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
146 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
202 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
232 refParams.colorBias = fmtInfo.lookupBias; in iterate()
233 refParams.colorScale = fmtInfo.lookupScale; in iterate()
405 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local
406 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
407 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
527 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
[all …]
Des2aTextureMipmapTests.cpp254 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
285 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
286 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
/external/deqp/modules/gles2/functional/
Des2fTextureFilteringTests.cpp175 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local
176 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
177 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
280 refParams.colorBias = fmtInfo.lookupBias; in iterate()
281 refParams.colorScale = fmtInfo.lookupScale; in iterate()
438 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local
439 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
440 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
539 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
[all …]
Des2fShaderTextureFunctionTests.cpp329 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in initTexture() local
339 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture()
340 Vec4 cBias = fmtInfo.valueMin; in initTexture()
369 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture()
370 Vec4 cBias = fmtInfo.valueMin; in initTexture()
416 m_lookupParams.scale = fmtInfo.lookupScale; in initTexture()
417 m_lookupParams.bias = fmtInfo.lookupBias; in initTexture()
Des2fVertexTextureTests.cpp489 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local
490 const Vec4 cBias = fmtInfo.valueMin; in init()
491 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
795 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local
796 const Vec4 cBias = fmtInfo.valueMin; in init()
797 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
Des2fTextureUnitTests.cpp683 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(is2d ? m_textures2d.back()->getFormat(… in init() local
684 Vec4 cBias = fmtInfo.valueMin; in init()
685 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp96 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); in init() local
203 fmtInfo.valueMin.swizzle(sw[0], sw[1], sw[2], sw[3]), in init()
204 fmtInfo.valueMax.swizzle(sw[0], sw[1], sw[2], sw[3])); in init()
Des3pShaderCompilationCases.cpp2196 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init() local
2199 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), fmtInfo.valueMin, fmtInfo.… in init()
2259 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(tex->getRefTexture().getFormat()); in init() local
2262 …tcu::fillWithComponentGradients(tex->getRefTexture().getLevel(0), fmtInfo.valueMin, fmtInfo.valueM… in init()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormatSymbols.java982 CurrencyFormatInfo fmtInfo = info.getFormatInfo(intlCurrencySymbol); in initialize() local
983 if (fmtInfo != null) { in initialize()
984 currencyPattern = fmtInfo.currencyPattern; in initialize()
985 monetarySeparator = fmtInfo.monetarySeparator; in initialize()
986 monetaryGroupingSeparator = fmtInfo.monetaryGroupingSeparator; in initialize()
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp2176 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); in init() local
2179 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), fmtInfo.valueMin, fmtInfo.… in init()
2239 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(tex->getRefTexture().getFormat()); in init() local
2242 …tcu::fillWithComponentGradients(tex->getRefTexture().getLevel(0), fmtInfo.valueMin, fmtInfo.valueM… in init()