| 579 | } |
| 580 | |
| 581 | NVAPI_INTERFACE |
| 582 | NvAPI_GPU_GetMemoryInfoEx(NvPhysicalGpuHandle hPhysicalGpu, NV_GPU_MEMORY_INFO_EX *pMemoryInfo) { |
| 583 | if (!hPhysicalGpu || !pMemoryInfo) |
| 584 | return NVAPI_INVALID_ARGUMENT; |
| 585 | |
| 586 | return NVAPI_NOT_SUPPORTED; |
| 587 | } |
| 588 | |
| 589 | NVAPI_INTERFACE |
| 590 | NvAPI_GPU_GetFullName(NvPhysicalGpuHandle hPhysicalGpu, NvAPI_ShortString szName) { |
nothing calls this directly
no outgoing calls
no test coverage detected