Home
last modified time | relevance | path

Searched refs:device_y (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/compute/perf/
Dperf_bolt_saxpy.cpp52 bolt::cl::device_vector<float> device_y(PERF_N); local
56 bolt::cl::copy(host_y.begin(), host_y.end(), device_y.begin());
63 device_y.begin(),
64 device_y.begin(),
73 bolt::cl::copy(device_y.begin(), device_y.end(), host_y.begin());
Dperf_thrust_saxpy.cu47 thrust::device_vector<int> device_y = host_y; in main() local
52 …thrust::transform(device_x.begin(), device_x.end(), device_y.begin(), device_y.begin(), saxpy_func… in main()
60 thrust::copy(device_y.begin(), device_y.end(), host_y.begin()); in main()
Dperf_bolt_inner_product.cpp37 bolt::cl::device_vector<int> device_y(PERF_N); in main() local
41 bolt::cl::copy(host_y.begin(), host_y.end(), device_y.begin()); in main()
48 device_x.begin(), device_x.end(), device_y.begin(), 0 in main()
Dperf_thrust_inner_product.cu33 thrust::device_vector<int> device_y = host_y; in main() local
40 device_x.begin(), device_x.end(), device_y.begin(), 0 in main()
/third_party/weston/libweston/
Dbackend.h170 double device_x, double device_y,
Dcompositor.c6153 double device_x, double device_y, in weston_output_transform_coordinate() argument
6158 device_y, in weston_output_transform_coordinate()
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_mac.mm371 int device_y = point.y;
376 touch_event.y = client::DeviceToLogical(device_y, device_scale_factor);
604 int device_y = point.y;
605 if ([self isOverPopupWidgetX:device_x andY:device_y])
606 [self applyPopupOffsetToX:device_x andY:device_y];
610 mouseEvent.y = client::DeviceToLogical(device_y, device_scale_factor);