Home
last modified time | relevance | path

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