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

1 2

  /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/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...]
es3fVertexTextureTests.cpp 592 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
593 const Vec4 cBias = fmtInfo.valueMin;
594 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
901 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
902 const Vec4 cBias = fmtInfo.valueMin;
903 const 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...]
es3fTextureUnitTests.cpp 878 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat);
879 Vec4 cBias = fmtInfo.valueMin;
880 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
950 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt);
957 texScales.push_back(fmtInfo.lookupScale);
958 texBiases.push_back(fmtInfo.lookupBias);
    [all...]
es3fTextureMipmapTests.cpp     [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;
  /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/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/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/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;
200 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
211 refParams.colorBias = fmtInfo.lookupBias;
212 refParams.colorScale = fmtInfo.lookupScale;
313 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format));
314 const tcu::Vec4 cBias = fmtInfo.valueMin;
315 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin
    [all...]
vktTextureShadowTests.cpp 322 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt);
335 sampleParams.colorBias = fmtInfo.lookupBias;
336 sampleParams.colorScale = fmtInfo.lookupScale;
440 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format));
441 const tcu::Vec4 cBias = fmtInfo.valueMin;
442 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
658 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format));
659 const tcu::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...]
vktTextureFilteringExplicitLodTests.cpp 1222 const TextureFormatInfo fmtInfo = getTextureFormatInfo(m_testCase->m_format);
1224 const Vec4 cBias = fmtInfo.valueMin;
1225 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin;
    [all...]
  /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;
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;
798 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
799 const Vec4 cBias = fmtInfo.valueMin;
800 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
    [all...]
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...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 171 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(mapVkFormat(format));
174 lookupScale = fmtInfo.lookupScale;
175 lookupBias = fmtInfo.lookupBias;
    [all...]

Completed in 1334 milliseconds

1 2