HomeSort by relevance Sort by last modified time
    Searched refs:INT_32 (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/amd/addrlib/
addrinterface.h 504 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
    [all...]
addrtypes.h 466 #ifndef INT_32
467 #define INT_32 int
571 INT_32 i;
  /external/mesa3d/src/amd/addrlib/core/
addrcommon.h 63 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(
369 INT_32 value1,
370 INT_32 value2)
398 static inline INT_32 Max(
399 INT_32 value1,
400 INT_32 value2)
addrlib.h 202 BOOL_32 UseTileIndex(INT_32 index) const
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,
addrelemlib.cpp 136 //convert each component to an INT_32
194 *pResult = static_cast<INT_32>(f + (round/256.0f));
207 static_cast<INT_32>((mant24 & mask) > half);
233 rounded = static_cast<INT_32>((round + truncated) >> 8);
236 *pResult = static_cast<INT_32>(rounded); //(INT_32)final;
629 pInfo->numType[c] = ADDR_EPSILON; // Alpha INT_32 bits default is 0x01
    [all...]
addrlib.cpp 519 INT_32 macroModeIndex = TileIndexNoMacroIndex;
691 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex,
771 INT_32 macroModeIndex = HwlComputeMacroModeIndex(input.tileIndex,
    [all...]
  /external/mesa3d/src/amd/addrlib/r800/
ciaddrlib.h 108 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(
ciaddrlib.cpp 449 INT_32 CIAddrLib::HwlPostCheckTileIndex(
456 INT_32 index = curIndex;
474 for (index = 0; index < static_cast<INT_32>(m_noOfEntries); index++)
518 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries));
520 if (index >= static_cast<INT_32>(m_noOfEntries))
539 INT_32 index, ///< [in] Tile index
540 INT_32 macroModeIndex, ///< [in] Index in macro tile mode table(CI)
672 INT_32 tileIndex = tileMode == ADDR_TM_2D_TILED_THIN1 ? 14 : 15;
676 INT_32 macroModeIndex = TileIndexInvalid;
    [all...]
siaddrlib.h 123 INT_32 index, INT_32 macroModeIndex,
204 virtual INT_32 HwlPostCheckTileIndex(
siaddrlib.cpp 306 Max(1, static_cast<INT_32>(numPipes / 2) - 1) * (slice / microTileThickness);
    [all...]
egbaddrlib.h 206 virtual INT_32 HwlPostCheckTileIndex(

Completed in 299 milliseconds