Lines Matching defs:yCoord
512 float yCoord = (float)(y) / (float)renderedFrame.getHeight();
523 greenQuadrant = (yCoord > 0.5 && xCoord <= 0.5);
527 greenQuadrant = (yCoord <= 0.5 && xCoord <= 0.5);
922 float yCoord = static_cast<float>(y) / static_cast<float>(renderedFrame.getHeight());
923 float yVPCoord = (yCoord - 0.25f) * 4.0f;
1249 float yCoord = ((float)(y) + 0.5f) / (float)renderedColorFrame.getHeight();
1255 if (yCoord >= 1.0 - xCoord - rasterizationError && yCoord <= 1.0 - xCoord + rasterizationError)
1264 if (yCoord < 1.0 - xCoord)
1273 referenceDepthFrame.getAccess().setPixDepth(-1.0f + xCoord + yCoord, x, y);
1433 float yCoord = (float)(y) / (float)renderedColorFrame.getHeight();
1439 referenceDepthFrame.getAccess().setPixDepth((xCoord + yCoord) * 0.5f, x, y);