Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp134 const uint64_t halfPixel = 1ll << (bits - 1); in isTheCenterOfTheFragment() local
235 const int64_t halfPixel = 1ll << (bits - 1); in doesLineSegmentExitDiamond() local
547 const uint64_t halfPixel = 1ll << (m_subpixelBits - 1); in rasterizeSingleSample() local
684 const uint64_t halfPixel = 1ll << (m_subpixelBits - 1); in rasterizeMultiSample() local
962 const int64_t halfPixel = 1ll << (m_subpixelBits - 1); in rasterize() local
1178 const int64_t halfPixel = 1ll << (m_subpixelBits - 1); in rasterize() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A 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
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp2986 const float halfPixel = 1.0f / float(m_renderSize); in generateNormalTriangles() local
3770 const float halfPixel = 1.0f / float(m_renderSize); in generateNormalLines() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp881 const float halfPixel = 0.5f; in getViewportPatternArea() local