Home | History | Annotate | Download | only in functional

Lines Matching defs:formatBits

864 		const IVec4			formatBits			= tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
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));
1018 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
1019 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);