OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonShadowThreshold
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/glshared/
glsTextureTestUtil.hpp
526
const tcu::Vec3&
nonShadowThreshold
);
536
const tcu::Vec3&
nonShadowThreshold
);
546
const tcu::Vec3&
nonShadowThreshold
);
glsTextureTestUtil.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp
108
const tcu::Vec3
nonShadowThreshold
= tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).swizzle(1,2,3);
125
numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec,
nonShadowThreshold
);
132
numFailedPixels = computeTextureCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec,
nonShadowThreshold
);
[
all
...]
Completed in 60 milliseconds