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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 549 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]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 549 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]
    [all...]

Completed in 65 milliseconds