/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 672 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 673 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 731 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 732 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 772 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 773 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 812 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 813 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 870 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 871 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() [all …]
|
D | es3fFboMultisampleTests.cpp | 137 …gradShader.setGradient(*getCurrentContext(), gradShaderID, colorFmtInfo.valueMin, colorFmtInfo.val… in render() 163 …atShaderID, Vec4(r,g,b,a) * (colorFmtInfo.valueMax-colorFmtInfo.valueMin) + colorFmtInfo.valueMin); in render() 194 …Vec4(0.0f, 0.0f, c, 1.0f) * (colorFmtInfo.valueMax-colorFmtInfo.valueMin) + colorFmtInfo.valueMin); in render() 218 …Vec4(0.0f, c, 0.0f, 1.0f) * (colorFmtInfo.valueMax-colorFmtInfo.valueMin) + colorFmtInfo.valueMin); in render()
|
D | es3fFboColorbufferTests.cpp | 169 Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); in render() 230 …AMPLER_2D, getFragmentOutputType(texFmt0), fmtInfo0.valueMax-fmtInfo0.valueMin, fmtInfo0.valueMin); in render() 231 …AMPLER_2D, getFragmentOutputType(texFmt1), fmtInfo1.valueMax-fmtInfo1.valueMin, fmtInfo1.valueMin); in render() 366 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render() 495 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render() 621 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render() 874 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); in render() 940 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); in render() 1002 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); in render()
|
D | es3fTextureFormatTests.cpp | 158 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient" in init() 167 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 328 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient" in init() 343 … case 0: gMin = spec.valueMin.swizzle(0, 1, 2, 3); gMax = spec.valueMax.swizzle(0, 1, 2, 3); break; in init() 344 … case 1: gMin = spec.valueMin.swizzle(2, 1, 0, 3); gMax = spec.valueMax.swizzle(2, 1, 0, 3); break; in init() 345 … case 2: gMin = spec.valueMin.swizzle(1, 2, 0, 3); gMax = spec.valueMax.swizzle(1, 2, 0, 3); break; in init() 346 … case 3: gMin = spec.valueMax.swizzle(0, 1, 2, 3); gMax = spec.valueMin.swizzle(0, 1, 2, 3); break; in init() 347 … case 4: gMin = spec.valueMax.swizzle(2, 1, 0, 3); gMax = spec.valueMin.swizzle(2, 1, 0, 3); break; in init() 348 … case 5: gMin = spec.valueMax.swizzle(1, 2, 0, 3); gMax = spec.valueMin.swizzle(1, 2, 0, 3); break; in init() 525 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() [all …]
|
D | es3fFramebufferBlitTests.cpp | 358 …rThan(srcFmtRangeInfo.valueMax-srcFmtRangeInfo.valueMin, dstFmtRangeInfo.valueMax-dstFmtRangeInfo.… in render() 359 …xtureFormatInfo srcRangeInfo (tcu::select(dstFmtRangeInfo.valueMin, srcFmtRangeInfo.valueMin, t… in render() 363 …xtureFormatInfo dstRangeInfo (tcu::select(dstFmtRangeInfo.valueMin, srcFmtRangeInfo.valueMin, t… in render() 406 …r.setGradient(*getCurrentContext(), gradShaderDstID, dstRangeInfo.valueMax, dstRangeInfo.valueMin); in render() 411 …gradientToSrcShader.setGradient(*getCurrentContext(), gradShaderSrcID, srcRangeInfo.valueMin, dstR… in render()
|
D | es3fFboInvalidateTests.cpp | 467 const tcu::Vec4& cBias = colorFmtInfo.valueMin; in render() 468 tcu::Vec4 cScale = colorFmtInfo.valueMax-colorFmtInfo.valueMin; in render() 628 …gradShader.setGradient(*getCurrentContext(), gradShaderID, colorFmtInfo.valueMin, colorFmtInfo.val… in render() 834 const tcu::Vec4& cBias = colorFmtInfo.valueMin; in render() 835 tcu::Vec4 cScale = colorFmtInfo.valueMax-colorFmtInfo.valueMin; in render() 993 …gradShader.setGradient(*getCurrentContext(), gradShaderID, colorFmtInfo.valueMin, colorFmtInfo.val… in render() 1212 const tcu::Vec4& cBias = colorFmtInfo.valueMin; in render() 1213 const tcu::Vec4 cScale = colorFmtInfo.valueMax-colorFmtInfo.valueMin; in render()
|
D | es3fVertexTextureTests.cpp | 593 const Vec4 cBias = fmtInfo.valueMin; in init() 594 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 902 const Vec4 cBias = fmtInfo.valueMin; in init() 903 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 1239 const Vec4 cBias = fmtInfo.valueMin; in init() 1240 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 1579 const Vec4 cBias = fmtInfo.valueMin; in init() 1580 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
|
D | es3fTextureFilteringTests.cpp | 198 const tcu::Vec4 cBias = fmtInfo.valueMin; in init() 199 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 478 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 479 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 763 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 764 const tcu::Vec4 cBias = fmtInfo.valueMin; in init() 1030 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 1031 const tcu::Vec4 cBias = fmtInfo.valueMin; in init()
|
D | es3fFboRenderTest.cpp | 535 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin; in render() 536 Vec4 fboOutBias = fboRangeInfo.valueMin; in render() 1117 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin; in render() 1118 Vec4 fboOutBias = fboRangeInfo.valueMin; in render() 1273 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin; in render() 1274 Vec4 fboOutBias = fboRangeInfo.valueMin; in render()
|
D | es3fTextureShadowTests.cpp | 489 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 490 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 781 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 782 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 120 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient" in init() 127 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 269 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient" in init() 284 … case 0: gMin = spec.valueMin.swizzle(0, 1, 2, 3); gMax = spec.valueMax.swizzle(0, 1, 2, 3); break; in init() 285 … case 1: gMin = spec.valueMin.swizzle(2, 1, 0, 3); gMax = spec.valueMax.swizzle(2, 1, 0, 3); break; in init() 286 … case 2: gMin = spec.valueMin.swizzle(1, 2, 0, 3); gMax = spec.valueMax.swizzle(1, 2, 0, 3); break; in init() 287 … case 3: gMin = spec.valueMax.swizzle(0, 1, 2, 3); gMax = spec.valueMin.swizzle(0, 1, 2, 3); break; in init() 288 … case 4: gMin = spec.valueMax.swizzle(2, 1, 0, 3); gMax = spec.valueMin.swizzle(2, 1, 0, 3); break; in init() 289 … case 5: gMin = spec.valueMax.swizzle(1, 2, 0, 3); gMax = spec.valueMin.swizzle(1, 2, 0, 3); break; in init()
|
D | es2fShaderTextureFunctionTests.cpp | 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()
|
D | es2fTextureFilteringTests.cpp | 177 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 178 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 440 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 441 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
|
D | es2fVertexTextureTests.cpp | 493 const Vec4 cBias = fmtInfo.valueMin; in init() 494 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 804 const Vec4 cBias = fmtInfo.valueMin; in init() 805 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 340 …const deInt32 red = deInt32(info.valueMin.x() + (info.valueMax.x() - info.valueMin.x()) * redScal… in clearRenderbuffer() 341 …const deInt32 green = deInt32(info.valueMin.y() + (info.valueMax.y() - info.valueMin.y()) * greenS… in clearRenderbuffer() 342 …const deInt32 blue = deInt32(info.valueMin.z() + (info.valueMax.z() - info.valueMin.z()) * blueSca… in clearRenderbuffer() 343 …const deInt32 alpha = deInt32(info.valueMin.w() + (info.valueMax.w() - info.valueMin.w()) * alphaS… in clearRenderbuffer() 366 const float red = info.valueMin.x() + (info.valueMax.x() - info.valueMin.x()) * redScale; in clearRenderbuffer() 367 const float green = info.valueMin.y() + (info.valueMax.y() - info.valueMin.y()) * greenScale; in clearRenderbuffer() 368 const float blue = info.valueMin.z() + (info.valueMax.z() - info.valueMin.z()) * blueScale; in clearRenderbuffer() 369 const float alpha = info.valueMin.w() + (info.valueMax.w() - info.valueMin.w()) * alphaScale; in clearRenderbuffer()
|
D | es31fTextureSpecificationTests.cpp | 344 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 345 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 384 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 385 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() 446 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() 447 Vec4 cBias = m_texFormatInfo.valueMin; in createTexture() 541 …size, m_size, m_depth, rowPitch, slicePitch, &data[0]), m_texFormatInfo.valueMin, m_texFormatInfo.… in createTexture() 552 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() 553 Vec4 cBias = m_texFormatInfo.valueMin; in createTexture()
|
D | es31fFboColorbufferTests.cpp | 135 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render() 228 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render()
|
D | es31fTextureFormatTests.cpp | 175 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init() 319 tcu::Vec4 colorA (spec.valueMin.x(), spec.valueMax.y(), spec.valueMin.z(), spec.valueMax.w()); in init() 320 tcu::Vec4 colorB (spec.valueMax.x(), spec.valueMin.y(), spec.valueMax.z(), spec.valueMin.w()); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 212 cBias = fmtInfoStencil.valueMin; in Texture2DFilteringTestInstance() 213 cScale = fmtInfoStencil.valueMax - fmtInfoStencil.valueMin; in Texture2DFilteringTestInstance() 217 cBias = fmtInfo.valueMin; in Texture2DFilteringTestInstance() 218 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in Texture2DFilteringTestInstance() 428 cBias = fmtInfoStencil.valueMin; in TextureCubeFilteringTestInstance() 429 cScale = fmtInfoStencil.valueMax - fmtInfoStencil.valueMin; in TextureCubeFilteringTestInstance() 433 cBias = fmtInfo.valueMin; in TextureCubeFilteringTestInstance() 434 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in TextureCubeFilteringTestInstance() 671 cBias = fmtInfoStencil.valueMin; in Texture2DArrayFilteringTestInstance() 672 cScale = fmtInfoStencil.valueMax - fmtInfoStencil.valueMin; in Texture2DArrayFilteringTestInstance() [all …]
|
D | vktTextureShadowTests.cpp | 479 const tcu::Vec4 cBias = fmtInfo.valueMin; in TextureCubeShadowTestInstance() 480 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeShadowTestInstance() 705 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture2DArrayShadowTestInstance() 706 const tcu::Vec4 cBias = fmtInfo.valueMin; in Texture2DArrayShadowTestInstance() 1134 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture1DArrayShadowTestInstance() 1135 const tcu::Vec4 cBias = fmtInfo.valueMin; in Texture1DArrayShadowTestInstance() 1348 const tcu::Vec4 cBias = fmtInfo.valueMin; in TextureCubeArrayShadowTestInstance() 1349 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeArrayShadowTestInstance()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 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.valueMin; in initTexture() 626 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() 627 Vec4 cBias = fmtInfo.valueMin; in initTexture()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.hpp | 90 Vec4 valueMin; member 96 : valueMin (valueMin_) in TextureFormatInfo()
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 147 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 148 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 408 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 409 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 137 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 138 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() 394 tcu::Vec4 cBias = fmtInfo.valueMin; in init() 395 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.hpp | 422 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {} in LogGradientFmt() 423 const tcu::Vec4* valueMin; member
|