/external/deqp/modules/glshared/ |
glsRasterizationTestUtil.cpp | 520 int subpixelBits, 524 const float testSquareSize = (2.0f / (float)(1UL << subpixelBits)); 553 LineInterpolationRange calcSingleSampleLineInterpolationRange (const tcu::Vec2& pa, float wa, const tcu::Vec2& pb, float wb, const tcu::IVec2& pixel, int subpixelBits) 555 return calcSingleSampleLineInterpolationRangeWithWeightEquation(pa, wa, pb, wb, pixel, subpixelBits, calcLineInterpolationWeights); 558 LineInterpolationRange calcSingleSampleLineInterpolationRangeAxisProjected (const tcu::Vec2& pa, float wa, const tcu::Vec2& pb, float wb, const tcu::IVec2& pixel, int subpixelBits) 560 return calcSingleSampleLineInterpolationRangeWithWeightEquation(pa, wa, pb, wb, pixel, subpixelBits, calcLineInterpolationWeightsAxisProjected); 572 InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const 576 const float testSquareSize = (multisample) ? (1.0f) : (2.0f / (float)(1UL << subpixelBits)); 613 InterpolationRange interpolate (int primitiveNdx, const tcu::IVec2 pixel, const tcu::IVec2 viewportSize, bool multisample, int subpixelBits) const 617 DE_UNREF(subpixelBits); [all...] |
glsRasterizationTestUtil.hpp | 102 int subpixelBits; 115 CoverageType calculateTriangleCoverage (const tcu::Vec4& p0, const tcu::Vec4& p1, const tcu::Vec4& p2, const tcu::IVec2& pixel, const tcu::IVec2& viewportSize, int subpixelBits, bool multisample);
|
/external/skia/src/core/ |
SkMatrix.cpp | [all...] |
/external/mesa3d/docs/ |
RELNOTES-3.3 | 247 Also added constants for NumAuxBuffers and SubPixelBits.
|
/external/deqp/modules/gles2/functional/ |
es2fRasterizationTests.cpp | 266 args.subpixelBits = m_subpixelBits; 363 args.subpixelBits = m_subpixelBits; 465 args.subpixelBits = m_subpixelBits; [all...] |
/external/deqp/modules/gles3/functional/ |
es3fRasterizationTests.cpp | 468 args.subpixelBits = m_subpixelBits; 593 args.subpixelBits = m_subpixelBits; 734 args.subpixelBits = m_subpixelBits; [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureMultisampleTests.cpp | 457 args.subpixelBits = m_subpixelBits; [all...] |
/external/mesa3d/src/mesa/main/ |
context.c | 576 ctx->Const.SubPixelBits = SUB_PIXEL_BITS; [all...] |
get.c | 454 { GL_SUBPIXEL_BITS, CONTEXT_INT(Const.SubPixelBits), NO_EXTRA }, [all...] |
mtypes.h | [all...] |