Home
last modified time | relevance | path

Searched refs:tileAlignedY (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.cpp279 uint32_t tileAlignedY = *(uint32_t*)(workDesc.pTriBuffer + 1); in RasterizeSimplePoint() local
311 tileAlignedY >> KNOB_TILE_Y_DIM_SHIFT, in RasterizeSimplePoint()
316 backendFuncs.pfnBackend(pDC, workerId, tileAlignedX, tileAlignedY, triDesc, renderBuffers); in RasterizeSimplePoint()
Dbinner.cpp1335 Integer<SIMD_T> tileAlignedY = SIMD_T::template slli_epi32<KNOB_TILE_Y_DIM_SHIFT>(rasterY); in BinPostSetupPointsImpl() local
1340 SIMD_T::sub_epi32(SIMD_T::template srai_epi32<FIXED_POINT_SHIFT>(vYi), tileAlignedY); in BinPostSetupPointsImpl()
1352 SIMD_T::store_si(reinterpret_cast<Integer<SIMD_T>*>(aTileAlignedY), tileAlignedY); in BinPostSetupPointsImpl()