Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_fp.c288 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() local
300 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() local
325 pixel_xy, in get_delta_xy()
1064 c->pixel_xy = src_undef(); in brw_wm_pass_fp()
Dbrw_wm.h220 struct prog_src_register pixel_xy; member