Searched refs:threshX (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.h | 157 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, 161 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY,
|
D | siaddrlib.cpp | 217 UINT_32 threshX, ///< [in] threshold for x channel in ComputeBankEquation() argument 238 x3.value = (threshX > bankXStart) ? x3.value : 0; in ComputeBankEquation() 239 x4.value = (threshX > bankXStart + 1) ? x4.value : 0; in ComputeBankEquation() 240 x5.value = (threshX > bankXStart + 2) ? x5.value : 0; in ComputeBankEquation() 241 x6.value = (threshX > bankXStart + 3) ? x6.value : 0; in ComputeBankEquation() 446 UINT_32 threshX, ///< [in] Threshold for X channel in ComputePipeEquation() argument 467 x3.value = (threshX > 3) ? x3.value : 0; in ComputePipeEquation() 468 x4.value = (threshX > 4) ? x4.value : 0; in ComputePipeEquation() 469 x5.value = (threshX > 5) ? x5.value : 0; in ComputePipeEquation() 470 x6.value = (threshX > 6) ? x6.value : 0; in ComputePipeEquation()
|
D | egbaddrlib.h | 261 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, in ComputeBankEquation() argument
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.h | 433 …UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, ADDR_TILEINFO* pTileInfo, ADDR_EQUATION* pE… in ComputePipeEquation() argument
|