Home
last modified time | relevance | path

Searched refs:view_type (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestResize.hpp72 view_type view_1d("view_1d", sizes[0]); in impl_testResize()
153 view_type view_1d("view_1d", sizes[0]); in impl_testResize()
154 typename view_type::HostMirror h_view_1d_old = in impl_testResize()
160 typename view_type::HostMirror h_view_1d = in impl_testResize()
181 typename view_type::HostMirror h_view_2d = in impl_testResize()
204 typename view_type::HostMirror h_view_3d = in impl_testResize()
229 typename view_type::HostMirror h_view_4d = in impl_testResize()
258 typename view_type::HostMirror h_view_5d = in impl_testResize()
290 typename view_type::HostMirror h_view_6d = in impl_testResize()
324 typename view_type::HostMirror h_view_7d = in impl_testResize()
[all …]
H A DTestAtomicViews.hpp308 view_type input;
326 view_type input;
350 view_type input;
378 view_type input;
474 view_type input;
571 view_type input;
662 view_type input;
752 view_type input;
973 view_type input;
1099 view_type input;
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestResize.hpp72 view_type view_1d("view_1d", sizes[0]); in impl_testResize()
153 view_type view_1d("view_1d", sizes[0]); in impl_testResize()
154 typename view_type::HostMirror h_view_1d_old = in impl_testResize()
160 typename view_type::HostMirror h_view_1d = in impl_testResize()
181 typename view_type::HostMirror h_view_2d = in impl_testResize()
204 typename view_type::HostMirror h_view_3d = in impl_testResize()
229 typename view_type::HostMirror h_view_4d = in impl_testResize()
258 typename view_type::HostMirror h_view_5d = in impl_testResize()
290 typename view_type::HostMirror h_view_6d = in impl_testResize()
324 typename view_type::HostMirror h_view_7d = in impl_testResize()
[all …]
H A DTestAtomicViews.hpp308 view_type input;
326 view_type input;
350 view_type input;
378 view_type input;
474 view_type input;
571 view_type input;
662 view_type input;
752 view_type input;
973 view_type input;
1099 view_type input;
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestResize.hpp72 view_type view_1d("view_1d", sizes[0]); in impl_testResize()
153 view_type view_1d("view_1d", sizes[0]); in impl_testResize()
154 typename view_type::HostMirror h_view_1d_old = in impl_testResize()
160 typename view_type::HostMirror h_view_1d = in impl_testResize()
181 typename view_type::HostMirror h_view_2d = in impl_testResize()
204 typename view_type::HostMirror h_view_3d = in impl_testResize()
229 typename view_type::HostMirror h_view_4d = in impl_testResize()
258 typename view_type::HostMirror h_view_5d = in impl_testResize()
290 typename view_type::HostMirror h_view_6d = in impl_testResize()
324 typename view_type::HostMirror h_view_7d = in impl_testResize()
[all …]
H A DTestAtomicViews.hpp308 view_type input;
326 view_type input;
350 view_type input;
378 view_type input;
474 view_type input;
571 view_type input;
662 view_type input;
752 view_type input;
973 view_type input;
1099 view_type input;
[all …]
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dcontainer_views.py203 view_type |= ViewType.DND
213 view_type = ViewType.SCROLLED
224 view_type = ViewType.SCROLLED
226 view = LyricsView(view_type)
237 view_type = ViewType.SCROLLED
253 view_type = ViewType.SCROLLED
267 view_type = ViewType.SCROLLED
280 view_type = ViewType.SCROLLED
307 view_type = ViewType.SCROLLED
321 view_type = ViewType.SCROLLED
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/example/tutorial/Advanced_Views/05_NVIDIA_UVM/
H A Duvm_example.cpp52 using view_type = Kokkos::View<double*, Kokkos::CudaUVMSpace>; typedef
55 using view_type = Kokkos::View<double*, Kokkos::HostSpace>; typedef
67 view_type dest;
68 Kokkos::View<view_type::const_data_type, view_type::array_layout,
69 view_type::device_type, Kokkos::MemoryRandomAccess>
72 localsum(idx_type idx_, view_type dest_, view_type src_) in localsum()
94 view_type dest("Dest", size); in main()
95 view_type src("Src", size); in main()
113 localsum<view_type::execution_space>(idx, dest, src)); in main()
120 localsum<view_type::execution_space>(idx, dest, src)); in main()
/dports/devel/kokkos/kokkos-3.4.01/example/tutorial/Advanced_Views/05_NVIDIA_UVM/
H A Duvm_example.cpp52 using view_type = Kokkos::View<double*, Kokkos::CudaUVMSpace>; typedef
55 using view_type = Kokkos::View<double*, Kokkos::HostSpace>; typedef
67 view_type dest;
68 Kokkos::View<view_type::const_data_type, view_type::array_layout,
69 view_type::device_type, Kokkos::MemoryRandomAccess>
72 localsum(idx_type idx_, view_type dest_, view_type src_) in localsum()
94 view_type dest("Dest", size); in main()
95 view_type src("Src", size); in main()
113 localsum<view_type::execution_space>(idx, dest, src)); in main()
120 localsum<view_type::execution_space>(idx, dest, src)); in main()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/example/tutorial/Advanced_Views/05_NVIDIA_UVM/
H A Duvm_example.cpp52 using view_type = Kokkos::View<double*, Kokkos::CudaUVMSpace>; typedef
55 using view_type = Kokkos::View<double*, Kokkos::HostSpace>; typedef
67 view_type dest;
68 Kokkos::View<view_type::const_data_type, view_type::array_layout,
69 view_type::device_type, Kokkos::MemoryRandomAccess>
72 localsum(idx_type idx_, view_type dest_, view_type src_) in localsum()
94 view_type dest("Dest", size); in main()
95 view_type src("Src", size); in main()
113 localsum<view_type::execution_space>(idx, dest, src)); in main()
120 localsum<view_type::execution_space>(idx, dest, src)); in main()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpviewablebox.c82 GimpViewType view_type, in brush_box_new() argument
123 GimpViewType view_type; in gimp_prop_brush_box_new() local
131 view_type_prop, &view_type, in gimp_prop_brush_box_new()
150 GimpViewType view_type, in dynamics_box_new() argument
191 GimpViewType view_type; in gimp_prop_dynamics_box_new() local
219 GimpViewType view_type, in mybrush_box_new() argument
318 GimpViewType view_type; in gimp_prop_pattern_box_new() local
460 GimpViewType view_type; in gimp_prop_gradient_box_new() local
530 GimpViewType view_type; in gimp_prop_palette_box_new() local
557 GimpViewType view_type, in font_box_new() argument
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/example/tutorial/05_simple_atomics/
H A Dsimple_atomics.cpp51 using view_type = Kokkos::View<int*>; typedef
52 using host_view_type = view_type::HostMirror;
67 view_type data;
68 view_type result;
71 findprimes(view_type data_, view_type result_, count_type count_) in findprimes()
113 view_type data("RND", nnumbers); in main()
114 view_type result("Prime", nnumbers); in main()
121 using size_type = view_type::size_type; in main()
/dports/devel/kokkos/kokkos-3.4.01/example/tutorial/05_simple_atomics/
H A Dsimple_atomics.cpp51 using view_type = Kokkos::View<int*>; typedef
52 using host_view_type = view_type::HostMirror;
67 view_type data;
68 view_type result;
71 findprimes(view_type data_, view_type result_, count_type count_) in findprimes()
113 view_type data("RND", nnumbers); in main()
114 view_type result("Prime", nnumbers); in main()
121 using size_type = view_type::size_type; in main()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/example/tutorial/05_simple_atomics/
H A Dsimple_atomics.cpp51 using view_type = Kokkos::View<int*>; typedef
52 using host_view_type = view_type::HostMirror;
67 view_type data;
68 view_type result;
71 findprimes(view_type data_, view_type result_, count_type count_) in findprimes()
113 view_type data("RND", nnumbers); in main()
114 view_type result("Prime", nnumbers); in main()
121 using size_type = view_type::size_type; in main()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/
H A Ddual_view.cpp69 using view_type = Kokkos::DualView<double*>; typedef
94 Kokkos::View<view_type::scalar_array_type, view_type::array_layout,
97 Kokkos::View<view_type::const_data_type, view_type::array_layout,
103 localsum(idx_type dv_idx, view_type dv_dest, view_type dv_src) { in localsum()
170 view_type dest("Dest", size); in main()
171 view_type src("Src", size); in main()
178 using size_type = view_type::size_type; in main()
194 localsum<view_type::execution_space>(idx, dest, src)); in main()
200 localsum<view_type::execution_space>(idx, dest, src)); in main()
/dports/devel/kokkos/kokkos-3.4.01/example/tutorial/Advanced_Views/04_dualviews/
H A Ddual_view.cpp69 using view_type = Kokkos::DualView<double*>; typedef
94 Kokkos::View<view_type::scalar_array_type, view_type::array_layout,
97 Kokkos::View<view_type::const_data_type, view_type::array_layout,
103 localsum(idx_type dv_idx, view_type dv_dest, view_type dv_src) { in localsum()
170 view_type dest("Dest", size); in main()
171 view_type src("Src", size); in main()
178 using size_type = view_type::size_type; in main()
194 localsum<view_type::execution_space>(idx, dest, src)); in main()
200 localsum<view_type::execution_space>(idx, dest, src)); in main()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/
H A Ddual_view.cpp69 using view_type = Kokkos::DualView<double*>; typedef
94 Kokkos::View<view_type::scalar_array_type, view_type::array_layout,
97 Kokkos::View<view_type::const_data_type, view_type::array_layout,
103 localsum(idx_type dv_idx, view_type dv_dest, view_type dv_src) { in localsum()
170 view_type dest("Dest", size); in main()
171 view_type src("Src", size); in main()
178 using size_type = view_type::size_type; in main()
194 localsum<view_type::execution_space>(idx, dest, src)); in main()
200 localsum<view_type::execution_space>(idx, dest, src)); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_view_host_factory.cc31 ViewType view_type) { in CreateViewHostForExtension() argument
34 DCHECK(browser || view_type == VIEW_TYPE_EXTENSION_DIALOG); in CreateViewHostForExtension()
38 url, view_type, browser); in CreateViewHostForExtension()
48 ViewType view_type) { in CreateViewHostForIncognito() argument
56 extension, url, original_profile, browser, view_type); in CreateViewHostForIncognito()
62 extension, url, profile, browser, view_type); in CreateViewHostForIncognito()
85 extensions::ViewType view_type) { in CreateViewHost() argument
88 DCHECK(browser || view_type == VIEW_TYPE_EXTENSION_DIALOG); in CreateViewHost()
95 extension, url, profile, browser, view_type); in CreateViewHost()
98 extension, url, profile, browser, view_type); in CreateViewHost()
/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/include/cilk/
H A Dreducer.h190 typedef View view_type; typedef
222 void destroy(view_type* p) const { p->~view_type(); } in destroy()
733 typedef typename Monoid::view_type view_type;
820 view_type* leftmost_ptr()
842 view_type& view()
849 const view_type& view() const
920 typedef typename Monoid::view_type view_type;
931 char m_leftmost[sizeof(view_type)];
1002 typedef typename Monoid::view_type view_type; ///< The view type.
1073 typedef typename Monoid::view_type view_type; ///< The view type.
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/include/cilk/
H A Dreducer.h190 typedef View view_type; typedef
222 void destroy(view_type* p) const { p->~view_type(); } in destroy()
733 typedef typename Monoid::view_type view_type;
820 view_type* leftmost_ptr()
842 view_type& view()
849 const view_type& view() const
920 typedef typename Monoid::view_type view_type;
931 char m_leftmost[sizeof(view_type)];
1002 typedef typename Monoid::view_type view_type; ///< The view type.
1073 typedef typename Monoid::view_type view_type; ///< The view type.
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/include/cilk/
H A Dreducer.h190 typedef View view_type; typedef
222 void destroy(view_type* p) const { p->~view_type(); } in destroy()
733 typedef typename Monoid::view_type view_type;
820 view_type* leftmost_ptr()
842 view_type& view()
849 const view_type& view() const
920 typedef typename Monoid::view_type view_type;
931 char m_leftmost[sizeof(view_type)];
1002 typedef typename Monoid::view_type view_type; ///< The view type.
1073 typedef typename Monoid::view_type view_type; ///< The view type.
[all …]
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/include/cilk/
H A Dreducer.h190 typedef View view_type; typedef
222 void destroy(view_type* p) const { p->~view_type(); } in destroy()
733 typedef typename Monoid::view_type view_type;
820 view_type* leftmost_ptr()
842 view_type& view()
849 const view_type& view() const
920 typedef typename Monoid::view_type view_type;
931 char m_leftmost[sizeof(view_type)];
1002 typedef typename Monoid::view_type view_type; ///< The view type.
1073 typedef typename Monoid::view_type view_type; ///< The view type.
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c69 unsigned view_type; /* Immutable */ member
259 return user_key | (view_type << 20); in vmw_view_key()
274 view_type < vmw_view_max); in vmw_view_id_ok()
314 enum vmw_view_type view_type, in vmw_view_add() argument
343 if (!vmw_view_id_ok(user_key, view_type)) { in vmw_view_add()
368 view->view_type = view_type; in vmw_view_add()
381 vmw_view_key(user_key, view_type), in vmw_view_add()
412 if (!vmw_view_id_ok(user_key, view_type)) { in vmw_view_remove()
418 vmw_view_key(user_key, view_type), in vmw_view_remove()
490 enum vmw_view_type view_type, in vmw_view_lookup() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c69 unsigned view_type; /* Immutable */ member
259 return user_key | (view_type << 20); in vmw_view_key()
274 view_type < vmw_view_max); in vmw_view_id_ok()
314 enum vmw_view_type view_type, in vmw_view_add() argument
343 if (!vmw_view_id_ok(user_key, view_type)) { in vmw_view_add()
368 view->view_type = view_type; in vmw_view_add()
381 vmw_view_key(user_key, view_type), in vmw_view_add()
412 if (!vmw_view_id_ok(user_key, view_type)) { in vmw_view_remove()
418 vmw_view_key(user_key, view_type), in vmw_view_remove()
490 enum vmw_view_type view_type, in vmw_view_lookup() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c69 unsigned view_type; /* Immutable */ member
259 return user_key | (view_type << 20); in vmw_view_key()
274 view_type < vmw_view_max); in vmw_view_id_ok()
314 enum vmw_view_type view_type, in vmw_view_add() argument
343 if (!vmw_view_id_ok(user_key, view_type)) { in vmw_view_add()
368 view->view_type = view_type; in vmw_view_add()
381 vmw_view_key(user_key, view_type), in vmw_view_add()
412 if (!vmw_view_id_ok(user_key, view_type)) { in vmw_view_remove()
418 vmw_view_key(user_key, view_type), in vmw_view_remove()
490 enum vmw_view_type view_type, in vmw_view_lookup() argument
[all …]

12345678910>>...51