Home | History | Annotate | Download | only in functional

Lines Matching refs:formatBits

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