Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1068 uint32_t pixelLocation; // UL or Center member
Dbinner.cpp704 typename SIMD_T::Float offset = SwrPixelOffsets<SIMD_T>::GetOffset(rastState.pixelLocation); in BinTrianglesImpl()
1528 typename SIMD_T::Float offset = SwrPixelOffsets<SIMD_T>::GetOffset(rastState.pixelLocation); in BinPointsImpl()
1847 typename SIMD_T::Float offset = SwrPixelOffsets<SIMD_T>::GetOffset(rastState.pixelLocation); in BinLinesImpl()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1157 rastState->pixelLocation = SWR_PIXEL_LOCATION_CENTER; in swr_update_derived()