Searched defs:formatBits (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp864 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
865 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
866 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);
1017 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
1018 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
1019 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp902 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
903 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
904 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);
1055 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
1056 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
1057 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);

Completed in 103 milliseconds