Home | History | Annotate | Download | only in i965

Lines Matching defs:dst_y0

130                         int dst_x0, int dst_y0,
138 dst_x0, dst_y0,
529 struct brw_reg dst_y0;
752 ALLOC_REG(dst_y0);
1172 * boundary of the rectangle defined by the push constants (dst_x0, dst_y0,
1183 brw_CMP(&func, null16, BRW_CONDITIONAL_GE, Y, dst_y0);
1637 GLuint dst_x0, GLuint dst_y0,
1755 y0 = wm_push_consts.dst_y0 = dst_y0;
1759 wm_push_consts.y_transform.setup(src_y0, dst_y0, dst_y1, mirror_y);