Home | History | Annotate | Download | only in gpu

Lines Matching refs:gpu

21 #include "content/common/gpu/gpu_config.h"
22 #include "content/common/gpu/gpu_messages.h"
24 #include "content/gpu/gpu_child_thread.h"
25 #include "content/gpu/gpu_process.h"
26 #include "content/gpu/gpu_watchdog_thread.h"
31 #include "gpu/config/gpu_info_collector.h"
39 #include "content/common/gpu/media/dxva_video_decode_accelerator.h"
42 #include "content/common/gpu/media/exynos_video_decode_accelerator.h"
44 #include "content/common/gpu/media/vaapi_wrapper.h"
63 bool StartSandboxLinux(const gpu::GPUInfo&, GpuWatchdogThread*, bool);
84 // Main function for starting the Gpu process.
86 TRACE_EVENT0("gpu", "GpuMain");
87 base::debug::TraceLog::GetInstance()->SetProcessName("GPU Process");
93 ChildProcess::WaitForDebugger("Gpu");
131 // browser and GPU process, and the GPU process crashes or exits
133 // we defer tearing down the GPU process until receiving the
162 // developers who will not appreciate the watchdog killing the GPU process.
177 // Start the GPU watchdog only after anything that is expected to be time
184 gpu::GPUInfo gpu_info;
192 reinterpret_cast<int*>(&(gpu_info.gpu.vendor_id)));
196 reinterpret_cast<int*>(&(gpu_info.gpu.device_id)));
211 // On Chrome OS ARM, GPU driver userspace creates threads when initializing
224 // multiple seconds to finish, which in turn cause the GPU process to
227 // because the basic GPU information is passed down from browser process
230 if (!gpu::CollectContextGraphicsInfo(&gpu_info))
231 VLOG(1) << "gpu::CollectGraphicsInfo failed";
237 if (gpu_info.gpu.vendor_id == 0x10de && // NVIDIA
300 TRACE_EVENT0("gpu", "Run Message Loop");
340 TRACE_EVENT0("gpu", "Warm up rand");
346 TRACE_EVENT0("gpu", "Warm up HMAC");
365 TRACE_EVENT0("gpu", "Preload setupapi.dll");
374 TRACE_EVENT0("gpu", "Initialize DXVA");
383 void WarmUpSandboxNvidia(const gpu::GPUInfo& gpu_info,
386 bool uses_nvidia_driver = (gpu_info.gpu.vendor_id == 0x10de && // NVIDIA.
395 bool StartSandboxLinux(const gpu::GPUInfo& gpu_info,
398 TRACE_EVENT0("gpu", "Initialize sandbox");
418 TRACE_EVENT0("gpu", "Lower token");