Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.h159 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY,
163 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY,
Dsiaddrlib.cpp220 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()
Degbaddrlib.h262 UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, in ComputeBankEquation() argument
/external/mesa3d/src/amd/addrlib/core/
Daddrlib1.h433 …UINT_32 log2BytesPP, UINT_32 threshX, UINT_32 threshY, ADDR_TILEINFO* pTileInfo, ADDR_EQUATION* pE… in ComputePipeEquation() argument