Searched refs:dst_x1 (Results 1 – 2 of 2) sorted by relevance
70 GLint &dst_x1, GLint fb_xmin, GLint fb_xmax) in clip_or_scissor() argument75 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() argument139 dst_x1, dst_y1, in brw_blorp_blit_miptrees()528 struct brw_reg dst_x1; member in brw_blorp_blit_program751 ALLOC_REG(dst_x1); in alloc_push_const_regs()[all …]
45 int dst_x1, int dst_y1,158 uint16_t dst_x1; member