HomeSort by relevance Sort by last modified time
    Searched defs:Yp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
806 #define Yp y_coords[!xy_coord_index]
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.
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y
806 #define Yp y_coords[!xy_coord_index]
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.
    [all...]

Completed in 164 milliseconds