Home
last modified time | relevance | path

Searched refs:lodHeight (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h1114 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U);
1123 ((y + ry) < lodHeight))
1151 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U);
1162 ((y + ry) < lodHeight))
1224 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U);
1226 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1311 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U);
1313 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
1398 uint32_t lodHeight = std::max(pDstSurface->height >> pDstSurface->lod, 1U);
1400 if (x + KNOB_TILE_X_DIM > lodWidth || y + KNOB_TILE_Y_DIM > lodHeight)
[all …]
DClearTile.cpp65 uint32_t lodHeight = std::max<uint32_t>(pDstSurface->height >> pDstSurface->lod, 1U); in StoreClear() local
66 if (x >= lodWidth || y >= lodHeight) in StoreClear()
95 for (UINT ry = 1; (ry < KNOB_TILE_Y_DIM) && ((y + ry) < lodHeight); ++ry) in StoreClear()
DLoadTile.h112 … uint32_t lodHeight = (pSrcSurface->height == 1) ? 1 : pSrcSurface->height >> pSrcSurface->lod; in Load() local
120 ((y + ry) < lodHeight)) in Load()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp663 float lodHeight; in recordCommands() member