Searched defs:dst_x1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h45 int dst_x1, int dst_y1,
158 uint16_t dst_x1; member in struct:brw_blorp_wm_push_constants
H A Dbrw_blorp_blit.cpp70 GLint &dst_x1, GLint fb_xmin, GLint fb_xmax)
75 fb_xmin < dst_x1 &&
76 dst_x0 < dst_x1)) {
89 if (fb_xmax < dst_x1) {
90 pixels_clipped_right = dst_x1 - fb_xmax;
91 dst_x1 = fb_xmax;
131 int dst_x1, int dst_y1,
139 dst_x1, dst_y1,
528 struct brw_reg dst_x1; member in class:brw_blorp_blit_program
751 ALLOC_REG(dst_x1);
69 clip_or_scissor(bool mirror, GLint &src_x0, GLint &src_x1, GLint &dst_x0, GLint &dst_x1, GLint fb_xmin, GLint fb_xmax) argument
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
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...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h45 int dst_x1, int dst_y1,
158 uint16_t dst_x1; member in struct:brw_blorp_wm_push_constants
H A Dbrw_blorp_blit.cpp70 GLint &dst_x1, GLint fb_xmin, GLint fb_xmax)
75 fb_xmin < dst_x1 &&
76 dst_x0 < dst_x1)) {
89 if (fb_xmax < dst_x1) {
90 pixels_clipped_right = dst_x1 - fb_xmax;
91 dst_x1 = fb_xmax;
131 int dst_x1, int dst_y1,
139 dst_x1, dst_y1,
528 struct brw_reg dst_x1; member in class:brw_blorp_blit_program
751 ALLOC_REG(dst_x1);
69 clip_or_scissor(bool mirror, GLint &src_x0, GLint &src_x1, GLint &dst_x0, GLint &dst_x1, GLint fb_xmin, GLint fb_xmax) argument
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
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 114 milliseconds