/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListWGL.cpp | 53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList() local 55 if (!tcu::wgl::isSupportedByTests(fmtInfo)) in getDefaultWglConfigList() 58 …bool isAOSPOk = (fmtInfo.surfaceTypes & tcu::wgl::PixelFormatInfo::SURFACE_WINDOW) && fmtInfo.supp… in getDefaultWglConfigList() 59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; in getDefaultWglConfigList() 60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0); in getDefaultWglConfigList() 65 …CONFIGTYPE_WGL, pixelFormat, SURFACETYPE_WINDOW, fmtInfo.redBits, fmtInfo.greenBits, fmtInfo.blueB… in getDefaultWglConfigList() 66 fmtInfo.alphaBits, fmtInfo.depthBits, fmtInfo.stencilBits, fmtInfo.samples)); in getDefaultWglConfigList()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 120 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 …]
|
D | es3fTextureFilteringTests.cpp | 194 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local 195 const tcu::Vec4 cBias = fmtInfo.valueMin; in init() 196 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 285 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 299 refParams.colorBias = fmtInfo.lookupBias; in iterate() 300 refParams.colorScale = fmtInfo.lookupScale; in iterate() 474 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local 475 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 476 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 587 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local [all …]
|
D | es3fVertexTextureTests.cpp | 592 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local 593 const Vec4 cBias = fmtInfo.valueMin; in init() 594 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 901 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local 902 const Vec4 cBias = fmtInfo.valueMin; in init() 903 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 1238 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local 1239 const Vec4 cBias = fmtInfo.valueMin; in init() 1240 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 1578 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local [all …]
|
D | es3fTextureShadowTests.cpp | 488 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local 489 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 490 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 780 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local 781 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 782 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
|
D | es3fTextureUnitTests.cpp | 878 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); in init() local 879 Vec4 cBias = fmtInfo.valueMin; in init() 880 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 950 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt); in init() local 957 texScales.push_back(fmtInfo.lookupScale); in init() 958 texBiases.push_back(fmtInfo.lookupBias); in init()
|
D | es3fTextureMipmapTests.cpp | 1141 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local 1142 const tcu::Vec4& cScale = fmtInfo.lookupScale; in init() 1143 const tcu::Vec4& cBias = fmtInfo.lookupBias; in init() 1248 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 1273 sampleParams.colorBias = fmtInfo.lookupBias; in iterate() 1274 sampleParams.colorScale = fmtInfo.lookupScale; in iterate() 2084 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local 2085 const tcu::Vec4& cScale = fmtInfo.lookupScale; in init() 2086 const tcu::Vec4& cBias = fmtInfo.lookupBias; in init() 2125 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 138 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()
|
D | es31fTextureFilteringTests.cpp | 211 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local 212 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 213 const tcu::Vec4 cBias = fmtInfo.valueMin; in init() 334 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 345 refParams.colorBias = fmtInfo.lookupBias; in iterate() 346 refParams.colorScale = fmtInfo.lookupScale; in iterate()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 136 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local 137 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 138 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 194 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 224 refParams.colorBias = fmtInfo.lookupBias; in iterate() 225 refParams.colorScale = fmtInfo.lookupScale; in iterate() 393 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local 394 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 395 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 538 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local [all …]
|
D | es3aTextureMipmapTests.cpp | 247 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 279 sampleParams.colorBias = fmtInfo.lookupBias; in iterate() 280 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 146 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local 147 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 148 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 204 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 234 refParams.colorBias = fmtInfo.lookupBias; in iterate() 235 refParams.colorScale = fmtInfo.lookupScale; in iterate() 407 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local 408 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 409 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 529 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local [all …]
|
D | es2aTextureMipmapTests.cpp | 256 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 287 sampleParams.colorBias = fmtInfo.lookupBias; in iterate() 288 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 118 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters… in Texture2DFilteringTestInstance() local 119 const tcu::Vec4 cBias = fmtInfo.valueMin; in Texture2DFilteringTestInstance() 120 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture2DFilteringTestInstance() 203 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 214 refParams.colorBias = fmtInfo.lookupBias; in iterate() 215 refParams.colorScale = fmtInfo.lookupScale; in iterate() 317 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters… in TextureCubeFilteringTestInstance() local 318 const tcu::Vec4 cBias = fmtInfo.valueMin; in TextureCubeFilteringTestInstance() 319 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeFilteringTestInstance() 418 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local [all …]
|
D | vktTextureShadowTests.cpp | 324 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 337 sampleParams.colorBias = fmtInfo.lookupBias; in iterate() 338 sampleParams.colorScale = fmtInfo.lookupScale; in iterate() 442 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters… in TextureCubeShadowTestInstance() local 443 const tcu::Vec4 cBias = fmtInfo.valueMin; in TextureCubeShadowTestInstance() 444 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeShadowTestInstance() 660 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters… in Texture2DArrayShadowTestInstance() local 661 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture2DArrayShadowTestInstance() 662 const tcu::Vec4 cBias = fmtInfo.valueMin; in Texture2DArrayShadowTestInstance()
|
D | vktTextureMipmapTests.cpp | 675 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in Texture3DMipmapTestInstance() local 676 const tcu::Vec4& cScale = fmtInfo.lookupScale; in Texture3DMipmapTestInstance() 677 const tcu::Vec4& cBias = fmtInfo.lookupBias; in Texture3DMipmapTestInstance() 771 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 794 refParams.colorBias = fmtInfo.lookupBias; in iterate() 795 refParams.colorScale = fmtInfo.lookupScale; in iterate() 1473 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(mapVkFormat(format)); in Texture3DLodControlTestInstance() local 1474 const tcu::Vec4& cScale = fmtInfo.lookupScale; in Texture3DLodControlTestInstance() 1475 const tcu::Vec4& cBias = fmtInfo.lookupBias; in Texture3DLodControlTestInstance() 1508 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local [all …]
|
D | vktTextureFilteringExplicitLodTests.cpp | 1123 const TextureFormatInfo fmtInfo = getTextureFormatInfo(m_testCase->m_format); in generate() local 1125 const Vec4 cBias = fmtInfo.valueMin; in generate() 1126 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in generate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFilteringTests.cpp | 176 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local 177 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 178 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 267 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local 281 refParams.colorBias = fmtInfo.lookupBias; in iterate() 282 refParams.colorScale = fmtInfo.lookupScale; in iterate() 439 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getForm… in init() local 440 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 441 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 540 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local [all …]
|
D | es2fShaderTextureFunctionTests.cpp | 324 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in initTexture() local 334 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() 335 Vec4 cBias = fmtInfo.valueMin; in initTexture() 364 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() 365 Vec4 cBias = fmtInfo.valueMin; in initTexture() 411 m_lookupParams.scale = fmtInfo.lookupScale; in initTexture() 412 m_lookupParams.bias = fmtInfo.lookupBias; in initTexture()
|
D | es2fVertexTextureTests.cpp | 492 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local 493 const Vec4 cBias = fmtInfo.valueMin; in init() 494 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 807 …const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().g… in init() local 808 const Vec4 cBias = fmtInfo.valueMin; in init() 809 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
|
D | es2fTextureUnitTests.cpp | 684 …tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(is2d ? m_textures2d.back()->getFormat(… in init() local 685 Vec4 cBias = fmtInfo.valueMin; in init() 686 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 96 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()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormatSymbols.java | 1409 CurrencyFormatInfo fmtInfo = info.getFormatInfo(intlCurrencySymbol); in initialize() local 1410 if (fmtInfo != null) { in initialize() 1411 currencyPattern = fmtInfo.currencyPattern; in initialize() 1412 setMonetaryDecimalSeparatorString(fmtInfo.monetaryDecimalSeparator); in initialize() 1413 setMonetaryGroupingSeparatorString(fmtInfo.monetaryGroupingSeparator); in initialize()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormatSymbols.java | 1316 CurrencyFormatInfo fmtInfo = info.getFormatInfo(intlCurrencySymbol); in initialize() local 1317 if (fmtInfo != null) { in initialize() 1318 currencyPattern = fmtInfo.currencyPattern; in initialize() 1319 setMonetaryDecimalSeparatorString(fmtInfo.monetaryDecimalSeparator); in initialize() 1320 setMonetaryGroupingSeparatorString(fmtInfo.monetaryGroupingSeparator); in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWorkgroupStorageTests.cpp | 177 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in createTestTexture2D() local 184 fillWithRandomColorTiles(level, fmtInfo.valueMin, fmtInfo.valueMax, getSeedValue(m_params)); in createTestTexture2D()
|