Searched refs: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);
1019 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
1020 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
1021 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);
1059 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType)); local
1060 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
1061 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);

Completed in 40 milliseconds