Home
last modified time | relevance | path

Searched refs:user_event (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/compute/include/boost/compute/
Duser_event.hpp27 class user_event : public event class
33 explicit user_event(const context &context) in user_event() function in boost::compute::user_event
43 user_event(const user_event &other) in user_event() function in boost::compute::user_event
49 user_event& operator=(const user_event &other) in operator =()
58 user_event(user_event&& other) BOOST_NOEXCEPT in user_event() function in boost::compute::user_event
64 user_event& operator=(user_event&& other) BOOST_NOEXCEPT in operator =()
/third_party/boost/boost/compute/
Duser_event.hpp27 class user_event : public event class
33 explicit user_event(const context &context) in user_event() function in boost::compute::user_event
43 user_event(const user_event &other) in user_event() function in boost::compute::user_event
49 user_event& operator=(const user_event &other) in operator =()
58 user_event(user_event&& other) BOOST_NOEXCEPT in user_event() function in boost::compute::user_event
64 user_event& operator=(user_event&& other) BOOST_NOEXCEPT in operator =()
/third_party/boost/libs/compute/test/
Dtest_user_event.cpp21 BOOST_AUTO_TEST_CASE(user_event) in BOOST_AUTO_TEST_CASE() argument
25 boost::compute::user_event event(context); in BOOST_AUTO_TEST_CASE()
DCMakeLists.txt85 add_compute_test("core.user_event" test_user_event.cpp)
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk47 [[`clCreateUserEvent()`] [[classref boost::compute::user_event user_event::user_event()]]]
48 …[[`clSetUserEventStatus()`] [[memberref boost::compute::user_event::set_status() user_event::set_s…
Dreference.qbk28 * [classref boost::compute::user_event user_event]
DJamfile.v235 ../include/boost/compute/user_event.hpp
/third_party/mesa3d/src/amd/common/
Dac_sqtt.h447 struct rgp_sqtt_marker_user_event user_event; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c895 marker.user_event.identifier = RGP_SQTT_MARKER_IDENTIFIER_USER_EVENT; in si_write_user_event()
896 marker.user_event.data_type = type; in si_write_user_event()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c123 marker.user_event.identifier = RGP_SQTT_MARKER_IDENTIFIER_USER_EVENT; in radv_write_user_event_marker()
124 marker.user_event.data_type = type; in radv_write_user_event_marker()