Home
last modified time | relevance | path

Searched refs:dst_x1 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp_blit.cpp70 GLint &dst_x1, GLint fb_xmin, GLint fb_xmax) in clip_or_scissor() argument
75 fb_xmin < dst_x1 && in clip_or_scissor()
76 dst_x0 < dst_x1)) { in clip_or_scissor()
89 if (fb_xmax < dst_x1) { in clip_or_scissor()
90 pixels_clipped_right = dst_x1 - fb_xmax; in clip_or_scissor()
91 dst_x1 = fb_xmax; in clip_or_scissor()
131 int dst_x1, int dst_y1, in brw_blorp_blit_miptrees() argument
139 dst_x1, dst_y1, in brw_blorp_blit_miptrees()
528 struct brw_reg dst_x1; member in brw_blorp_blit_program
751 ALLOC_REG(dst_x1); in alloc_push_const_regs()
[all …]
Dbrw_blorp.h45 int dst_x1, int dst_y1,
158 uint16_t dst_x1; member