Searched refs:lodHeight (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h947 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:StoreRasterTile::Store
956 ((y + ry) < lodHeight))
984 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:StoreRasterTile::Resolve
995 ((y + ry) < lodHeight))
1057 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1059 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1122 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1124 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1187 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1189 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1253 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1321 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1397 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1461 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1526 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1595 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1661 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1731 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
[all...]
H A DClearTile.cpp65 uint32_t lodHeight = std::max<uint32_t>(pDstSurface->height >> pDstSurface->lod, 1U); local in function:StoreRasterTileClear::StoreClear
66 if (x >= lodWidth || y >= lodHeight)
95 for (UINT ry = 1; (ry < KNOB_TILE_Y_DIM) && ((y + ry) < lodHeight); ++ry)
H A DLoadTile.h96 uint32_t lodHeight = (pSrcSurface->height == 1) ? 1 : pSrcSurface->height >> pSrcSurface->lod; local in function:LoadRasterTile::Load
104 ((y + ry) < lodHeight))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h948 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:StoreRasterTile::Store
957 ((y + ry) < lodHeight))
985 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:StoreRasterTile::Resolve
996 ((y + ry) < lodHeight))
1058 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1060 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1123 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1125 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1188 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1190 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1254 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1322 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1398 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1462 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1527 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1596 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1662 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1732 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
[all...]
H A DClearTile.cpp65 uint32_t lodHeight = std::max<uint32_t>(pDstSurface->height >> pDstSurface->lod, 1U); local in function:StoreRasterTileClear::StoreClear
66 if (x >= lodWidth || y >= lodHeight)
95 for (UINT ry = 1; (ry < KNOB_TILE_Y_DIM) && ((y + ry) < lodHeight); ++ry)
H A DLoadTile.h96 uint32_t lodHeight = (pSrcSurface->height == 1) ? 1 : pSrcSurface->height >> pSrcSurface->lod; local in function:LoadRasterTile::Load
104 ((y + ry) < lodHeight))

Completed in 11 milliseconds