Searched refs:pDepth (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.cpp | 1374 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()
|
D | addrlib2.h | 739 UINT_32* pDepth, 748 UINT_32* pDepth, 756 UINT_32* pDepth, 765 UINT_32* pDepth,
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | rasterizer_impl.h | 1475 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;
|
D | context.h | 340 uint8_t* pDepth; member
|
D | backend_impl.h | 622 *pDepthBuffer = renderBuffers.pDepth;
|
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.h | 409 UINT_32* pDepth,
|
D | gfx9addrlib.cpp | 5006 UINT_32* pDepth, in ComputeThinBlockDimension() argument 5025 *pDepth = 1; in ComputeThinBlockDimension()
|