Home
last modified time | relevance | path

Searched refs:threshX (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.cpp217 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()
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