Searched refs:pixel_xy (Results 1 – 2 of 2) sorted by relevance
288 if (src_is_undef(c->pixel_xy)) { in get_pixel_xy()289 struct prog_dst_register pixel_xy = get_temp(c); in get_pixel_xy() local300 dst_mask(pixel_xy, WRITEMASK_XY), in get_pixel_xy()306 c->pixel_xy = src_reg_from_dst(pixel_xy); in get_pixel_xy()309 return c->pixel_xy; in get_pixel_xy()316 struct prog_src_register pixel_xy = get_pixel_xy(c); in get_delta_xy() local325 pixel_xy, in get_delta_xy()1064 c->pixel_xy = src_undef(); in brw_wm_pass_fp()
220 struct prog_src_register pixel_xy; member