Searched refs:dst_y1 (Results 1 - 6 of 6) 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,
160 uint16_t dst_y1; member in struct:brw_blorp_wm_push_constants
H A Dbrw_blorp_blit.cpp131 int dst_x1, int dst_y1,
139 dst_x1, dst_y1,
530 struct brw_reg dst_y1; member in class:brw_blorp_blit_program
753 ALLOC_REG(dst_y1);
1173 * dst_x1, dst_y1).
1185 brw_CMP(&func, null16, BRW_CONDITIONAL_L, Y, dst_y1);
1638 GLuint dst_x1, GLuint dst_y1,
1757 y1 = wm_push_consts.dst_y1 = dst_y1;
1759 wm_push_consts.y_transform.setup(src_y0, dst_y0, dst_y1, 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
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,
160 uint16_t dst_y1; member in struct:brw_blorp_wm_push_constants
H A Dbrw_blorp_blit.cpp131 int dst_x1, int dst_y1,
139 dst_x1, dst_y1,
530 struct brw_reg dst_y1; member in class:brw_blorp_blit_program
753 ALLOC_REG(dst_y1);
1173 * dst_x1, dst_y1).
1185 brw_CMP(&func, null16, BRW_CONDITIONAL_L, Y, dst_y1);
1638 GLuint dst_x1, GLuint dst_y1,
1757 y1 = wm_push_consts.dst_y1 = dst_y1;
1759 wm_push_consts.y_transform.setup(src_y0, dst_y0, dst_y1, 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
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/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.h84 WebKit::WGC3Dint dst_y1,
76 blitFramebufferCHROMIUM( WebKit::WGC3Dint src_x0, WebKit::WGC3Dint src_y0, WebKit::WGC3Dint src_x1, WebKit::WGC3Dint src_y1, WebKit::WGC3Dint dst_x0, WebKit::WGC3Dint dst_y0, WebKit::WGC3Dint dst_x1, WebKit::WGC3Dint dst_y1, WebKit::WGC3Dbitfield mask, WebKit::WGC3Denum filter) argument
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.h67 WebKit::WGC3Dint dst_y1,
60 blitFramebufferCHROMIUM(WebKit::WGC3Dint src_x0, WebKit::WGC3Dint src_y0, WebKit::WGC3Dint src_x1, WebKit::WGC3Dint src_y1, WebKit::WGC3Dint dst_x0, WebKit::WGC3Dint dst_y0, WebKit::WGC3Dint dst_x1, WebKit::WGC3Dint dst_y1, WebKit::WGC3Dbitfield mask, WebKit::WGC3Denum filter) argument

Completed in 262 milliseconds