Searched defs:flip_y (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_fragment.c38 bool flip_y = panfrost_is_scanout(ctx); local in function:panfrost_fragment_job
H A Dpan_sfbd.c119 panfrost_sfbd_fragment(struct panfrost_context *ctx, bool flip_y) argument
88 panfrost_sfbd_set_cbuf(struct mali_single_framebuffer * fb,struct pipe_surface * surf,bool flip_y) argument
H A Dpan_mfbd.c214 panfrost_mfbd_fragment(struct panfrost_context *ctx, bool flip_y) argument
86 panfrost_mfbd_set_cbuf(struct bifrost_render_target * rt,struct pipe_surface * surf,bool flip_y) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_span.c56 radeon_renderbuffer_map(struct gl_context * ctx,struct gl_renderbuffer * rb,bool flip_y) argument
H A Dradeon_pixel_read.c98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local in function:do_blit_readpixels
H A Dradeon_tex_copy.c55 unsigned flip_y; local in function:do_copy_texsubimage
H A Dradeon_blit.c250 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
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sf.c93 bool flip_y = ctx->DrawBuffer->FlipY; local in function:brw_upload_sf_prog
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sf.c93 bool flip_y = ctx->DrawBuffer->FlipY; local in function:brw_upload_sf_prog
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_span.c56 radeon_renderbuffer_map(struct gl_context * ctx,struct gl_renderbuffer * rb,bool flip_y) argument
H A Dradeon_pixel_read.c98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local in function:do_blit_readpixels
H A Dradeon_tex_copy.c55 unsigned flip_y; local in function:do_copy_texsubimage
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_buffer.c423 xmesa_MapRenderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** mapOut,GLint * rowStrideOut,bool flip_y) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h72 unsigned flip_y:1; member in struct:blt_imgcopy_op
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.h71 unsigned flip_y:1; member in struct:blt_imgcopy_op
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_buffer.c423 xmesa_MapRenderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** mapOut,GLint * rowStrideOut,bool flip_y) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c266 nir_ssa_def *flip_y; local in function:lower_interp_deref_at_offset
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c288 nir_ssa_def *flip_y; local in function:lower_interp_deref_at_offset
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.c402 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/swrast/
H A Ds_drawpix.c53 fast_draw_rgb_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument
102 fast_draw_rgba_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument
152 fast_draw_generic_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument
H A Ds_renderbuffer.c178 _swrast_map_soft_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_fbo.c131 nouveau_renderbuffer_map(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_statevars.c747 bool flip_y = (ctx->Point.SpriteOrigin == GL_LOWER_LEFT) ^ local in function:fetch_state
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_drawpix.c53 fast_draw_rgb_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument
102 fast_draw_rgba_ubyte_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument
152 fast_draw_generic_pixels(struct gl_context * ctx,struct gl_renderbuffer * rb,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels,bool flip_y) argument
H A Ds_renderbuffer.c178 _swrast_map_soft_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument

Completed in 35 milliseconds

12