| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.c | 46 unsigned blockWidth, blockHeight; local in function:get_aligned_compressed_row_stride 49 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); 54 stride = (width + blockWidth - 1) / blockWidth * blockBytes; 66 blockBytes, blockWidth, 80 unsigned blockWidth, blockHeight; local in function:get_texture_image_size 82 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_mipmap_tree.c | 47 unsigned blockWidth, blockHeight; local in function:get_aligned_compressed_row_stride 50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); 55 stride = (width + blockWidth - 1) / blockWidth * blockBytes; 67 blockBytes, blockWidth, 81 unsigned blockWidth, blockHeight; local in function:get_texture_image_size 83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 3802 ADDR_E_RETURNCODE returnCode = ComputeBlockDimensionForSurf(&pOut->blockWidth, 3812 UINT_32 pitchAlignInElement = pOut->blockWidth; 3876 pOut->blockWidth, 3888 pOut->blockWidth, 3901 UINT_32 mip0WidthInBlk = pOut->pitch / pOut->blockWidth; 3918 pOut->mipChainPitch += (mip1WidthInBlk * pOut->blockWidth); 3951 pOut->blockWidth, 3959 pOut->mipChainPitch / pOut->blockWidth; 4086 pOut->blockWidth = (pIn->swizzleMode == ADDR_SW_LINEAR_GENERAL) ? 1 : (256 / elementBytes); 4115 UINT_32 blockWidth, 4108 GetMipChainInfo(AddrResourceType resourceType,AddrSwizzleMode swizzleMode,UINT_32 bpp,UINT_32 mip0Width,UINT_32 mip0Height,UINT_32 mip0Depth,UINT_32 blockWidth,UINT_32 blockHeight,UINT_32 blockDepth,UINT_32 numMipLevel,ADDR2_MIP_INFO * pMipInfo) const argument 4406 GetMipStartPos(AddrResourceType resourceType,AddrSwizzleMode swizzleMode,UINT_32 width,UINT_32 height,UINT_32 depth,UINT_32 blockWidth,UINT_32 blockHeight,UINT_32 blockDepth,UINT_32 mipId,UINT_32 log2ElementBytes,UINT_32 * pMipTailBytesOffset) const argument [all...] |
| H A D | gfx9addrlib.h | 440 UINT_32 blockWidth, 458 UINT_32 blockWidth,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 4108 ADDR_E_RETURNCODE returnCode = ComputeBlockDimensionForSurf(&pOut->blockWidth, 4118 UINT_32 pitchAlignInElement = pOut->blockWidth; 4182 pOut->blockWidth, 4194 pOut->blockWidth, 4207 UINT_32 mip0WidthInBlk = pOut->pitch / pOut->blockWidth; 4224 pOut->mipChainPitch += (mip1WidthInBlk * pOut->blockWidth); 4257 pOut->blockWidth, 4265 pOut->mipChainPitch / pOut->blockWidth; 4392 pOut->blockWidth = (pIn->swizzleMode == ADDR_SW_LINEAR_GENERAL) ? 1 : (256 / elementBytes); 4421 UINT_32 blockWidth, 4414 GetMipChainInfo(AddrResourceType resourceType,AddrSwizzleMode swizzleMode,UINT_32 bpp,UINT_32 mip0Width,UINT_32 mip0Height,UINT_32 mip0Depth,UINT_32 blockWidth,UINT_32 blockHeight,UINT_32 blockDepth,UINT_32 numMipLevel,ADDR2_MIP_INFO * pMipInfo) const argument 4712 GetMipStartPos(AddrResourceType resourceType,AddrSwizzleMode swizzleMode,UINT_32 width,UINT_32 height,UINT_32 depth,UINT_32 blockWidth,UINT_32 blockHeight,UINT_32 blockDepth,UINT_32 mipId,UINT_32 log2ElementBytes,UINT_32 * pMipTailBytesOffset) const argument [all...] |
| H A D | gfx9addrlib.h | 547 UINT_32 blockWidth, 565 UINT_32 blockWidth,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| H A D | gfx10addrlib.cpp | 2400 pOut->unalignedWidth = Min(requestMipWidth << pOut->mipId, infoOut.blockWidth / 2); 2441 tiled && (requestMipWidth <= infoOut.blockWidth / 2) && (requestMipHeight <= infoOut.blockHeight) ? 2444 const UINT_32 hwMipWidth = PowTwoAlign(ShiftCeil(infoIn.width, pIn->mipId), infoOut.blockWidth); 2451 (hwMipWidth > PowTwoAlign(requestMipWidth, infoOut.blockWidth))))) ? TRUE : FALSE; 3542 ADDR_E_RETURNCODE ret = ComputeBlockDimensionForSurf(&pOut->blockWidth, 3554 pOut->pitch = PowTwoAlign(pIn->width, pOut->blockWidth); 3571 const UINT_32 mipActualWidth = PowTwoAlign(mipWidth, pOut->blockWidth); 3627 ADDR_E_RETURNCODE returnCode = ComputeBlockDimensionForSurf(&pOut->blockWidth, 3656 pOut->pitch = PowTwoAlign(pIn->width, pOut->blockWidth); 3665 pOut->blockWidth, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 636 UINT_32 blockWidth; ///< Width in element inside one block(1D->Micro, 2D->Macro) member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT 876 AddrHtileBlockSize blockWidth; ///< 4 or 8. EG above only support 8 member in struct:_ADDR_COMPUTE_HTILE_INFO_INPUT 948 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. EG above only support 8 member in struct:_ADDR_COMPUTE_HTILE_ADDRFROMCOORD_INPUT 1009 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. R8xx/R9xx only support 8 member in struct:_ADDR_COMPUTE_HTILE_COORDFROMADDR_INPUT 2462 UINT_32 blockWidth; ///< Width in element inside one block member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 639 UINT_32 blockWidth; ///< Width in element inside one block(1D->Micro, 2D->Macro) member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT 883 AddrHtileBlockSize blockWidth; ///< 4 or 8. EG above only support 8 member in struct:_ADDR_COMPUTE_HTILE_INFO_INPUT 957 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. EG above only support 8 member in struct:_ADDR_COMPUTE_HTILE_ADDRFROMCOORD_INPUT 1020 AddrHtileBlockSize blockWidth; ///< 4 or 8. 1 means 8, 0 means 4. R8xx/R9xx only support 8 member in struct:_ADDR_COMPUTE_HTILE_COORDFROMADDR_INPUT 2510 UINT_32 blockWidth; ///< Width in element inside one block member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/ |
| H A D | addrlib2.h | 690 UINT_32 blockWidth,
|
| H A D | addrlib2.cpp | 1447 UINT_32 blockWidth, 1451 Dim3d out = {blockWidth, blockHeight, blockDepth}; 1444 GetMipTailDim(AddrResourceType resourceType,AddrSwizzleMode swizzleMode,UINT_32 blockWidth,UINT_32 blockHeight,UINT_32 blockDepth) const argument
|
| H A D | addrlib1.cpp | 1253 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; 1479 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; 1554 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/ |
| H A D | addrlib2.h | 690 UINT_32 blockWidth,
|
| H A D | addrlib2.cpp | 1447 UINT_32 blockWidth, 1451 Dim3d out = {blockWidth, blockHeight, blockDepth}; 1444 GetMipTailDim(AddrResourceType resourceType,AddrSwizzleMode swizzleMode,UINT_32 blockWidth,UINT_32 blockHeight,UINT_32 blockDepth) const argument
|
| H A D | addrlib1.cpp | 1253 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; 1479 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; 1554 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | egbaddrlib.cpp | 517 pOut->blockWidth, 596 pOut->blockWidth, 602 if (PowTwoAlign(mipPitch, pOut->blockWidth) != 941 pOut->blockWidth = macroTileWidth;
|
| H A D | siaddrlib.cpp | 2712 pOut->blockWidth = m_blockWidth[pOut->equationIndex]; 2832 pOut->blockWidth, 3586 UINT_32 macroTileSize = pOut->blockWidth * pOut->blockHeight * numSamples * bpp / 8;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/ |
| H A D | addrlib2.h | 819 UINT_32 blockWidth,
|
| H A D | addrlib2.cpp | 1566 UINT_32 blockWidth, 1570 Dim3d out = {blockWidth, blockHeight, blockDepth}; 1563 GetMipTailDim(AddrResourceType resourceType,AddrSwizzleMode swizzleMode,UINT_32 blockWidth,UINT_32 blockHeight,UINT_32 blockDepth) const argument
|
| H A D | addrlib1.cpp | 1257 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; 1483 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; 1558 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/ |
| H A D | egbaddrlib.cpp | 516 pOut->blockWidth, 595 pOut->blockWidth, 601 if (PowTwoAlign(mipPitch, pOut->blockWidth) != 939 pOut->blockWidth = macroTileWidth;
|
| H A D | siaddrlib.cpp | 2712 pOut->blockWidth = m_blockWidth[pOut->equationIndex]; 2832 pOut->blockWidth, 3586 UINT_32 macroTileSize = pOut->blockWidth * pOut->blockHeight * numSamples * bpp / 8;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface.c | 762 AddrHtileIn->blockWidth = ADDR_HTILE_BLOCKSIZE_8; 1642 surf->prt_tile_width = out.blockWidth; 1647 if(mip_info[surf->first_mip_tail_level].pitch < out.blockWidth ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_surface.c | 426 AddrHtileIn->blockWidth = ADDR_HTILE_BLOCKSIZE_8;
|