Searched refs:y_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.cpp554 struct brw_reg y_coords[2]; member in class:brw_blorp_blit_program
556 /* Which element of x_coords and y_coords is currently in use.
781 this->y_coords[i]
798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
804 #define Y y_coords[xy_coord_index]
806 #define Yp y_coords[!xy_coord_index]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp554 struct brw_reg y_coords[2]; member in class:brw_blorp_blit_program
556 /* Which element of x_coords and y_coords is currently in use.
781 this->y_coords[i]
798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
804 #define Y y_coords[xy_coord_index]
806 #define Yp y_coords[!xy_coord_index]

Completed in 59 milliseconds