Searched refs:oddX0 (Results 1 – 2 of 2) sorted by relevance
2774 int oddX0 = (x0 & ~1) * 2 + (x0 & 1); in clearDepth() local2789 target[oddX0 + 0] = depth; in clearDepth()2790 target[oddX0 + 2] = depth; in clearDepth()2835 for(int x = x0, i = oddX0; x < x1; x++, i = (x & ~1) * 2 + (x & 1)) in clearDepth()2876 int oddX0 = (x0 & ~1) * 2 + (x0 & 1); in clearStencil() local2899 target[oddX0 + 0] = fill; in clearStencil()2900 target[oddX0 + 2] = fill; in clearStencil()
3373 int oddX0 = (x0 & ~1) * 2 + (x0 & 1); in clearDepth() local3388 target[oddX0 + 0] = depth; in clearDepth()3389 target[oddX0 + 2] = depth; in clearDepth()3434 for(int x = x0, i = oddX0; x < x1; x++, i = (x & ~1) * 2 + (x & 1)) in clearDepth()3475 int oddX0 = (x0 & ~1) * 2 + (x0 & 1); in clearStencil() local3498 target[oddX0 + 0] = fill; in clearStencil()3499 target[oddX0 + 2] = fill; in clearStencil()