Home
last modified time | relevance | path

Searched refs:pixelLocation (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1087 uint32_t pixelLocation; // UL or Center member
Dbinner.cpp728 Float<SIMD_T> offset = SwrPixelOffsets<SIMD_T>::GetOffset(rastState.pixelLocation); in BinTrianglesImpl()
1632 Float<SIMD_T> offset = SwrPixelOffsets<SIMD_T>::GetOffset(rastState.pixelLocation); in BinPointsImpl()
1937 Float<SIMD_T> offset = SwrPixelOffsets<SIMD_T>::GetOffset(rastState.pixelLocation); in BinLinesImpl()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1300 rastState->pixelLocation = SWR_PIXEL_LOCATION_CENTER; in swr_update_derived()