Searched refs:YFLIP (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_line.c | 72 y = YFLIP( xrb, (GLint) vert->win[1] ); 80 y = YFLIP( xrb, (GLint) vert->win[1] ); 137 #define PLOT(X,Y) XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel ); 263 XMesaPutPixel(xrb->ximage, X, YFLIP(xrb, Y), pixel); \ 427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[VARYING_SLOT_POS][1]); in xor_line() 429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[VARYING_SLOT_POS][1]); in xor_line()
|
D | xm_tri.c | 69 GLint x = span.x, y = YFLIP(xrb, span.y); \ 236 GLint x = span.x, y = YFLIP(xrb, span.y); \ 300 GLint x = span.x, y = YFLIP(xrb, span.y); \ 331 GLint x = span.x, y = YFLIP(xrb, span.y); \ 466 GLint x = span.x, y = YFLIP(xrb, span.y); \ 523 GLint x = span.x, y = YFLIP(xrb, span.y); \ 547 GLint x = span.x, y = YFLIP(xrb, span.y); \ 672 GLint x = span.x, y = YFLIP(xrb, span.y); \ 722 GLint x = span.x, y = YFLIP(xrb, span.y); \ 746 GLint x = span.x, y = YFLIP(xrb, span.y); \ [all …]
|
D | xm_dd.c | 240 y = YFLIP(xrb, y); in clear_nbit_ximage() 421 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_8R8G8B() 552 dstY = YFLIP(xrb, dstY) - h + 1; in xmesa_DrawPixels_5R6G5B() 631 srcy = YFLIP(srcXrb, srcy) - height + 1; in xmesa_CopyPixels() 632 desty = YFLIP(dstXrb, desty) - height + 1; in xmesa_CopyPixels()
|
D | xmesaP.h | 307 #define YFLIP(XRB, Y) ((XRB)->bottom - (Y)) macro
|
/third_party/skia/third_party/externals/spirv-cross/shaders/vert/ |
D | ocean.vert | 3 #define YFLIP 0 196 #if YFLIP
|
D | ground.vert | 3 #define YFLIP 0
|