Lines Matching refs:xCoord
517 float xCoord = (float)(x) / (float)renderedFrame.getWidth(); in ValidateFramebuffer() local
523 greenQuadrant = (yCoord > 0.5 && xCoord <= 0.5); in ValidateFramebuffer()
527 greenQuadrant = (yCoord <= 0.5 && xCoord <= 0.5); in ValidateFramebuffer()
715 float xCoord = (float)(x) / (float)renderedColorFrame.getWidth(); in ValidateFramebuffer() local
717 if (xCoord < 0.5f) in ValidateFramebuffer()
927 float xCoord = static_cast<float>(x) / static_cast<float>(renderedFrame.getWidth()); in ValidateFramebuffer() local
928 float xVPCoord = (xCoord - 0.125f) * 2.0f; in ValidateFramebuffer()
1253 float xCoord = ((float)(x) + 0.5f) / (float)renderedColorFrame.getWidth(); 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()
1436 float xCoord = (float)(x) / (float)renderedColorFrame.getWidth(); in ValidateFramebuffer() local
1439 referenceDepthFrame.getAccess().setPixDepth((xCoord + yCoord) * 0.5f, x, y); in ValidateFramebuffer()