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