Searched defs:Yp (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.cpp798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
806 #define Yp y_coords[!xy_coord_index] macro
809 /* Quickly swap the roles of (X, Y) and (Xp, Yp). Saves us from having to do
810 * MOVs to transfor (Xp, Yp) to (X, Y) after a coordinate transformation.
976 brw_OR(&func, Yp, t1, t2);
1000 brw_OR(&func, Yp, t1, t2);
1056 brw_OR(&func, Yp, t1, t2);
1083 brw_OR(&func, Yp, t1, t2);
1136 brw_OR(&func, Yp, t1, t2);
1155 brw_OR(&func, Yp, t
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
806 #define Yp y_coords[!xy_coord_index] macro
809 /* Quickly swap the roles of (X, Y) and (Xp, Yp). Saves us from having to do
810 * MOVs to transfor (Xp, Yp) to (X, Y) after a coordinate transformation.
976 brw_OR(&func, Yp, t1, t2);
1000 brw_OR(&func, Yp, t1, t2);
1056 brw_OR(&func, Yp, t1, t2);
1083 brw_OR(&func, Yp, t1, t2);
1136 brw_OR(&func, Yp, t1, t2);
1155 brw_OR(&func, Yp, t
[all...]

Completed in 176 milliseconds