Home
last modified time | relevance | path

Searched defs:halfPixel (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp135 const deUint64 halfPixel = 1ll << (RASTERIZER_SUBPIXEL_BITS-1); in isTheCenterOfTheFragment() local
240 const deInt64 halfPixel = 1ll << (RASTERIZER_SUBPIXEL_BITS-1); in doesLineSegmentExitDiamond() local
535 const deUint64 halfPixel = 1ll << (RASTERIZER_SUBPIXEL_BITS-1); in rasterizeSingleSample() local
707 const deUint64 halfPixel = 1ll << (RASTERIZER_SUBPIXEL_BITS-1); in rasterizeMultiSample() local
928 const deInt64 halfPixel = 1ll << (RASTERIZER_SUBPIXEL_BITS-1); in rasterize() local
1127 const deInt64 halfPixel = 1ll << (RASTERIZER_SUBPIXEL_BITS-1); in rasterize() local
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp774 const float halfPixel = 0.5f; in getViewportPatternArea() local