Home
last modified time | relevance | path

Searched refs:INT_32 (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/amd/addrlib/
Daddrinterface.h504 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it
551 INT_32 tileIndex; ///< Tile index, MAY be "downgraded"
553 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI)
620 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it
714 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it
802 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it
804 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI)
870 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it
872 INT_32 macroModeIndex; ///< Index in macro tile mode table if there is one (CI)
931 INT_32 tileIndex; ///< Tile index, MUST be -1 if you don't want to use it
[all …]
Daddrtypes.h466 #ifndef INT_32
467 #define INT_32 int macro
571 INT_32 i;
/external/mesa3d/src/amd/addrlib/core/
Daddrcommon.h63 static const INT_32 TileIndexInvalid = TILEINDEX_INVALID;
64 static const INT_32 TileIndexLinearGeneral = TILEINDEX_LINEAR_GENERAL;
65 static const INT_32 TileIndexNoMacroIndex = -3;
368 static inline INT_32 Min( in Min()
369 INT_32 value1, in Min()
370 INT_32 value2) in Min()
398 static inline INT_32 Max( in Max()
399 INT_32 value1, in Max()
400 INT_32 value2) in Max()
Daddrlib.h202 BOOL_32 UseTileIndex(INT_32 index) const in UseTileIndex()
597 INT_32 index, INT_32 macroModeIndex,
601 virtual INT_32 HwlComputeMacroModeIndex(
602 INT_32 index, ADDR_SURFACE_FLAGS flags, UINT_32 bpp, UINT_32 numSamples,
Daddrelemlib.cpp194 *pResult = static_cast<INT_32>(f + (round/256.0f)); in Flt32sToInt32s()
207 static_cast<INT_32>((mant24 & mask) > half); in Flt32sToInt32s()
233 rounded = static_cast<INT_32>((round + truncated) >> 8); in Flt32sToInt32s()
236 *pResult = static_cast<INT_32>(rounded); //(INT_32)final; in Flt32sToInt32s()
1565 INT_32 i; in SetClearComps()
Daddrlib.cpp519 INT_32 macroModeIndex = TileIndexNoMacroIndex; in ComputeSurfaceInfo()
691 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceAddrFromCoord()
771 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex, in ComputeSurfaceCoordFromAddr()
1078 INT_32 macroModeIndex = HwlComputeMacroModeIndex(pIn->tileIndex, in ComputeFmaskInfo()
3666 INT_32 index, ///< [in] Tile index in HwlSetupTileCfg()
3667 INT_32 macroModeIndex, ///< [in] Index in macro tile mode table(CI) in HwlSetupTileCfg()
/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.h108 INT_32 index, INT_32 macroModeIndex, ADDR_TILEINFO* pInfo,
115 virtual INT_32 HwlComputeMacroModeIndex(
116 INT_32 tileIndex, ADDR_SURFACE_FLAGS flags, UINT_32 bpp, UINT_32 numSamples,
127 virtual INT_32 HwlPostCheckTileIndex(
Dciaddrlib.cpp449 INT_32 CIAddrLib::HwlPostCheckTileIndex( in HwlPostCheckTileIndex()
456 INT_32 index = curIndex; in HwlPostCheckTileIndex()
474 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex()
518 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex()
520 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex()
539 INT_32 index, ///< [in] Tile index in HwlSetupTileCfg()
540 INT_32 macroModeIndex, ///< [in] Index in macro tile mode table(CI) in HwlSetupTileCfg()
672 INT_32 tileIndex = tileMode == ADDR_TM_2D_TILED_THIN1 ? 14 : 15; in HwlComputeFmaskInfo()
676 INT_32 macroModeIndex = TileIndexInvalid; in HwlComputeFmaskInfo()
1169 ADDR_ASSERT((index + 1) < static_cast<INT_32>(m_noOfEntries)); in HwlSetupTileInfo()
[all …]
Dsiaddrlib.h123 INT_32 index, INT_32 macroModeIndex,
204 virtual INT_32 HwlPostCheckTileIndex(
Dsiaddrlib.cpp306 Max(1, static_cast<INT_32>(numPipes / 2) - 1) * (slice / microTileThickness); in ComputePipeFromCoord()
2366 INT_32 SIAddrLib::HwlPostCheckTileIndex( in HwlPostCheckTileIndex()
2373 INT_32 index = curIndex; in HwlPostCheckTileIndex()
2391 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++) in HwlPostCheckTileIndex()
2424 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex()
2426 if (index >= static_cast<INT_32>(m_noOfEntries)) in HwlPostCheckTileIndex()
2445 INT_32 index, ///< [in] Tile index in HwlSetupTileCfg()
2446 INT_32 macroModeIndex, ///< [in] Index in macro tile mode table(CI) in HwlSetupTileCfg()
Degbaddrlib.h206 virtual INT_32 HwlPostCheckTileIndex(