Home
last modified time | relevance | path

Searched refs:ref_vector (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dprogram.hpp44 const ref_vector<device> &devs = {},
51 void compile(const ref_vector<device> &devs, const std::string &opts,
53 void link(const ref_vector<device> &devs, const std::string &opts,
54 const ref_vector<program> &progs);
Dprogram.cpp34 const ref_vector<device> &devs, in program()
45 program::compile(const ref_vector<device> &devs, const std::string &opts, in compile()
68 program::link(const ref_vector<device> &devs, const std::string &opts, in link()
69 const ref_vector<program> &progs) { in link()
Devent.hpp57 event(clover::context &ctx, const ref_vector<event> &deps,
115 const ref_vector<event> &deps,
154 soft_event(clover::context &ctx, const ref_vector<event> &deps,
Devent.cpp28 event::event(clover::context &ctx, const ref_vector<event> &deps, in event()
124 const ref_vector<event> &deps, action action) : in hard_event()
225 soft_event::soft_event(clover::context &ctx, const ref_vector<event> &deps, in soft_event()
Dcontext.cpp28 const ref_vector<device> &devs, in context()
Dcontext.hpp41 context(const property_list &props, const ref_vector<device> &devs,
Dobject.hpp194 ref_vector<typename detail::descriptor_traits<T, D>::object_type>
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp180 ref_vector<device>(prog.context().devices())); in clBuildProgram()
206 ref_vector<device>(prog.context().devices())); in clCompileProgram()
244 ref_vector<device>
245 validate_link_devices(const ref_vector<program> &progs, in validate_link_devices()
246 const ref_vector<device> &all_devs) { in validate_link_devices()
285 ref_vector<device>(ctx.devices()))); in clLinkProgram()
Devent.cpp135 create<soft_event>(ev.context(), ref_vector<event> { ev }, true, in clSetEventCallback()
300 auto hev = create<hard_event>(q, 0, ref_vector<event> {}); in clFinish()
Dkernel.cpp206 const ref_vector<event> &deps) { in validate_common()
Dtransfer.cpp68 const ref_vector<event> &deps) { in validate_common()
/external/eigen/test/
Dref.cpp81 template<typename VectorType> void ref_vector(const VectorType& m) in ref_vector() function
261 CALL_SUBTEST_1( ref_vector(Matrix<float, 1, 1>()) ); in test_ref()
263 CALL_SUBTEST_2( ref_vector(Vector4d()) ); in test_ref()
265 CALL_SUBTEST_3( ref_vector(Vector4cf()) ); in test_ref()
266 CALL_SUBTEST_4( ref_vector(VectorXcf(8)) ); in test_ref()
267 CALL_SUBTEST_5( ref_vector(VectorXi(12)) ); in test_ref()
/external/mesa3d/src/gallium/state_trackers/clover/util/
Drange.hpp406 class ref_vector : public adaptor_range<derefs, std::vector<T *>> { class
408 ref_vector(std::initializer_list<std::reference_wrapper<T>> il) : in ref_vector() function in clover::ref_vector
413 ref_vector(R &&r) : adaptor_range<derefs, std::vector<T *>>( in ref_vector() function in clover::ref_vector