/external/deqp/external/openglcts/modules/common/ |
glcConfigListWGL.cpp | 53 const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pixelFormat); 55 if (!tcu::wgl::isSupportedByTests(fmtInfo)) 58 bool isAOSPOk = (fmtInfo.surfaceTypes & tcu::wgl::PixelFormatInfo::SURFACE_WINDOW) && fmtInfo.supportOpenGL && 59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; 60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0); 65 CONFIGTYPE_WGL, pixelFormat, SURFACETYPE_WINDOW, fmtInfo.redBits, fmtInfo.greenBits, fmtInfo.blueBits, 66 fmtInfo.alphaBits, fmtInfo.depthBits, fmtInfo.stencilBits, fmtInfo.samples)) [all...] |
/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]));
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
vktProtectedMemWorkgroupStorageTests.cpp | 177 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 184 fillWithRandomColorTiles(level, fmtInfo.valueMin, fmtInfo.valueMax, getSeedValue(m_params));
|
vktProtectedMemShaderImageAccessTests.cpp | 458 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 475 fillWithRandomColorTiles(level, fmtInfo.valueMin, fmtInfo.valueMax, getSeedValue(m_params)); [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 | 211 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 212 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 213 const tcu::Vec4 cBias = fmtInfo.valueMin; 334 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 345 refParams.colorBias = fmtInfo.lookupBias; 346 refParams.colorScale = fmtInfo.lookupScale;
|
es31fShaderFramebufferFetchTests.cpp | 252 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(format); 253 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 254 const tcu::Vec4 cBias = fmtInfo.valueMin; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureFilteringTests.cpp | 118 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); 119 const tcu::Vec4 cBias = fmtInfo.valueMin; 120 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 203 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 214 refParams.colorBias = fmtInfo.lookupBias; 215 refParams.colorScale = fmtInfo.lookupScale; 317 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); 318 const tcu::Vec4 cBias = fmtInfo.valueMin; 319 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin [all...] |
vktTextureShadowTests.cpp | 324 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 337 sampleParams.colorBias = fmtInfo.lookupBias; 338 sampleParams.colorScale = fmtInfo.lookupScale; 442 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); 443 const tcu::Vec4 cBias = fmtInfo.valueMin; 444 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 660 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); 661 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin [all...] |
vktTextureFilteringExplicitLodTests.cpp | 1123 const TextureFormatInfo fmtInfo = getTextureFormatInfo(m_testCase->m_format); 1125 const Vec4 cBias = fmtInfo.valueMin; 1126 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; [all...] |
vktTextureMipmapTests.cpp | 675 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 676 const tcu::Vec4& cScale = fmtInfo.lookupScale; 677 const tcu::Vec4& cBias = fmtInfo.lookupBias; 771 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 794 refParams.colorBias = fmtInfo.lookupBias; 795 refParams.colorScale = fmtInfo.lookupScale; [all...] |
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 146 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 147 tcu::Vec4 cBias = fmtInfo.valueMin; 148 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 204 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 234 refParams.colorBias = fmtInfo.lookupBias; 235 refParams.colorScale = fmtInfo.lookupScale; 407 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 408 tcu::Vec4 cBias = fmtInfo.valueMin; 409 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin [all...] |
es2aTextureMipmapTests.cpp | 256 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 287 sampleParams.colorBias = fmtInfo.lookupBias; 288 sampleParams.colorScale = fmtInfo.lookupScale;
|
/external/deqp/modules/gles2/functional/ |
es2fTextureFilteringTests.cpp | 176 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 177 tcu::Vec4 cBias = fmtInfo.valueMin; 178 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 267 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 281 refParams.colorBias = fmtInfo.lookupBias; 282 refParams.colorScale = fmtInfo.lookupScale; 439 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 440 tcu::Vec4 cBias = fmtInfo.valueMin; 441 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;
|
es2fTextureUnitTests.cpp | 684 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(is2d ? m_textures2d.back()->getFormat() : m_texturesCube.back()->getFormat()); 685 Vec4 cBias = fmtInfo.valueMin; 686 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; [all...] |
es2fVertexTextureTests.cpp | 492 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 493 const Vec4 cBias = fmtInfo.valueMin; 494 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 807 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 808 const Vec4 cBias = fmtInfo.valueMin; 809 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; [all...] |
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 136 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 137 tcu::Vec4 cBias = fmtInfo.valueMin; 138 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 194 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 224 refParams.colorBias = fmtInfo.lookupBias; 225 refParams.colorScale = fmtInfo.lookupScale; 393 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 394 tcu::Vec4 cBias = fmtInfo.valueMin; 395 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin [all...] |
es3aTextureMipmapTests.cpp | 247 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 279 sampleParams.colorBias = fmtInfo.lookupBias; 280 sampleParams.colorScale = fmtInfo.lookupScale;
|
/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 | 194 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 195 const tcu::Vec4 cBias = fmtInfo.valueMin; 196 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 285 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 299 refParams.colorBias = fmtInfo.lookupBias; 300 refParams.colorScale = fmtInfo.lookupScale; 474 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 475 tcu::Vec4 cBias = fmtInfo.valueMin; 476 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin [all...] |
es3fTextureShadowTests.cpp | 488 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 489 tcu::Vec4 cBias = fmtInfo.valueMin; 490 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 780 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 781 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; 782 tcu::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...] |
es3fTextureMipmapTests.cpp | [all...] |
/external/deqp/external/openglcts/modules/gles2/ |
es2cTexture3DTests.cpp | 538 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 539 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; 540 const tcu::Vec4 cBias = fmtInfo.valueMin; 603 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); 616 refParams.colorBias = fmtInfo.lookupBias; 617 refParams.colorScale = fmtInfo.lookupScale; [all...] |