| 6608 | }; |
| 6609 | |
| 6610 | inline QueueProperties operator|(QueueProperties lhs, QueueProperties rhs) |
| 6611 | { |
| 6612 | return static_cast<QueueProperties>(static_cast<cl_command_queue_properties>(lhs) | static_cast<cl_command_queue_properties>(rhs)); |
| 6613 | } |
| 6614 | |
| 6615 | /*! \class CommandQueue |
| 6616 | * \brief CommandQueue interface for cl_command_queue. |
nothing calls this directly
no outgoing calls
no test coverage detected