HomeSort by: relevance | last modified time | path
    Searched refs:flip_y (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_fragment.c 38 bool flip_y = panfrost_is_scanout(ctx); local
41 panfrost_sfbd_fragment(ctx, flip_y) :
42 panfrost_mfbd_fragment(ctx, flip_y);
pan_sfbd.c 91 bool flip_y)
103 if (flip_y) {
119 panfrost_sfbd_fragment(struct panfrost_context *ctx, bool flip_y)
128 panfrost_sfbd_set_cbuf(&fb, ctx->pipe_framebuffer.cbufs[0], flip_y);
pan_mfbd.c 89 bool flip_y)
101 if (flip_y) {
214 panfrost_mfbd_fragment(struct panfrost_context *ctx, bool flip_y)
231 panfrost_mfbd_set_cbuf(&rts[cb], surf, flip_y);
pan_context.h 343 panfrost_sfbd_fragment(struct panfrost_context *ctx, bool flip_y);
346 panfrost_mfbd_fragment(struct panfrost_context *ctx, bool flip_y);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_blit.h 54 unsigned flip_y);
r200_blit.c 395 unsigned flip_y, float *buf)
401 if (flip_y)
413 unsigned flip_y)
422 flip_y, texcoords);
470 * @param[in] flip_y set if y coords of the source image need to be flipped
491 unsigned flip_y)
555 flip_y);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_blit.h 54 unsigned flip_y);
radeon_pixel_read.c 98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local
152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer);
155 flip_y = !flip_y;
177 flip_y))
radeon_tex_copy.c 55 unsigned flip_y; local
68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE;
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
133 dstx, dsty, width, height, flip_y);
radeon_blit.c 244 unsigned flip_y, float *buf)
250 if (flip_y)
262 unsigned flip_y)
271 flip_y, texcoords);
322 * @param[in] flip_y set if y coords of the source image need to be flipped
343 unsigned flip_y)
407 flip_y);
radeon_span.c 58 bool flip_y)
69 &map, &stride, flip_y);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_blit.h 54 unsigned flip_y);
r200_blit.c 405 unsigned flip_y, float *buf)
411 if (flip_y)
423 unsigned flip_y)
432 flip_y, texcoords);
480 * @param[in] flip_y set if y coords of the source image need to be flipped
501 unsigned flip_y)
565 flip_y);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_blit.h 54 unsigned flip_y);
radeon_pixel_read.c 98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local
152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer);
155 flip_y = !flip_y;
177 flip_y))
radeon_tex_copy.c 55 unsigned flip_y; local
68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE;
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
133 dstx, dsty, width, height, flip_y);
radeon_blit.c 253 unsigned flip_y, float *buf)
259 if (flip_y)
271 unsigned flip_y)
280 flip_y, texcoords);
331 * @param[in] flip_y set if y coords of the source image need to be flipped
352 unsigned flip_y)
416 flip_y);
radeon_span.c 58 bool flip_y)
69 &map, &stride, flip_y);
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_renderbuffer.h 47 bool flip_y);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_renderbuffer.h 47 bool flip_y);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_sf.c 93 bool flip_y = ctx->DrawBuffer->FlipY;
140 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) == flip_y)
164 key.frontface_ccw = brw->polygon_front_bit != flip_y;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_sf.c 93 bool flip_y = ctx->DrawBuffer->FlipY;
140 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) == flip_y)
164 key.frontface_ccw = brw->polygon_front_bit != flip_y;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_blt.h 71 unsigned flip_y:1; member in struct:blt_imgcopy_op
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_blt.h 72 unsigned flip_y:1; member in struct:blt_imgcopy_op
  /xsrc/external/mit/xorg-server.old/dist/Xi/
chgdctl.c 98 swapl(&calib->flip_y, n);
211 dev->absolute->flip_y = calib->flip_y;

Completed in 26 milliseconds

1 2 3