Searched refs:tileType (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp714 pOut->tcCompatible = CheckTcCompatibility(pOut->pTileInfo, pIn->bpp, pOut->tileMode, pOut->tileType, pOut);
1012 AddrTileType tileType = pInOut->tileType; local in function:Addr::V1::CiLib::HwlOverrideTileMode
1096 tileType = ADDR_NON_DISPLAYABLE;
1109 pInOut->tileType = tileType;
1130 AddrTileType tileType; local in function:Addr::V1::CiLib::HwlSelectTileMode
1135 tileType = ADDR_ROTATED;
1145 tileType = (bThin == TRUE) ? ADDR_NON_DISPLAYABLE : ADDR_THICK;
1150 tileType
1224 AddrTileType tileType = pInOut->tileType; local in function:Addr::V1::CiLib::HwlSetPrtTileMode
1809 AddrTileType tileType = m_tileTable[tileIndex].type; local in function:Addr::V1::CiLib::HwlComputeMacroModeIndex
2289 CheckTcCompatibility(const ADDR_TILEINFO * pTileInfo,UINT_32 bpp,AddrTileMode tileMode,AddrTileType tileType,const ADDR_COMPUTE_SURFACE_INFO_OUTPUT * pOut) const argument
[all...]
H A Dsiaddrlib.cpp2236 pOut->tileType = m_tileTable[index].type;
2242 pOut->tileType = m_tileTable[8].type;
2256 pOut->tileType = inTileType;
3170 pOut->index = HwlPostCheckTileIndex(pIn->pTileInfo, pIn->tileMode, pIn->tileType);
3424 pInOut->tileType = (pInOut->tileType == ADDR_DEPTH_SAMPLE_ORDER) ?
3446 AddrTileType tileType; local in function:Addr::V1::SiLib::HwlSelectTileMode
3462 tileType = ADDR_NON_DISPLAYABLE;
3470 tileType = ADDR_DEPTH_SAMPLE_ORDER;
3476 tileType
[all...]
H A Dciaddrlib.h185 AddrTileType tileType, const ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut) const;
H A Degbaddrlib.cpp156 pIn->tileType,
1207 pIn->tileType,
1327 AddrTileType microTileType = pIn->tileType;
1351 /// mipmap chain must have the same tileType, so please fill tileType correctly
2186 AddrTileType microTileType = pIn->tileType;
2210 /// mipmap chain must have the same tileType, so please fill tileType correctly
3248 surfIn.tileType = ADDR_NON_DISPLAYABLE;
3840 pOut->tileType,
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp713 pOut->tcCompatible = CheckTcCompatibility(pOut->pTileInfo, pIn->bpp, pOut->tileMode, pOut->tileType, pOut);
1011 AddrTileType tileType = pInOut->tileType; local in function:Addr::V1::CiLib::HwlOverrideTileMode
1095 tileType = ADDR_NON_DISPLAYABLE;
1108 pInOut->tileType = tileType;
1129 AddrTileType tileType; local in function:Addr::V1::CiLib::HwlSelectTileMode
1134 tileType = ADDR_ROTATED;
1144 tileType = (bThin == TRUE) ? ADDR_NON_DISPLAYABLE : ADDR_THICK;
1149 tileType
1223 AddrTileType tileType = pInOut->tileType; local in function:Addr::V1::CiLib::HwlSetPrtTileMode
1824 AddrTileType tileType = m_tileTable[tileIndex].type; local in function:Addr::V1::CiLib::HwlComputeMacroModeIndex
2305 CheckTcCompatibility(const ADDR_TILEINFO * pTileInfo,UINT_32 bpp,AddrTileMode tileMode,AddrTileType tileType,const ADDR_COMPUTE_SURFACE_INFO_OUTPUT * pOut) const argument
[all...]
H A Dsiaddrlib.cpp2236 pOut->tileType = m_tileTable[index].type;
2242 pOut->tileType = m_tileTable[8].type;
2256 pOut->tileType = inTileType;
3170 pOut->index = HwlPostCheckTileIndex(pIn->pTileInfo, pIn->tileMode, pIn->tileType);
3424 pInOut->tileType = (pInOut->tileType == ADDR_DEPTH_SAMPLE_ORDER) ?
3446 AddrTileType tileType; local in function:Addr::V1::SiLib::HwlSelectTileMode
3462 tileType = ADDR_NON_DISPLAYABLE;
3470 tileType = ADDR_DEPTH_SAMPLE_ORDER;
3476 tileType
[all...]
H A Dciaddrlib.h184 AddrTileType tileType, const ADDR_COMPUTE_SURFACE_INFO_OUTPUT* pOut) const;
H A Degbaddrlib.cpp153 pIn->tileType,
1204 pIn->tileType,
1324 AddrTileType microTileType = pIn->tileType;
1348 /// mipmap chain must have the same tileType, so please fill tileType correctly
2185 AddrTileType microTileType = pIn->tileType;
2209 /// mipmap chain must have the same tileType, so please fill tileType correctly
3253 surfIn.tileType = ADDR_NON_DISPLAYABLE;
3845 pOut->tileType,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h566 AddrTileType tileType; ///< Micro tiling type, not needed when tileIndex != -1 member in struct:_ADDR_COMPUTE_SURFACE_INFO_INPUT
616 AddrTileType tileType; ///< Micro tiling type, only valid when tileIndex != -1 member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT
694 AddrTileType tileType; ///< See defintion of AddrTileType member in struct:_ADDR_COMPUTE_SURFACE_ADDRFROMCOORD_INPUT
780 AddrTileType tileType; ///< See defintion of AddrTileType member in struct:_ADDR_COMPUTE_SURFACE_COORDFROMADDR_INPUT
2027 AddrTileType tileType; ///< Tile type member in struct:_ADDR_CONVERT_TILEINDEX_OUTPUT
2133 AddrTileType tileType; ///< Tile-type: disp/non-disp/... member in struct:_ADDR_GET_TILEINDEX_INPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h569 AddrTileType tileType; ///< Micro tiling type, not needed when tileIndex != -1 member in struct:_ADDR_COMPUTE_SURFACE_INFO_INPUT
619 AddrTileType tileType; ///< Micro tiling type, only valid when tileIndex != -1 member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT
699 AddrTileType tileType; ///< See defintion of AddrTileType member in struct:_ADDR_COMPUTE_SURFACE_ADDRFROMCOORD_INPUT
787 AddrTileType tileType; ///< See defintion of AddrTileType member in struct:_ADDR_COMPUTE_SURFACE_COORDFROMADDR_INPUT
2066 AddrTileType tileType; ///< Tile type member in struct:_ADDR_CONVERT_TILEINDEX_OUTPUT
2174 AddrTileType tileType; ///< Tile-type: disp/non-disp/... member in struct:_ADDR_GET_TILEINDEX_INPUT
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp313 &localIn.tileType);
322 &localIn.tileMode, &localIn.tileType);
482 &input.tileType);
488 input.pTileInfo, &input.tileMode, &input.tileType);
562 &input.tileType);
568 input.pTileInfo, &input.tileMode, &input.tileType);
1074 pOut->pTileInfo, &pOut->tileMode, &pOut->tileType);
1161 pOut->pTileInfo, &pOut->tileMode, &pOut->tileType);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib1.cpp313 &localIn.tileType);
322 &localIn.tileMode, &localIn.tileType);
482 &input.tileType);
488 input.pTileInfo, &input.tileMode, &input.tileType);
562 &input.tileType);
568 input.pTileInfo, &input.tileMode, &input.tileType);
1074 pOut->pTileInfo, &pOut->tileMode, &pOut->tileType);
1161 pOut->pTileInfo, &pOut->tileMode, &pOut->tileType);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp315 &localIn.tileType);
324 &localIn.tileMode, &localIn.tileType);
484 &input.tileType);
490 input.pTileInfo, &input.tileMode, &input.tileType);
564 &input.tileType);
570 input.pTileInfo, &input.tileMode, &input.tileType);
1076 pOut->pTileInfo, &pOut->tileMode, &pOut->tileType);
1163 pOut->pTileInfo, &pOut->tileMode, &pOut->tileType);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c707 AddrSurfInfoIn.tileType = ADDR_DISPLAYABLE;
709 AddrSurfInfoIn.tileType = ADDR_DEPTH_SAMPLE_ORDER;
711 AddrSurfInfoIn.tileType = ADDR_NON_DISPLAYABLE;
803 if (AddrSurfInfoIn.tileType == ADDR_DISPLAYABLE) {
820 if (AddrSurfInfoIn.tileType == ADDR_DISPLAYABLE)
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c1040 AddrSurfInfoIn.tileType = ADDR_DISPLAYABLE;
1042 AddrSurfInfoIn.tileType = ADDR_DEPTH_SAMPLE_ORDER;
1044 AddrSurfInfoIn.tileType = ADDR_NON_DISPLAYABLE;
1134 if (AddrSurfInfoIn.tileType == ADDR_DISPLAYABLE) {
1151 if (AddrSurfInfoIn.tileType == ADDR_DISPLAYABLE)

Completed in 59 milliseconds