Home
last modified time | relevance | path

Searched refs:threshY (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.h157 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY,
161 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY,
Dsiaddrlib.cpp218 UINT_32 threshY, ///< [in] threshold for y channel in ComputeBankEquation() argument
242 y3.value = (threshY > bankYStart) ? y3.value : 0; in ComputeBankEquation()
243 y4.value = (threshY > bankYStart + 1) ? y4.value : 0; in ComputeBankEquation()
244 y5.value = (threshY > bankYStart + 2) ? y5.value : 0; in ComputeBankEquation()
245 y6.value = (threshY > bankYStart + 3) ? y6.value : 0; in ComputeBankEquation()
447 UINT_32 threshY, ///< [in] Threshold for Y channel in ComputePipeEquation() argument
471 y3.value = (threshY > 3) ? y3.value : 0; in ComputePipeEquation()
472 y4.value = (threshY > 4) ? y4.value : 0; in ComputePipeEquation()
473 y5.value = (threshY > 5) ? y5.value : 0; in ComputePipeEquation()
474 y6.value = (threshY > 6) ? y6.value : 0; in ComputePipeEquation()
Degbaddrlib.h261 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, in ComputeBankEquation() argument
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.h433 …UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, ADDR_TILEINFO* pTileInfo, ADDR_EQUATION* pE… in ComputePipeEquation() argument