Home | History | Annotate | Download | only in functional

Lines Matching refs:formatBits

905 		const IVec4			formatBits			= tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
906 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
907 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);
1061 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
1062 const tcu::BVec4 formatMask = greaterThan(formatBits, IVec4(0));
1063 const IVec4 cmpBits = select(min(framebufferBits, formatBits), framebufferBits, formatMask);