Searched defs:gpu_num (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ | ||
| H A D | pps_device.h | 49 int32_t gpu_num = -1; member in class:pps::DrmDevice |
| H A D | pps_device.cc | 46 std::optional<DrmDevice> create_drm_device(int fd, int32_t gpu_num) argument 75 for (int32_t gpu_num = 0; gpu_num < num_devices; gpu_num++) { local in function:pps::DrmDevice::create_all 91 std::optional<DrmDevice> DrmDevice::create(int32_t gpu_num) argument [all...] |
| H A D | pps_config.cc | 89 uint32_t gpu_num = 0; local in function:main 147 auto gpu_num = device.gpu_num; local in function:main |
| H A D | pps_datasource.cc | 148 add_group(perfetto::protos::pbzero::GpuCounterDescriptor * desc,const CounterGroup & group,const std::string & prefix,int32_t gpu_num) argument |
Completed in 6 milliseconds