| 56 | } |
| 57 | |
| 58 | bool OclCommand::EnableSynchronization() |
| 59 | { |
| 60 | sync_enabled_ = true; |
| 61 | return true; |
| 62 | } |
| 63 | |
| 64 | KernelArgument::KernelArgument(KernelArgumentType t, cl_uint idx, size_t sz, const void *val) |
| 65 | : type_(t), index_(idx), size_(sz), value_(val) |
nothing calls this directly
no outgoing calls
no test coverage detected