Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsAngleTest.cpp47 for (int yIdx = 0; yIdx < 3; ++yIdx) { in DEF_TEST() local
48 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp2167 for (UINT_32 yIdx = 0; yIdx < sizeof(TestCoord) / sizeof(TestCoord[0]); yIdx++) in ValidateStereoInfo() local
2169 if (TestCoord[yIdx] < pIn->height) in ValidateStereoInfo()
2171 addrIn.y = TestCoord[yIdx] + pOut->pStereoInfo->eyeHeight; in ValidateStereoInfo()
2180 addrIn.y = TestCoord[yIdx]; in ValidateStereoInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp2655 UINT_32 yIdx = 0; in HwlComputeThinEquation() local
2664 pixelBit[i] = (((i - elementBytesLog2) & 1) == 0) ? x[xIdx++] : y[yIdx++]; in HwlComputeThinEquation()
2682 yIdx = Log2(microBlockDim.h); in HwlComputeThinEquation()
2691 pixelBit[i] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()
2696 xorExtra[i - blockSizeLog2] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()
2938 UINT_32 yIdx = Log2(microBlockDim.h); in HwlComputeThickEquation() local
2959 pixelBit[i] = y[yIdx++]; in HwlComputeThickEquation()
2975 xorExtra[i - blockSizeLog2] = y[yIdx++]; in HwlComputeThickEquation()