Searched refs:device_y (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/compute/perf/ |
D | perf_bolt_saxpy.cpp | 52 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());
|
D | perf_thrust_saxpy.cu | 47 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()
|
D | perf_bolt_inner_product.cpp | 37 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()
|
D | perf_thrust_inner_product.cu | 33 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/ |
D | backend.h | 170 double device_x, double device_y,
|
D | compositor.c | 6153 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/ |
D | browser_window_osr_mac.mm | 371 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);
|