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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h946 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:StoreRasterTile::Store
955 if (((x + rx) < lodWidth) &&
983 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:StoreRasterTile::Resolve
994 if (((x + rx) < lodWidth) &&
1056 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1059 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1121 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1124 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1186 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1189 if (x + KNOB_TILE_X_DIM > lodWidth ||
1252 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1320 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1396 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1460 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1525 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1594 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1660 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1730 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
[all...]
H A DClearTile.cpp64 uint32_t lodWidth = std::max<uint32_t>(pDstSurface->width >> pDstSurface->lod, 1U); local in function:StoreRasterTileClear::StoreClear
66 if (x >= lodWidth || y >= lodHeight)
82 for (UINT rx = 0; (rx < KNOB_TILE_X_DIM) && ((x + rx) < lodWidth); ++rx)
H A DLoadTile.h95 uint32_t lodWidth = (pSrcSurface->width == 1) ? 1 : pSrcSurface->width >> pSrcSurface->lod; local in function:LoadRasterTile::Load
103 if (((x + rx) < lodWidth) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h947 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:StoreRasterTile::Store
956 if (((x + rx) < lodWidth) &&
984 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:StoreRasterTile::Resolve
995 if (((x + rx) < lodWidth) &&
1057 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1060 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1122 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1125 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1187 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1190 if (x + KNOB_TILE_X_DIM > lodWidth ||
1253 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1321 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1397 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1461 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1526 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1595 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1661 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
1731 uint32_t lodWidth = std::max(pDstSurface->width >> pDstSurface->lod, 1U); local in function:OptStoreRasterTile::Store
[all...]
H A DClearTile.cpp64 uint32_t lodWidth = std::max<uint32_t>(pDstSurface->width >> pDstSurface->lod, 1U); local in function:StoreRasterTileClear::StoreClear
66 if (x >= lodWidth || y >= lodHeight)
82 for (UINT rx = 0; (rx < KNOB_TILE_X_DIM) && ((x + rx) < lodWidth); ++rx)
H A DLoadTile.h95 uint32_t lodWidth = (pSrcSurface->width == 1) ? 1 : pSrcSurface->width >> pSrcSurface->lod; local in function:LoadRasterTile::Load
103 if (((x + rx) < lodWidth) &&

Completed in 10 milliseconds