| 571 | } |
| 572 | |
| 573 | NVAPI_INTERFACE |
| 574 | NvAPI_GPU_GetMemoryInfo(NvPhysicalGpuHandle hPhysicalGpu, NV_DISPLAY_DRIVER_MEMORY_INFO *pMemoryInfo) { |
| 575 | if (!hPhysicalGpu || !pMemoryInfo) |
| 576 | return NVAPI_INVALID_ARGUMENT; |
| 577 | |
| 578 | return NVAPI_NOT_SUPPORTED; |
| 579 | } |
| 580 | |
| 581 | NVAPI_INTERFACE |
| 582 | NvAPI_GPU_GetMemoryInfoEx(NvPhysicalGpuHandle hPhysicalGpu, NV_GPU_MEMORY_INFO_EX *pMemoryInfo) { |
nothing calls this directly
no outgoing calls
no test coverage detected