Home | History | Annotate | Download | only in functional

Lines Matching defs:formatBits

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