| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_fragment.c | 38 bool flip_y = panfrost_is_scanout(ctx); local in function:panfrost_fragment_job 41 panfrost_sfbd_fragment(ctx, flip_y) : 42 panfrost_mfbd_fragment(ctx, flip_y);
|
| H A D | pan_sfbd.c | 91 bool flip_y) 103 if (flip_y) { 119 panfrost_sfbd_fragment(struct panfrost_context *ctx, bool flip_y) argument 128 panfrost_sfbd_set_cbuf(&fb, ctx->pipe_framebuffer.cbufs[0], flip_y); 88 panfrost_sfbd_set_cbuf(struct mali_single_framebuffer * fb,struct pipe_surface * surf,bool flip_y) argument
|
| H A D | pan_mfbd.c | 89 bool flip_y) 101 if (flip_y) { 214 panfrost_mfbd_fragment(struct panfrost_context *ctx, bool flip_y) argument 231 panfrost_mfbd_set_cbuf(&rts[cb], surf, flip_y); 86 panfrost_mfbd_set_cbuf(struct bifrost_render_target * rt,struct pipe_surface * surf,bool flip_y) argument
|
| H A D | 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.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_blit.h | 54 unsigned flip_y);
|
| H A D | 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); 402 calc_tex_coords(float img_width,float img_height,float x,float y,float reg_width,float reg_height,unsigned flip_y,float * buf) argument 418 emit_draw_packet(struct r200_context * r200,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument 482 r200_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_blit.h | 54 unsigned flip_y);
|
| H A D | radeon_pixel_read.c | 98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local in function:do_blit_readpixels 152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer); 155 flip_y = !flip_y; 177 flip_y))
|
| H A D | radeon_tex_copy.c | 55 unsigned flip_y; local in function:do_copy_texsubimage 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);
|
| H A D | 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); 250 calc_tex_coords(float img_width,float img_height,float x,float y,float reg_width,float reg_height,unsigned flip_y,float * buf) argument 266 emit_draw_packet(struct r100_context * r100,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument 333 r100_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
|
| H A D | radeon_span.c | 58 bool flip_y) 69 &map, &stride, flip_y); 56 radeon_renderbuffer_map(struct gl_context * ctx,struct gl_renderbuffer * rb,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_blit.h | 54 unsigned flip_y);
|
| H A D | 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); 392 calc_tex_coords(float img_width,float img_height,float x,float y,float reg_width,float reg_height,unsigned flip_y,float * buf) argument 408 emit_draw_packet(struct r200_context * r200,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument 472 r200_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_blit.h | 54 unsigned flip_y);
|
| H A D | radeon_pixel_read.c | 98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local in function:do_blit_readpixels 152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer); 155 flip_y = !flip_y; 177 flip_y))
|
| H A D | radeon_tex_copy.c | 55 unsigned flip_y; local in function:do_copy_texsubimage 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);
|
| H A D | 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); 241 calc_tex_coords(float img_width,float img_height,float x,float y,float reg_width,float reg_height,unsigned flip_y,float * buf) argument 257 emit_draw_packet(struct r100_context * r100,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument 324 r100_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
|
| H A D | radeon_span.c | 58 bool flip_y) 69 &map, &stride, flip_y); 56 radeon_renderbuffer_map(struct gl_context * ctx,struct gl_renderbuffer * rb,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_renderbuffer.h | 47 bool flip_y);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_renderbuffer.h | 47 bool flip_y);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sf.c | 93 bool flip_y = ctx->DrawBuffer->FlipY; local in function:brw_upload_sf_prog 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/mesa/drivers/dri/i965/ |
| H A D | brw_sf.c | 93 bool flip_y = ctx->DrawBuffer->FlipY; local in function:brw_upload_sf_prog 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/gallium/drivers/etnaviv/ |
| H A D | etnaviv_blt.h | 72 unsigned flip_y:1; member in struct:blt_imgcopy_op
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_blt.h | 71 unsigned flip_y:1; member in struct:blt_imgcopy_op
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | chgdctl.c | 98 swapl(&calib->flip_y, n); 211 dev->absolute->flip_y = calib->flip_y;
|