Searched refs:invertY (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c400 boolean invertY = FALSE; local in function:emit_viewport
464 invertY = TRUE;
475 if (invertY) {
495 if (invertY) {
566 if (invertY)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c418 boolean invertY = FALSE; local in function:get_viewport_prescale
480 invertY = TRUE;
491 if (invertY) {
511 if (invertY) {
582 if (invertY)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); variable in typeref:typename:const GLboolean
307 if (invertY) {
533 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); local in function:blit_linear
643 if (invertY) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); variable in typeref:typename:const GLboolean
307 if (invertY) {
533 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); local in function:blit_linear
643 if (invertY) {

Completed in 8 milliseconds