| 207 | } |
| 208 | |
| 209 | ze_result_t validate(ze_device_handle_t hDevice) |
| 210 | { |
| 211 | if (hDevice == nullptr) |
| 212 | return ZE_RESULT_ERROR_INVALID_NULL_HANDLE; |
| 213 | |
| 214 | return ZE_RESULT_SUCCESS; |
| 215 | } |
| 216 | |
| 217 | ze_result_t validate(ze_rtas_device_exp_properties_t* pProperties) |
| 218 | { |