OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:istrilinear
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp
334
const bool
isTrilinear
= m_testParameters.minFilter == Sampler::NEAREST_MIPMAP_LINEAR || m_testParameters.minFilter == Sampler::LINEAR_MIPMAP_LINEAR;
343
lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (
isTrilinear
? 2 : 1), tcu::IVec4(0)));
848
const bool
isTrilinear
= m_testParameters.minFilter == Sampler::NEAREST_MIPMAP_LINEAR || m_testParameters.minFilter == Sampler::LINEAR_MIPMAP_LINEAR;
857
lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (
isTrilinear
? 2 : 1), tcu::IVec4(0)));
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp
393
const bool
isTrilinear
= m_minFilter == GL_NEAREST_MIPMAP_LINEAR || m_minFilter == GL_LINEAR_MIPMAP_LINEAR;
402
lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (
isTrilinear
? 2 : 1), tcu::IVec4(0)));
[
all
...]
/external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp
349
const bool
isTrilinear
= m_minFilter == GL_NEAREST_MIPMAP_LINEAR || m_minFilter == GL_LINEAR_MIPMAP_LINEAR;
358
lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (
isTrilinear
? 2 : 1), tcu::IVec4(0)));
[
all
...]
/external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c
[
all
...]
Completed in 142 milliseconds