Searched refs:x_coords (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp549 struct brw_reg x_coords[2]; member in class:brw_blorp_blit_program
556 /* Which element of x_coords and y_coords is currently in use.
779 this->x_coords[i]
798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
803 #define X x_coords[xy_coord_index]
805 #define Xp x_coords[!xy_coord_index]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp549 struct brw_reg x_coords[2]; member in class:brw_blorp_blit_program
556 /* Which element of x_coords and y_coords is currently in use.
779 this->x_coords[i]
798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
803 #define X x_coords[xy_coord_index]
805 #define Xp x_coords[!xy_coord_index]

Completed in 205 milliseconds