HomeSort by relevance Sort by last modified time
    Searched refs:fmtInfo (Results 1 - 25 of 29) sorted by null

1 2

  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 120 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat);
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);
364 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
372 cubeTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias)
    [all...]
es3fTextureFilteringTests.cpp 175 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
176 const tcu::Vec4 cBias = fmtInfo.valueMin;
177 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
280 refParams.colorBias = fmtInfo.lookupBias;
281 refParams.colorScale = fmtInfo.lookupScale;
453 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
454 tcu::Vec4 cBias = fmtInfo.valueMin;
455 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin
    [all...]
es3fVertexTextureTests.cpp 590 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
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());
900 const Vec4 cBias = fmtInfo.valueMin;
901 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
    [all...]
es3fTextureShadowTests.cpp 486 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
487 tcu::Vec4 cBias = fmtInfo.valueMin;
488 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
778 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
779 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
780 tcu::Vec4 cBias = fmtInfo.valueMin;
    [all...]
es3fTextureUnitTests.cpp 877 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat);
878 Vec4 cBias = fmtInfo.valueMin;
879 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
949 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt);
956 texScales.push_back(fmtInfo.lookupScale);
957 texBiases.push_back(fmtInfo.lookupBias);
    [all...]
es3fTextureMipmapTests.cpp     [all...]
es3fShaderTextureFunctionTests.cpp 568 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
580 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
581 Vec4 cBias = fmtInfo.valueMin;
610 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
611 Vec4 cBias = fmtInfo.valueMin;
    [all...]
es3fFragmentOutputTests.cpp 654 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(attachments[output.location+vecNdx].format);
655 minVal = tcu::max(minVal, fmtInfo.valueMin);
656 maxVal = tcu::min(maxVal, fmtInfo.valueMax);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 138 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
140 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
148 arrayTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias);
es31fTextureFilteringTests.cpp 205 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
206 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
207 const tcu::Vec4 cBias = fmtInfo.valueMin;
328 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
339 refParams.colorBias = fmtInfo.lookupBias;
340 refParams.colorScale = fmtInfo.lookupScale;
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 144 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
145 tcu::Vec4 cBias = fmtInfo.valueMin;
146 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
202 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
232 refParams.colorBias = fmtInfo.lookupBias;
233 refParams.colorScale = fmtInfo.lookupScale;
405 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
406 tcu::Vec4 cBias = fmtInfo.valueMin;
407 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin
    [all...]
es2aTextureMipmapTests.cpp 254 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
285 sampleParams.colorBias = fmtInfo.lookupBias;
286 sampleParams.colorScale = fmtInfo.lookupScale;
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 135 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
136 tcu::Vec4 cBias = fmtInfo.valueMin;
137 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
193 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
223 refParams.colorBias = fmtInfo.lookupBias;
224 refParams.colorScale = fmtInfo.lookupScale;
392 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
393 tcu::Vec4 cBias = fmtInfo.valueMin;
394 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin
    [all...]
es3aTextureMipmapTests.cpp 246 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
278 sampleParams.colorBias = fmtInfo.lookupBias;
279 sampleParams.colorScale = fmtInfo.lookupScale;
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 96 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat);
203 fmtInfo.valueMin.swizzle(sw[0], sw[1], sw[2], sw[3]),
204 fmtInfo.valueMax.swizzle(sw[0], sw[1], sw[2], sw[3]));
es3pShaderCompilationCases.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 175 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
176 tcu::Vec4 cBias = fmtInfo.valueMin;
177 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
266 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
280 refParams.colorBias = fmtInfo.lookupBias;
281 refParams.colorScale = fmtInfo.lookupScale;
438 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
439 tcu::Vec4 cBias = fmtInfo.valueMin;
440 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin
    [all...]
es2fShaderTextureFunctionTests.cpp 324 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
334 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
335 Vec4 cBias = fmtInfo.valueMin;
364 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
365 Vec4 cBias = fmtInfo.valueMin;
411 m_lookupParams.scale = fmtInfo.lookupScale;
412 m_lookupParams.bias = fmtInfo.lookupBias;
es2fVertexTextureTests.cpp 489 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
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());
796 const Vec4 cBias = fmtInfo.valueMin;
797 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
    [all...]
es2fTextureUnitTests.cpp 683 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(is2d ? m_textures2d.back()->getFormat() : m_texturesCube.back()->getFormat());
684 Vec4 cBias = fmtInfo.valueMin;
685 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java 859 CurrencyFormatInfo fmtInfo = info.getFormatInfo(intlCurrencySymbol);
860 if (fmtInfo != null) {
861 currencyPattern = fmtInfo.currencyPattern;
862 monetarySeparator = fmtInfo.monetarySeparator;
863 monetaryGroupingSeparator = fmtInfo.monetaryGroupingSeparator;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 917 CurrencyFormatInfo fmtInfo = info.getFormatInfo(intlCurrencySymbol);
918 if (fmtInfo != null) {
919 currencyPattern = fmtInfo.currencyPattern;
920 monetarySeparator = fmtInfo.monetarySeparator;
921 monetaryGroupingSeparator = fmtInfo.monetaryGroupingSeparator;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 196 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(testTexture.getLevel(0, 0).getFormat());
199 lookupScale = fmtInfo.lookupScale;
200 lookupBias = fmtInfo.lookupBias;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp     [all...]
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]

Completed in 949 milliseconds

1 2