Searched refs:threshY (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 | 220 UINT_32 threshY, ///< [in] threshold for y channel in ComputeBankEquation() argument 244 y3.value = (threshY > bankYStart) ? y3.value : 0; in ComputeBankEquation() 245 y4.value = (threshY > bankYStart + 1) ? y4.value : 0; in ComputeBankEquation() 246 y5.value = (threshY > bankYStart + 2) ? y5.value : 0; in ComputeBankEquation() 247 y6.value = (threshY > bankYStart + 3) ? y6.value : 0; in ComputeBankEquation() 449 UINT_32 threshY, ///< [in] Threshold for Y channel in ComputePipeEquation() argument 473 y3.value = (threshY > 3) ? y3.value : 0; in ComputePipeEquation() 474 y4.value = (threshY > 4) ? y4.value : 0; in ComputePipeEquation() 475 y5.value = (threshY > 5) ? y5.value : 0; in ComputePipeEquation() 476 y6.value = (threshY > 6) ? y6.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
|