Home
last modified time | relevance | path

Searched refs:Gpu (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/test/trace_processor/chrome/
Dscroll_jank_cause_queuing_delay.out19 "Gpu","VizCompositorThread",2926,1,2000,"InputLatency.LatencyInfo.Flow.QueuingDelay.Jank.BlockingTa…
20 "Gpu","VizCompositorThread",2926,1,5000,"InputLatency.LatencyInfo.Flow.QueuingDelay.Jank.BlockingTa…
21 "Gpu","VizCompositorThread",2926,1,8000,"InputLatency.LatencyInfo.Flow.QueuingDelay.Jank.BlockingTa…
Dchrome_processes_android_systrace.out6 10168,"com.android.chrome:privileged_process0","Gpu"
10 9119,"com.chrome.dev:privileged_process0","Gpu"
Dchrome_processes.out5 18277,"GPU Process","Gpu"
/external/llvm-project/clang/lib/Driver/ToolChains/
DROCm.h190 std::string getLibDeviceFile(StringRef Gpu) const { in getLibDeviceFile() argument
191 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
DCuda.h77 std::string getLibDeviceFile(StringRef Gpu) const { in getLibDeviceFile() argument
78 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
/external/skia/tools/fiddle/
Dparse-fiddle-output12 Raster|Gpu) ext='.png';;
/external/skqp/tools/fiddle/
Dparse-fiddle-output12 Raster|Gpu) ext='.png';;
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs870 pub struct Gpu { struct
892 impl Gpu { argument
906 ) -> Gpu { in new() argument
952 Gpu { in new()
1014 impl Drop for Gpu { implementation
1027 impl VirtioDevice for Gpu { implementation
/external/mesa3d/.gitlab/issue_templates/
DBug Report.md47 - Gpu hang details
/external/clang/lib/Driver/
DToolChains.h207 std::string getLibDeviceFile(StringRef Gpu) const { in getLibDeviceFile() argument
208 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
/external/mesa3d/docs/relnotes/
D10.4.rst135 [BDW Bisected] Gpu hang when running Lightsmark v2008/Warsow
D10.3.rst329 [BDW Bisected] Gpu hang when running Lightsmark v2008/Warsow
/external/tensorflow/tensorflow/compiler/mlir/g3doc/
Dxla_gpu_codegen.md94 of "math" ops are implemented directly in (Cpu|Gpu)ElementalIrEmitter.
/external/cpuinfo/test/dmesg/
Dnexus9.log25 [ 0.000000] Tegra13: CPU Speedo ID 1, Soc Speedo ID 0, Gpu Speedo ID 1
26 [ 0.000000] Tegra13: CPU Process ID 0,Soc Process ID 1,Gpu Process ID 0
27 [ 0.000000] Tegra13: CPU Speedo value 2293, Soc Speedo value 2204, Gpu Speedo value 2067
/external/crosvm/src/
Dlinux.rs881 let dev = virtio::Gpu::new( in create_gpu_device()