Home
last modified time | relevance | path

Searched refs:fmtInfo (Results 1 - 25 of 45) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListWGL.cpp53 const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pixelFormat); in getDefaultWglConfigList() local
55 if (!tcu::wgl::isSupportedByTests(fmtInfo)) in getDefaultWglConfigList()
58 bool isAOSPOk = (fmtInfo.surfaceTypes & tcu::wgl::PixelFormatInfo::SURFACE_WINDOW) && fmtInfo.supportOpenGL && in getDefaultWglConfigList()
59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; in getDefaultWglConfigList()
60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0); in getDefaultWglConfigList()
63 (fmtInfo.redBits > 8 || fmtInfo.greenBits > 8 || fmtInfo.blueBits > 8 || fmtInfo in getDefaultWglConfigList()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp133 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in render() local
135 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render()
190 readPixels(dst, 0, 0, getWidth(), getHeight(), texFmt, fmtInfo.lookupScale, fmtInfo.lookupBias); in render()
226 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in render() local
228 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo in render()
[all...]
H A Des31fTextureFilteringTests.cpp217 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local
218 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
219 const tcu::Vec4 cBias = fmtInfo.valueMin; in init()
346 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
357 refParams.colorBias = fmtInfo.lookupBias; in iterate()
358 refParams.colorScale = fmtInfo.lookupScale; in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
364 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in render() local
366 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render()
374 cubeTexShader.setTexScaleBias(fmtInfo in render()
493 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); render() local
619 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); render() local
834 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); render() local
906 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); render() local
972 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); render() local
[all...]
H A Des3fTextureFilteringTests.cpp197 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); in init() local
198 const tcu::Vec4 cBias = fmtInfo.valueMin; in init()
199 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
288 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
302 refParams.colorBias = fmtInfo.lookupBias; in iterate()
303 refParams.colorScale = fmtInfo.lookupScale; in iterate()
477 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); in init() local
478 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
479 tcu::Vec4 cScale = fmtInfo in init()
590 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
762 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); init() local
857 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
1029 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); init() local
1099 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
[all...]
H A Des3fVertexTextureTests.cpp592 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 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().getFormat()); 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().getFormat()); in init() local
1239 const Vec4 cBias = fmtInfo in init()
1578 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); init() local
[all...]
H A Des3fTextureShadowTests.cpp490 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local
491 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
492 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
782 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in init() local
783 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
784 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
H A Des3fTextureUnitTests.cpp880 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); in init() local
881 Vec4 cBias = fmtInfo.valueMin; in init()
882 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
952 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt); in init() local
959 texScales.push_back(fmtInfo.lookupScale); in init()
960 texBiases.push_back(fmtInfo.lookupBias); in init()
H A Des3fTextureMipmapTests.cpp1141 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 in iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp476 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in initTexture() local
486 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture()
487 Vec4 cBias = fmtInfo.valueMin; in initTexture()
521 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture()
522 Vec4 cBias = fmtInfo.valueMin; in initTexture()
561 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture()
562 Vec4 cBias = fmtInfo in initTexture()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp234 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); in Texture2DFilteringTestInstance() local
245 cBias = fmtInfo.valueMin; in Texture2DFilteringTestInstance()
246 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in Texture2DFilteringTestInstance()
330 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
346 refParams.colorBias = fmtInfo.lookupBias; in iterate()
347 refParams.colorScale = fmtInfo.lookupScale; in iterate()
450 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); in TextureCubeFilteringTestInstance() local
461 cBias = fmtInfo.valueMin; in TextureCubeFilteringTestInstance()
462 cScale = fmtInfo in TextureCubeFilteringTestInstance()
565 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
698 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); Texture2DArrayFilteringTestInstance() local
783 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
921 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); Texture3DFilteringTestInstance() local
992 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
[all...]
H A DvktTextureShadowTests.cpp375 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
388 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
389 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
514 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); in TextureCubeShadowTestInstance() local
515 const tcu::Vec4 cBias = fmtInfo.valueMin; in TextureCubeShadowTestInstance()
516 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeShadowTestInstance()
751 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); in Texture2DArrayShadowTestInstance() local
752 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo in Texture2DArrayShadowTestInstance()
1065 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
1202 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); Texture1DArrayShadowTestInstance() local
1429 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); TextureCubeArrayShadowTestInstance() local
[all...]
H A DvktTextureFilteringExplicitLodTests.cpp1120 const TextureFormatInfo fmtInfo = getTextureFormatInfo(m_testCase->m_format); in generate() local
1122 const Vec4 cBias = fmtInfo.valueMin; in generate()
1123 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in generate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringTests.cpp233 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); in Texture2DFilteringTestInstance() local
244 cBias = fmtInfo.valueMin; in Texture2DFilteringTestInstance()
245 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in Texture2DFilteringTestInstance()
329 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
345 refParams.colorBias = fmtInfo.lookupBias; in iterate()
346 refParams.colorScale = fmtInfo.lookupScale; in iterate()
449 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); in TextureCubeFilteringTestInstance() local
460 cBias = fmtInfo.valueMin; in TextureCubeFilteringTestInstance()
461 cScale = fmtInfo in TextureCubeFilteringTestInstance()
564 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
697 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); Texture2DArrayFilteringTestInstance() local
782 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
920 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); Texture3DFilteringTestInstance() local
991 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
[all...]
H A DvktTextureShadowTests.cpp373 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
386 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
387 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
512 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); in TextureCubeShadowTestInstance() local
513 const tcu::Vec4 cBias = fmtInfo.valueMin; in TextureCubeShadowTestInstance()
514 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeShadowTestInstance()
749 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); in Texture2DArrayShadowTestInstance() local
750 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo in Texture2DArrayShadowTestInstance()
1063 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
1200 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); Texture1DArrayShadowTestInstance() local
1427 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); TextureCubeArrayShadowTestInstance() local
[all...]
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp146 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 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().getFormat()); in init() local
408 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
409 tcu::Vec4 cScale = fmtInfo in init()
529 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
[all...]
H A Des2aTextureMipmapTests.cpp256 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
287 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
288 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp176 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 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().getFormat()); in init() local
440 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
441 tcu::Vec4 cScale = fmtInfo in init()
540 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
[all...]
H A Des2fShaderTextureFunctionTests.cpp324 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()
H A Des2fVertexTextureTests.cpp492 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); in init() local
493 const Vec4 cBias = fmtInfo.valueMin; in init()
494 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
803 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); in init() local
804 const Vec4 cBias = fmtInfo.valueMin; in init()
805 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp136 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); 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().getFormat()); in init() local
394 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
395 tcu::Vec4 cScale = fmtInfo in init()
538 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); iterate() local
[all...]
H A Des3aTextureMipmapTests.cpp247 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in iterate() local
279 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
280 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
/third_party/vk-gl-cts/modules/gles3/performance/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWorkgroupStorageTests.cpp181 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in createTestTexture2D() local
188 fillWithRandomColorTiles(level, fmtInfo.valueMin, fmtInfo.valueMax, getSeedValue(m_params)); in createTestTexture2D()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemWorkgroupStorageTests.cpp182 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); in createTestTexture2D() local
189 fillWithRandomColorTiles(level, fmtInfo.valueMin, fmtInfo.valueMax, getSeedValue(m_params)); in createTestTexture2D()

Completed in 41 milliseconds

12