Home
last modified time | relevance | path

Searched refs:FlipY (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
Daccum.c87 ctx->DrawBuffer->FlipY); in _mesa_clear_accum_buffer()
143 ctx->DrawBuffer->FlipY); in accum_scale_or_bias()
213 ctx->DrawBuffer->FlipY); in accum_or_load()
223 ctx->DrawBuffer->FlipY); in accum_or_load()
296 &accMap, &accRowStride, fb->FlipY); in accum_return()
317 fb->FlipY); in accum_return()
Dreadpix.c245 &map, &stride, ctx->ReadBuffer->FlipY); in readpixels_memcpy()
296 &map, &stride, fb->FlipY); in read_uint_depth_pixels()
354 &map, &stride, fb->FlipY); in read_depth_pixels()
402 &map, &stride, fb->FlipY); in read_stencil_pixels()
473 &map, &rb_stride, fb->FlipY); in read_rgba_pixels()
663 &map, &stride, fb->FlipY); in fast_read_depth_stencil_pixels()
703 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY); in fast_read_depth_stencil_pixels_separate()
710 GL_MAP_READ_BIT, &stencilMap, &stencilStride, fb->FlipY); in fast_read_depth_stencil_pixels_separate()
767 GL_MAP_READ_BIT, &depthMap, &depthStride, fb->FlipY); in slow_read_depth_stencil_pixels_separate()
776 &stencilStride, fb->FlipY); in slow_read_depth_stencil_pixels_separate()
Dmultisample.c100 if (ctx->DrawBuffer->FlipY) in _mesa_GetMultisamplefv()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel_copy.c173 srcx, srcy, read_fb->FlipY, in do_blit_copypixels()
175 dstx, dsty, fb->FlipY, in do_blit_copypixels()
Dbrw_pixel_read.c184 if (ctx->ReadBuffer->FlipY) { in brw_readpixels_tiled_memcpy()
252 ctx->ReadBuffer->FlipY, pixels, packing); in brw_readpixels_blorp()
Dbrw_pixel_bitmap.c163 if (fb->FlipY) in y_flip()
288 fb->FlipY); in do_blit_bitmap()
Dbrw_meta_util.c257 if (read_fb->FlipY) { in brw_meta_mirror_clip_and_scissor()
263 if (draw_fb->FlipY) { in brw_meta_mirror_clip_and_scissor()
Dbrw_sf.c93 bool flip_y = ctx->DrawBuffer->FlipY; in brw_upload_sf_prog()
Dbrw_pixel_draw.c130 x, y, ctx->DrawBuffer->FlipY, in do_blit_drawpixels()
Dbrw_fbo.c871 srcX0, srcY0, readFb->FlipY, in brw_blit_framebuffer_with_blitter()
874 dstX0, dstY0, drawFb->FlipY, in brw_blit_framebuffer_with_blitter()
Dbrw_blorp.c742 bool mirror_y = ctx->ReadBuffer->FlipY; in brw_blorp_copytexsubimage()
1198 if (fb->FlipY) { in do_single_blorp_clear()
1397 if (fb->FlipY) { in brw_blorp_clear_depth_stencil()
DgenX_state_upload.c120 if (ctx->DrawBuffer->FlipY) { in genX()
160 if (ctx->DrawBuffer->FlipY) { in genX()
1401 clip.FrontWinding = brw->polygon_front_bit != fb->FlipY; in genX()
1517 bool flip_y = ctx->DrawBuffer->FlipY;
2358 const bool flip_y = ctx->DrawBuffer->FlipY;
2423 const bool flip_y = ctx->DrawBuffer->FlipY;
3487 bool flip_y = ctx->DrawBuffer->FlipY;
4523 const bool flip_y = ctx->DrawBuffer->FlipY;
/third_party/mesa3d/src/mesa/swrast/
Ds_blit.c256 &map, &rowStride, readFb->FlipY); in blit_nearest()
284 readFb->FlipY); in blit_nearest()
292 drawFb->FlipY); in blit_nearest()
600 readFb->FlipY); in blit_linear()
616 readFb->FlipY); in blit_linear()
623 drawFb->FlipY); in blit_linear()
Ds_copypix.c506 &map, &rowStride, srcFb->FlipY); in swrast_fast_copy_pixels()
534 srcFb->FlipY); in swrast_fast_copy_pixels()
542 dstFb->FlipY); in swrast_fast_copy_pixels()
604 fb->FlipY); in map_readbuffer()
Ds_drawpix.c238 &unpack, pixels, fb->FlipY); in fast_draw_rgba_pixels()
247 &unpack, pixels, fb->FlipY); in fast_draw_rgba_pixels()
255 fb->FlipY); in fast_draw_rgba_pixels()
Ds_clear.c140 ctx->DrawBuffer->FlipY); in clear_rgba_buffer()
Ds_depth.c654 ctx->DrawBuffer->FlipY); in _swrast_clear_depth_buffer()
780 ctx->DrawBuffer->FlipY); in _swrast_clear_depth_stencil_buffer()
Ds_renderbuffer.c526 fb->FlipY); in map_attachment()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_stipple.c77 if (!ctx->DrawBuffer->FlipY) { in st_update_polygon_stipple()
Dst_util.h74 if (fb && fb->FlipY) { in st_fb_orientation()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_span.c102 fb->FlipY); in radeon_map_framebuffer()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_span.c102 fb->FlipY); in radeon_map_framebuffer()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp39 using FlipY = bool; typedef
52 DAWN_TEST_PARAM_STRUCT(SubRectTestParams, SrcOrigin, DstOrigin, CopySize, FlipY);
/third_party/mesa3d/docs/relnotes/
D18.2.3.rst74 - i965: Replace checks for rb->Name with FlipY (v2)
D18.2.1.rst103 - mesa: Additional FlipY applications

12