Searched defs:mirror_x (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_meta_util.c165 bool *mirror_x, bool *mirror_y)
167 *mirror_x = false;
171 fixup_mirroring(mirror_x, srcX0, srcX1);
172 fixup_mirroring(mirror_x, dstX0, dstX1);
227 clip_coordinates(*mirror_x,
233 clip_coordinates(*mirror_x,
158 brw_meta_mirror_clip_and_scissor(const struct gl_context *ctx, const struct gl_framebuffer *read_fb, const struct gl_framebuffer *draw_fb, GLfloat *srcX0, GLfloat *srcY0, GLfloat *srcX1, GLfloat *srcY1, GLfloat *dstX0, GLfloat *dstY0, GLfloat *dstX1, GLfloat *dstY1, bool *mirror_x, bool *mirror_y) argument
H A Dbrw_blorp.c358 GLenum filter, bool mirror_x, bool mirror_y,
372 mirror_x, mirror_y);
430 filter, mirror_x, mirror_y);
494 GLenum filter, bool mirror_x, bool mirror_y)
512 filter, mirror_x, mirror_y,
533 bool mirror_x, mirror_y; local
537 &mirror_x, &mirror_y))
556 filter, mirror_x, mirror_y);
578 filter, mirror_x, mirror_y);
588 filter, mirror_x, mirror_
347 brw_blorp_blit_miptrees(struct brw_context *brw, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, mesa_format src_format, int src_swizzle, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, mesa_format dst_format, float src_x0, float src_y0, float src_x1, float src_y1, float dst_x0, float dst_y0, float dst_x1, float dst_y1, GLenum filter, bool mirror_x, bool mirror_y, bool decode_srgb, bool encode_srgb) argument
489 do_blorp_blit(struct brw_context *brw, GLbitfield buffer_bit, struct intel_renderbuffer *src_irb, mesa_format src_format, struct intel_renderbuffer *dst_irb, mesa_format dst_format, GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1, GLenum filter, bool mirror_x, bool mirror_y) argument
[all...]
/external/mesa3d/src/intel/blorp/
H A Dblorp_blit.c2012 GLenum filter, bool mirror_x, bool mirror_y)
2076 .mirror = mirror_x
2001 blorp_blit(struct blorp_batch *batch, const struct blorp_surf *src_surf, unsigned src_level, unsigned src_layer, enum isl_format src_format, struct isl_swizzle src_swizzle, const struct blorp_surf *dst_surf, unsigned dst_level, unsigned dst_layer, enum isl_format dst_format, struct isl_swizzle dst_swizzle, float src_x0, float src_y0, float src_x1, float src_y1, float dst_x0, float dst_y0, float dst_x1, float dst_y1, GLenum filter, bool mirror_x, bool mirror_y) argument

Completed in 332 milliseconds