Searched refs:mirror_x (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_blorp.h | 46 bool mirror_x, bool mirror_y); 308 bool mirror_x, bool mirror_y);
|
H A D | brw_blorp_blit.cpp | 132 bool mirror_x, bool mirror_y) 140 mirror_x, mirror_y); 150 bool mirror_x, bool mirror_y) 167 mirror_x, mirror_y); 208 bool mirror_x = false, mirror_y = false; local 209 fixup_mirroring(mirror_x, srcX0, srcX1); 210 fixup_mirroring(mirror_x, dstX0, dstX1); 220 if (!(clip_or_scissor(mirror_x, srcX0, srcX1, dstX0, dstX1, 229 if (!(clip_or_scissor(mirror_x, dstX0, dstX1, srcX0, srcX1, 267 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_ 124 brw_blorp_blit_miptrees(struct intel_context *intel, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, int src_x0, int src_y0, int dst_x0, int dst_y0, int dst_x1, int dst_y1, bool mirror_x, bool mirror_y) argument 145 do_blorp_blit(struct intel_context *intel, GLbitfield buffer_bit, struct intel_renderbuffer *src_irb, struct intel_renderbuffer *dst_irb, GLint srcX0, GLint srcY0, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, bool mirror_x, bool mirror_y) argument 1631 brw_blorp_blit_params(struct brw_context *brw, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, GLuint src_x0, GLuint src_y0, GLuint dst_x0, GLuint dst_y0, GLuint dst_x1, GLuint dst_y1, bool mirror_x, bool mirror_y) argument [all...] |
Completed in 2656 milliseconds