Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DPathOpsAngleTest.cpp47 for (int xIdx = 0; xIdx < 3; ++xIdx) { in DEF_TEST() local
49 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
/third_party/skia/tests/
DPathOpsAngleTest.cpp46 for (int xIdx = 0; xIdx < 3; ++xIdx) { in DEF_TEST() local
48 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp2161 for (UINT_32 xIdx = 0; xIdx < sizeof(TestCoord) / sizeof(TestCoord[0]); xIdx++) in ValidateStereoInfo() local
2163 if (TestCoord[xIdx] < pIn->width) in ValidateStereoInfo()
2165 addrIn.x = TestCoord[xIdx]; in ValidateStereoInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp2655 UINT_32 xIdx = 0; in HwlComputeThinEquation() local
2665 pixelBit[i] = (((i - elementBytesLog2) & 1) == 0) ? x[xIdx++] : y[yIdx++]; in HwlComputeThinEquation()
2682 xIdx = Log2(microBlockDim.w); in HwlComputeThinEquation()
2692 pixelBit[i] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()
2697 xorExtra[i - blockSizeLog2] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()
2938 UINT_32 xIdx = Log2(microBlockDim.w); in HwlComputeThickEquation() local
2952 pixelBit[i] = x[xIdx++]; in HwlComputeThickEquation()
2968 xorExtra[i - blockSizeLog2] = x[xIdx++]; in HwlComputeThickEquation()