/external/mesa3d/src/amd/addrlib/ |
D | addrinterface.h | 568 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it 618 INT_32 tileIndex; ///< Tile index, MAY be "downgraded" 620 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) 644 INT_32 stencilTileIdx; ///< stencil tile index output when matchStencilTileCfg was set 706 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it 794 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it 885 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it 887 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) 959 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it 961 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI) [all …]
|
D | addrtypes.h | 619 #ifndef INT_32 620 #define INT_32 int macro 724 INT_32 i;
|
/external/mesa3d/src/amd/addrlib/r800/ |
D | ciaddrlib.h | 83 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo, 90 virtual INT_32 HwlComputeMacroModeIndex( 91 INT_32 tileIndex, ADDR_SURFACE_FLAGS flags, UINT_32 bpp, UINT_32 numSamples, 102 virtual INT_32 HwlPostCheckTileIndex( 185 static const INT_32 MinDepth2DThinIndex = 0; 186 static const INT_32 MaxDepth2DThinIndex = 4; 187 static const INT_32 Depth1DThinIndex = 5;
|
D | ciaddrlib.cpp | 502 INT_32 CiLib::HwlPostCheckTileIndex( in HwlPostCheckTileIndex() 509 INT_32 index = curIndex; in HwlPostCheckTileIndex() 527 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex() 572 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex() 574 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex() 594 INT_32 index, ///< Tile index in HwlSetupTileCfg() 595 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() 805 INT_32 tileIndex = tileMode == ADDR_TM_2D_TILED_THIN1 ? 14 : 15; in HwlComputeFmaskInfo() 809 INT_32 macroModeIndex = TileIndexInvalid; in HwlComputeFmaskInfo() 1477 ADDR_ASSERT((index + 1) < static_cast<INT_32>(m_noOfEntries)); in HwlSetupTileInfo() [all …]
|
D | siaddrlib.h | 147 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, 240 virtual INT_32 HwlPostCheckTileIndex( 282 UINT_32 bpp, TileConfig tileConfig, INT_32 tileIndex, UINT_32 elementBytesLog2) const;
|
D | siaddrlib.cpp | 770 Max(1, static_cast<INT_32>(numPipes / 2) - 1) * (slice / microTileThickness); in ComputePipeFromCoord() 2881 INT_32 SiLib::HwlPostCheckTileIndex( in HwlPostCheckTileIndex() 2888 INT_32 index = curIndex; in HwlPostCheckTileIndex() 2906 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex() 2939 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex() 2941 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex() 2961 INT_32 index, ///< Tile index in HwlSetupTileCfg() 2962 INT_32 macroModeIndex, ///< Index in macro tile mode table(CI) in HwlSetupTileCfg() 3583 for (INT_32 tileIndex = 0; tileIndex < static_cast<INT_32>(m_noOfEntries); tileIndex++) in InitEquationTable() 3779 INT_32 tileIndex, ///< Tile index in IsEquationSupported()
|
D | egbaddrlib.h | 210 virtual INT_32 HwlPostCheckTileIndex(
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrcommon.h | 178 static const INT_32 TileIndexInvalid = TILEINDEX_INVALID; 179 static const INT_32 TileIndexLinearGeneral = TILEINDEX_LINEAR_GENERAL; 180 static const INT_32 TileIndexNoMacroIndex = -3; 388 static inline INT_32 Min( in Min() 389 INT_32 value1, in Min() 390 INT_32 value2) in Min() 418 static inline INT_32 Max( in Max() 419 INT_32 value1, in Max() 420 INT_32 value2) in Max()
|
D | addrlib1.h | 91 BOOL_32 UseTileIndex(INT_32 index) const in UseTileIndex() 475 UINT_32 bpp, INT_32 index, INT_32 macroModeIndex, 479 virtual INT_32 HwlComputeMacroModeIndex( 480 INT_32 index, ADDR_SURFACE_FLAGS flags, UINT_32 bpp, UINT_32 numSamples,
|
D | addrelemlib.cpp | 201 *pResult = static_cast<INT_32>(f + (round/256.0f)); in Flt32sToInt32s() 214 static_cast<INT_32>((mant24 & mask) > half); in Flt32sToInt32s() 240 rounded = static_cast<INT_32>((round + truncated) >> 8); in Flt32sToInt32s() 243 *pResult = static_cast<INT_32>(rounded); //(INT_32)final; in Flt32sToInt32s() 1702 INT_32 i; in SetClearComps()
|
D | addrlib1.cpp | 304 INT_32 macroModeIndex = TileIndexNoMacroIndex; in ComputeSurfaceInfo() 476 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceAddrFromCoord() 556 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceCoordFromAddr() 863 INT_32 macroModeIndex = HwlComputeMacroModeIndex(pIn->tileIndex, in ComputeFmaskInfo() 3870 INT_32 index, ///< [in] Tile index in HwlSetupTileCfg() 3871 INT_32 macroModeIndex, ///< [in] Index in macro tile mode table(CI) in HwlSetupTileCfg()
|
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | coord.h | 36 Coordinate(INT_8 c, INT_32 n); 38 VOID set(INT_8 c, INT_32 n); 49 Coordinate& operator++(INT_32); 98 VOID shift(INT_32 amount, INT_32 start = 0);
|
D | coord.cpp | 37 Coordinate::Coordinate(INT_8 c, INT_32 n) in Coordinate() 42 VOID Coordinate::set(INT_8 c, INT_32 n) in set() 132 Coordinate& Coordinate::operator++(INT_32) in operator ++() argument 621 VOID CoordEq::shift(INT_32 amount, INT_32 start) in shift() 625 INT_32 numBits = static_cast<INT_32>(m_numBits); in shift() 627 INT_32 inc = (amount < 0) ? -1 : 1; in shift() 628 INT_32 i = (amount < 0) ? numBits - 1 : start; in shift() 629 INT_32 end = (amount < 0) ? start - 1 : numBits; in shift()
|
D | gfx9addrlib.cpp | 1517 INT_32 shift = static_cast<INT_32>(numSamplesLog2); in GetPipeEquation() 1715 INT_32 shift = static_cast<INT_32>(numPipeTotalLog2); in GenMetaEquation() 1737 UINT_32 maxCompFragLog2 = static_cast<INT_32>(m_maxCompFragLog2); in GenMetaEquation()
|