Home
last modified time | relevance | path

Searched refs:pDepth (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp1374 UINT_32* pDepth, in ComputeBlockDimensionForSurf() argument
1384 ComputeThickBlockDimension(pWidth, pHeight, pDepth, bpp, resourceType, swizzleMode); in ComputeBlockDimensionForSurf()
1388 … ComputeThinBlockDimension(pWidth, pHeight, pDepth, bpp, numSamples, resourceType, swizzleMode); in ComputeBlockDimensionForSurf()
1413 UINT_32* pDepth, in ComputeThinBlockDimension() argument
1436 *pDepth = 1; in ComputeThinBlockDimension()
1453 UINT_32* pDepth, in ComputeBlockDimension() argument
1462 ComputeThickBlockDimension(pWidth, pHeight, pDepth, bpp, resourceType, swizzleMode); in ComputeBlockDimension()
1466 ComputeThinBlockDimension(pWidth, pHeight, pDepth, bpp, 0, resourceType, swizzleMode); in ComputeBlockDimension()
1491 UINT_32* pDepth, in ComputeThickBlockDimension() argument
1510 *pDepth = Block1K_3d[microBlockSizeTableIndex].d << (averageAmp + ((restAmp != 0) ? 1 : 0)); in ComputeThickBlockDimension()
Daddrlib2.h739 UINT_32* pDepth,
748 UINT_32* pDepth,
756 UINT_32* pDepth,
765 UINT_32* pDepth,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer_impl.h1475 HOTTILE* pDepth = pContext->pHotTileMgr->GetHotTile(pContext,
1483 pDepth->state = HOTTILE_DIRTY;
1484 SWR_ASSERT(pDepth->pBuffer != nullptr);
1485 renderBuffers.pDepth = pDepth->pBuffer + offset;
1486 renderBuffers.pDepthHotTile = pDepth;
1521 buffers.pDepth += RT::depthRasterTileStep;
1537 startBufferRow.pDepth += RT::depthRasterTileRowStep;
1538 buffers.pDepth = startBufferRow.pDepth;
Dcontext.h340 uint8_t* pDepth; member
Dbackend_impl.h622 *pDepthBuffer = renderBuffers.pDepth;
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h409 UINT_32* pDepth,
Dgfx9addrlib.cpp5006 UINT_32* pDepth, in ComputeThinBlockDimension() argument
5025 *pDepth = 1; in ComputeThinBlockDimension()