OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupPrec
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/glshared/
glsTextureTestUtil.hpp
389
const tcu::LookupPrecision&
lookupPrec
,
399
const tcu::LookupPrecision&
lookupPrec
,
409
const tcu::LookupPrecision&
lookupPrec
,
419
const tcu::LookupPrecision&
lookupPrec
,
429
const tcu::LookupPrecision&
lookupPrec
,
439
const tcu::LookupPrecision&
lookupPrec
,
449
const tcu::LookupPrecision&
lookupPrec
,
459
const tcu::LookupPrecision&
lookupPrec
,
468
const tcu::LookupPrecision&
lookupPrec
,
477
const tcu::LookupPrecision&
lookupPrec
,
[
all
...]
glsTextureTestUtil.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp
395
tcu::LookupPrecision
lookupPrec
;
399
lookupPrec
.coordBits = tcu::IVec3(20, 20, 0);
400
lookupPrec
.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
401
lookupPrec
.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
402
lookupPrec
.colorMask = getCompareMask(pixelFormat);
441
lookupPrec
, lodPrec, m_testCtx.getWatchDog());
710
tcu::LookupPrecision
lookupPrec
;
719
lookupPrec
.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
720
lookupPrec
.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
721
lookupPrec
.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10)
[
all
...]
/external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp
351
tcu::LookupPrecision
lookupPrec
;
355
lookupPrec
.coordBits = tcu::IVec3(20, 20, 0);
356
lookupPrec
.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
357
lookupPrec
.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
358
lookupPrec
.colorMask = getCompareMask(pixelFormat);
397
lookupPrec
, lodPrec, m_testCtx.getWatchDog());
671
tcu::LookupPrecision
lookupPrec
;
680
lookupPrec
.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
681
lookupPrec
.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
682
lookupPrec
.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
577
const PrecType&
lookupPrec
,
605
if (tcu::boolAny(tcu::logicalAnd(
lookupPrec
.colorMask,
607
lookupPrec
.colorThreshold.template cast<ColorScalarType>()))))
609
if (!isGatherOffsetsResultValid(texture, sampler,
lookupPrec
, texCoord, componentNdx, offsets, resultPix))
[
all
...]
es31fStencilTexturingTests.cpp
716
tcu::LookupPrecision
lookupPrec
;
720
lookupPrec
.colorMask = tcu::BVec4(true, true, true, true);
721
lookupPrec
.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8));
722
lookupPrec
.coordBits = tcu::IVec3(22, 22, 22);
723
lookupPrec
.uvwBits = tcu::IVec3(5, 5, 0);
729
compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams,
lookupPrec
, lodPrec, tcu::PixelFormat(8, 8, 8, 8));
[
all
...]
Completed in 502 milliseconds