Home
last modified time | relevance | path

Searched refs:valueMin (Results 1 – 25 of 52) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp672 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 …]
Des3fFboMultisampleTests.cpp137 …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()
Des3fFboColorbufferTests.cpp169 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()
364 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render()
493 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render()
619 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render()
872 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); in render()
938 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); in render()
1000 const Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax); in render()
Des3fTextureFormatTests.cpp155 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient" in init()
164 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
325 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient" in init()
340 … case 0: gMin = spec.valueMin.swizzle(0, 1, 2, 3); gMax = spec.valueMax.swizzle(0, 1, 2, 3); break; in init()
341 … case 1: gMin = spec.valueMin.swizzle(2, 1, 0, 3); gMax = spec.valueMax.swizzle(2, 1, 0, 3); break; in init()
342 … case 2: gMin = spec.valueMin.swizzle(1, 2, 0, 3); gMax = spec.valueMax.swizzle(1, 2, 0, 3); break; in init()
343 … case 3: gMin = spec.valueMax.swizzle(0, 1, 2, 3); gMax = spec.valueMin.swizzle(0, 1, 2, 3); break; in init()
344 … case 4: gMin = spec.valueMax.swizzle(2, 1, 0, 3); gMax = spec.valueMin.swizzle(2, 1, 0, 3); break; in init()
345 … case 5: gMin = spec.valueMax.swizzle(1, 2, 0, 3); gMax = spec.valueMin.swizzle(1, 2, 0, 3); break; in init()
522 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
[all …]
Des3fFramebufferBlitTests.cpp356 …rThan(srcFmtRangeInfo.valueMax-srcFmtRangeInfo.valueMin, dstFmtRangeInfo.valueMax-dstFmtRangeInfo. in render()
357 …xtureFormatInfo srcRangeInfo (tcu::select(dstFmtRangeInfo.valueMin, srcFmtRangeInfo.valueMin, t… in render()
361 …xtureFormatInfo dstRangeInfo (tcu::select(dstFmtRangeInfo.valueMin, srcFmtRangeInfo.valueMin, t… in render()
404 …r.setGradient(*getCurrentContext(), gradShaderDstID, dstRangeInfo.valueMax, dstRangeInfo.valueMin); in render()
409 …gradientToSrcShader.setGradient(*getCurrentContext(), gradShaderSrcID, srcRangeInfo.valueMin, dstR… in render()
Des3fFboInvalidateTests.cpp467 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()
Des3fVertexTextureTests.cpp593 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()
Des3fTextureFilteringTests.cpp195 const tcu::Vec4 cBias = fmtInfo.valueMin; in init()
196 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
475 tcu::Vec4 cBias = fmtInfo.valueMin; in init()
476 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
760 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
761 const tcu::Vec4 cBias = fmtInfo.valueMin; in init()
1027 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
1028 const tcu::Vec4 cBias = fmtInfo.valueMin; in init()
Des3fFboRenderTest.cpp535 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()
/external/deqp/modules/gles2/functional/
Des2fTextureFormatTests.cpp120 << ",\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()
Des2fShaderTextureFunctionTests.cpp334 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()
Des2fTextureFilteringTests.cpp177 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()
Des2fVertexTextureTests.cpp493 const Vec4 cBias = fmtInfo.valueMin; in init()
494 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
808 const Vec4 cBias = fmtInfo.valueMin; in init()
809 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp333 …const deInt32 red = deInt32(info.valueMin.x() + (info.valueMax.x() - info.valueMin.x()) * redScal… in clearRenderbuffer()
334 …const deInt32 green = deInt32(info.valueMin.y() + (info.valueMax.y() - info.valueMin.y()) * greenS… in clearRenderbuffer()
335 …const deInt32 blue = deInt32(info.valueMin.z() + (info.valueMax.z() - info.valueMin.z()) * blueSca… in clearRenderbuffer()
336 …const deInt32 alpha = deInt32(info.valueMin.w() + (info.valueMax.w() - info.valueMin.w()) * alphaS… in clearRenderbuffer()
359 const float red = info.valueMin.x() + (info.valueMax.x() - info.valueMin.x()) * redScale; in clearRenderbuffer()
360 const float green = info.valueMin.y() + (info.valueMax.y() - info.valueMin.y()) * greenScale; in clearRenderbuffer()
361 const float blue = info.valueMin.z() + (info.valueMax.z() - info.valueMin.z()) * blueScale; in clearRenderbuffer()
362 const float alpha = info.valueMin.w() + (info.valueMax.w() - info.valueMin.w()) * alphaScale; in clearRenderbuffer()
Des31fTextureSpecificationTests.cpp342 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture()
343 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture()
382 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture()
383 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture()
444 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture()
445 Vec4 cBias = m_texFormatInfo.valueMin; in createTexture()
539 …size, m_size, m_depth, rowPitch, slicePitch, &data[0]), m_texFormatInfo.valueMin, m_texFormatInfo.… in createTexture()
550 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture()
551 Vec4 cBias = m_texFormatInfo.valueMin; in createTexture()
Des31fTextureFormatTests.cpp172 …tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueM… in init()
312 tcu::Vec4 colorA (spec.valueMin.x(), spec.valueMax.y(), spec.valueMin.z(), spec.valueMax.w()); in init()
313 tcu::Vec4 colorB (spec.valueMax.x(), spec.valueMin.y(), spec.valueMax.z(), spec.valueMin.w()); in init()
Des31fFboColorbufferTests.cpp140 …PE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin); in render()
/external/deqp/framework/common/
DtcuTextureUtil.hpp88 Vec4 valueMin; member
94 : valueMin (valueMin_) in TextureFormatInfo()
DtcuRasterizationVerifier.cpp1616 …const tcu::Vec4 valueMin = de::clamp(range.min.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifyLineGroupPixelIndependentInterpolation() local
1619 …const tcu::Vec3 colorMinF (de::clamp(valueMin.x() * (float)formatLimit.x(), 0.0f, (float)form… in verifyLineGroupPixelIndependentInterpolation()
1620 de::clamp(valueMin.y() * (float)formatLimit.y(), 0.0f, (float)formatLimit.y()), in verifyLineGroupPixelIndependentInterpolation()
1621 de::clamp(valueMin.z() * (float)formatLimit.z(), 0.0f, (float)formatLimit.z())); in verifyLineGroupPixelIndependentInterpolation()
1650 candidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifyLineGroupPixelIndependentInterpolation()
1970 …const tcu::Vec4 valueMin = de::clamp(range.min.x(), 0.0f, 1.0f) * scene.lines[lineNdx].colors… in verifySinglesampleWideLineGroupInterpolation() local
1973 …const tcu::Vec3 colorMinF (de::clamp(valueMin.x() * (float)formatLimit.x(), 0.0f, (float)form… in verifySinglesampleWideLineGroupInterpolation()
1974 de::clamp(valueMin.y() * (float)formatLimit.y(), 0.0f, (float)formatLimit.y()), in verifySinglesampleWideLineGroupInterpolation()
1975 de::clamp(valueMin.z() * (float)formatLimit.z(), 0.0f, (float)formatLimit.z())); in verifySinglesampleWideLineGroupInterpolation()
2005 interpolationCandidate.valueRangeMin = valueMin.swizzle(0, 1, 2); in verifySinglesampleWideLineGroupInterpolation()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp147 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()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp137 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()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp119 const tcu::Vec4 cBias = fmtInfo.valueMin; in Texture2DFilteringTestInstance()
120 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture2DFilteringTestInstance()
318 const tcu::Vec4 cBias = fmtInfo.valueMin; in TextureCubeFilteringTestInstance()
319 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeFilteringTestInstance()
539 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture2DArrayFilteringTestInstance()
540 const tcu::Vec4 cBias = fmtInfo.valueMin; in Texture2DArrayFilteringTestInstance()
742 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture3DFilteringTestInstance()
743 const tcu::Vec4 cBias = fmtInfo.valueMin; in Texture3DFilteringTestInstance()
DvktTextureShadowTests.cpp443 const tcu::Vec4 cBias = fmtInfo.valueMin; in TextureCubeShadowTestInstance()
444 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeShadowTestInstance()
661 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture2DArrayShadowTestInstance()
662 const tcu::Vec4 cBias = fmtInfo.valueMin; in Texture2DArrayShadowTestInstance()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp381 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {} in LogGradientFmt()
382 const tcu::Vec4* valueMin; member
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DWavePlotView.java272 double valueMin = -1.0; in onDraw() local
273 double valueRange = valueMax - valueMin; in onDraw()

123