Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ | |
amdgpu_benchmark.c | 69 unsigned int throughput = (n * (size >> 10)) / time; local in function:amdgpu_benchmark_log_results 71 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n", 73 throughput * 8, throughput); |
amdgpu_benchmark.c | 69 unsigned int throughput = (n * (size >> 10)) / time; local in function:amdgpu_benchmark_log_results 71 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n", 73 throughput * 8, throughput); |
/src/sys/external/bsd/drm2/dist/drm/radeon/ | |
radeon_benchmark.c | 85 unsigned int throughput = (n * (size >> 10)) / time; local in function:radeon_benchmark_log_results 87 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n", 89 throughput * 8, throughput); |
radeon_benchmark.c | 85 unsigned int throughput = (n * (size >> 10)) / time; local in function:radeon_benchmark_log_results 87 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n", 89 throughput * 8, throughput); |