Home | History | Annotate | Download | only in functional

Lines Matching refs:IVec4

57 using tcu::IVec4;
357 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
550 static void randomPartition (vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height)
572 dst.push_back(IVec4(x, y, width, height));
575 static void computeGridLayout (vector<IVec4>& dst, int width, int height)
615 vector<IVec4> gridLayout;
681 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
863 const IVec4 framebufferBits = max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0));
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);
1016 const IVec4 framebufferBits = max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0));
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);