Searched defs:Xp (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
H A D | brw_blorp_blit.cpp | 798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y 805 #define Xp x_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. 968 brw_OR(&func, Xp, t1, t2); 995 brw_OR(&func, Xp, t1, t2); 1048 brw_OR(&func, Xp, t1, t2); 1075 brw_OR(&func, Xp, t1, t2); 1132 brw_OR(&func, Xp, t1, t2); 1151 brw_OR(&func, Xp, t [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_blorp_blit.cpp | 798 * active elements of x_coords and y_coords, and Xp and Yp ("X prime" and "Y 805 #define Xp x_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. 968 brw_OR(&func, Xp, t1, t2); 995 brw_OR(&func, Xp, t1, t2); 1048 brw_OR(&func, Xp, t1, t2); 1075 brw_OR(&func, Xp, t1, t2); 1132 brw_OR(&func, Xp, t1, t2); 1151 brw_OR(&func, Xp, t [all...] |
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 749 static int CompareCXXCtorInitializers(const void* Xp, const void *Yp) { argument 751 = static_cast<CXXCtorInitializer const * const *>(Xp);
|
Completed in 524 milliseconds