Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRasterizer.cpp135 const deUint64 halfPixel = 1ll << (bits - 1); in isTheCenterOfTheFragment() local
240 const deInt64 halfPixel = 1ll << (bits - 1); in doesLineSegmentExitDiamond() local
541 const deUint64 halfPixel = 1ll << (m_subpixelBits - 1); in rasterizeSingleSample() local
701 const deUint64 halfPixel = 1ll << (m_subpixelBits - 1); in rasterizeMultiSample() local
936 const deInt64 halfPixel = 1ll << (m_subpixelBits - 1); in rasterize() local
1146 const deInt64 halfPixel = 1ll << (m_subpixelBits - 1); in rasterize() local
/external/angle/src/tests/gl_tests/
DProvokingVertexTest.cpp197 GLfloat halfPixel = 1.0f / static_cast<GLfloat>(getWindowWidth()); in TEST_P() local
221 GLfloat halfPixel = 1.0f / static_cast<GLfloat>(getWindowWidth()); in TEST_P() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2639 const float halfPixel = 1.0f / float(m_renderSize); in generateNormalTriangles() local
3416 const float halfPixel = 1.0f / float(m_renderSize); in generateNormalLines() local
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp884 const float halfPixel = 0.5f; in getViewportPatternArea() local