Searched refs:threshX (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
D | siaddrlib.h | 159 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, 163 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY,
|
D | siaddrlib.cpp | 219 UINT_32 threshX, ///< [in] threshold for x channel in ComputeBankEquation() argument 240 x3.value = (threshX > bankXStart) ? x3.value : 0; in ComputeBankEquation() 241 x4.value = (threshX > bankXStart + 1) ? x4.value : 0; in ComputeBankEquation() 242 x5.value = (threshX > bankXStart + 2) ? x5.value : 0; in ComputeBankEquation() 243 x6.value = (threshX > bankXStart + 3) ? x6.value : 0; in ComputeBankEquation() 448 UINT_32 threshX, ///< [in] Threshold for X channel in ComputePipeEquation() argument 469 x3.value = (threshX > 3) ? x3.value : 0; in ComputePipeEquation() 470 x4.value = (threshX > 4) ? x4.value : 0; in ComputePipeEquation() 471 x5.value = (threshX > 5) ? x5.value : 0; in ComputePipeEquation() 472 x6.value = (threshX > 6) ? x6.value : 0; in ComputePipeEquation()
|
D | egbaddrlib.h | 262 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, in ComputeBankEquation() argument
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib1.h | 433 …UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, ADDR_TILEINFO* pTileInfo, ADDR_EQUATION* pE… in ComputePipeEquation() argument
|