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

/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp865 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
866 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
867 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);
1018 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
1019 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
1020 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp903 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
904 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
905 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);
1056 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
1057 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
1058 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);

Completed in 5663 milliseconds