Searched refs:ADDR_CHANNEL_SETTING (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrcommon.h | 873 static inline ADDR_CHANNEL_SETTING InitChannel( in InitChannel() 878 ADDR_CHANNEL_SETTING t; in InitChannel() 898 ADDR_CHANNEL_SETTING *pChanSet) ///< [out] channel setting to be initialized in InitChannel() 915 ADDR_CHANNEL_SETTING *pChanDst, ///< [in] channel setting to be copied from in InitChannel() 916 ADDR_CHANNEL_SETTING *pChanSrc) ///< [out] channel setting to be initialized in InitChannel() 932 const ADDR_CHANNEL_SETTING *pChanSet, ///< [in] channel setting to be initialized in GetMaxValidChannelIndex() 958 const ADDR_CHANNEL_SETTING *pChanSet, ///< [in] channel setting to be initialized in GetCoordActiveMask()
|
D | addrlib1.cpp | 2817 ADDR_CHANNEL_SETTING* pixelBit = &pEquation->addr[log2BytesPP]; in ComputeMicroTileEquation() 2819 ADDR_CHANNEL_SETTING x0 = InitChannel(1, 0, log2BytesPP + 0); in ComputeMicroTileEquation() 2820 ADDR_CHANNEL_SETTING x1 = InitChannel(1, 0, log2BytesPP + 1); in ComputeMicroTileEquation() 2821 ADDR_CHANNEL_SETTING x2 = InitChannel(1, 0, log2BytesPP + 2); in ComputeMicroTileEquation() 2822 ADDR_CHANNEL_SETTING y0 = InitChannel(1, 1, 0); in ComputeMicroTileEquation() 2823 ADDR_CHANNEL_SETTING y1 = InitChannel(1, 1, 1); in ComputeMicroTileEquation() 2824 ADDR_CHANNEL_SETTING y2 = InitChannel(1, 1, 2); in ComputeMicroTileEquation() 2825 ADDR_CHANNEL_SETTING z0 = InitChannel(1, 2, 0); in ComputeMicroTileEquation() 2826 ADDR_CHANNEL_SETTING z1 = InitChannel(1, 2, 1); in ComputeMicroTileEquation() 2827 ADDR_CHANNEL_SETTING z2 = InitChannel(1, 2, 2); in ComputeMicroTileEquation()
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 229 ADDR_CHANNEL_SETTING x3 = InitChannel(1, 0, log2BytesPP + bankXStart); in ComputeBankEquation() 230 ADDR_CHANNEL_SETTING x4 = InitChannel(1, 0, log2BytesPP + bankXStart + 1); in ComputeBankEquation() 231 ADDR_CHANNEL_SETTING x5 = InitChannel(1, 0, log2BytesPP + bankXStart + 2); in ComputeBankEquation() 232 ADDR_CHANNEL_SETTING x6 = InitChannel(1, 0, log2BytesPP + bankXStart + 3); in ComputeBankEquation() 233 ADDR_CHANNEL_SETTING y3 = InitChannel(1, 1, bankYStart); in ComputeBankEquation() 234 ADDR_CHANNEL_SETTING y4 = InitChannel(1, 1, bankYStart + 1); in ComputeBankEquation() 235 ADDR_CHANNEL_SETTING y5 = InitChannel(1, 1, bankYStart + 2); in ComputeBankEquation() 236 ADDR_CHANNEL_SETTING y6 = InitChannel(1, 1, bankYStart + 3); in ComputeBankEquation() 454 ADDR_CHANNEL_SETTING* pAddr = pEquation->addr; in ComputePipeEquation() 455 ADDR_CHANNEL_SETTING* pXor1 = pEquation->xor1; in ComputePipeEquation() [all …]
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 2421 ADDR_CHANNEL_SETTING* pixelBit = &pEquation->addr[elementBytesLog2]; in HwlComputeBlock256Equation() 2424 ADDR_CHANNEL_SETTING x[maxBitsUsed] = {}; in HwlComputeBlock256Equation() 2425 ADDR_CHANNEL_SETTING y[maxBitsUsed] = {}; in HwlComputeBlock256Equation() 2634 ADDR_CHANNEL_SETTING x[maxBitsUsed] = {}; in HwlComputeThinEquation() 2635 ADDR_CHANNEL_SETTING y[maxBitsUsed] = {}; in HwlComputeThinEquation() 2639 ADDR_CHANNEL_SETTING xorExtra[extraXorBits] = {}; in HwlComputeThinEquation() 2647 ADDR_CHANNEL_SETTING* pixelBit = pEquation->addr; in HwlComputeThinEquation() 2711 ADDR_CHANNEL_SETTING* pXor1Src = (xor1BitPos < blockSizeLog2) ? in HwlComputeThinEquation() 2720 ADDR_CHANNEL_SETTING* pXor1Src = (xor1BitPos < blockSizeLog2) ? in HwlComputeThinEquation() 2789 ADDR_CHANNEL_SETTING* pixelBit = &pEquation->addr[elementBytesLog2]; in HwlComputeThickEquation() [all …]
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 134 } ADDR_CHANNEL_SETTING; typedef 171 ADDR_CHANNEL_SETTING addr[ADDR_MAX_EQUATION_BIT]; ///< addr setting 173 ADDR_CHANNEL_SETTING xor1[ADDR_MAX_EQUATION_BIT]; ///< xor setting 174 ADDR_CHANNEL_SETTING xor2[ADDR_MAX_EQUATION_BIT]; ///< xor2 setting
|