Home
last modified time | relevance | path

Searched refs:yRange (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts81 const yRange = data.minimumValue < 0 ? yMax * 2 : yMax; constant
102 const nextY = zeroY - Math.round((value / yRange) * RECT_HEIGHT);
141 const y = zeroY - Math.round((this.hoveredValue / yRange) * RECT_HEIGHT);
/external/mesa3d/src/amd/addrlib/gfx9/
Dcoord.h74 BOOL_32 exceedRange(UINT_32 xRange, UINT_32 yRange = 0, UINT_32 zRange = 0, UINT_32 sRange = 0);
Dcoord.cpp308 BOOL_32 CoordTerm::exceedRange(UINT_32 xRange, UINT_32 yRange, UINT_32 zRange, UINT_32 sRange) in exceedRange() argument
320 subject = yRange; in exceedRange()