/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 37 StringRef GPU, StringRef FS) { in initializeSubtargetDependencies() argument 50 if (GPU == "" && TT.getArch() == Triple::amdgcn) in initializeSubtargetDependencies() 51 GPU = "SI"; in initializeSubtargetDependencies() 53 ParseSubtargetFeatures(GPU, FullFS); in initializeSubtargetDependencies() 65 AMDGPUSubtarget::AMDGPUSubtarget(const Triple &TT, StringRef GPU, StringRef FS, in AMDGPUSubtarget() argument 67 : AMDGPUGenSubtargetInfo(TT, GPU, FS), DevName(GPU), Is64bit(false), in AMDGPUSubtarget() 79 InstrItins(getInstrItineraryForCPU(GPU)), TargetTriple(TT) { in AMDGPUSubtarget() 81 initializeSubtargetDependencies(TT, GPU, FS); in AMDGPUSubtarget()
|
/external/autotest/client/site_tests/graphics_GpuReset/ |
D | control | 7 PURPOSE = 'Reset the GPU and check recovery mechanism.' 9 Detection of udev event notification of a GPU hang. 25 The purpose of this test is to exercise the GPU failure path. We craft an 26 erroneous GPU command packet and send it to the GPU, and wait for a udev 27 event notifying us of a GPU hang. If the event doesn't come back, the test
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUSubtarget.cpp | 30 StringRef GPU = CPU; in AMDGPUSubtarget() local 35 ParseSubtargetFeatures(GPU, FS); in AMDGPUSubtarget() 36 mDevName = GPU; in AMDGPUSubtarget()
|
/external/skia/resources/ |
D | slides_content2.lua | 53 - SkImageFilter w/ CPU and GPU implementations 81 - GPU optimizations 95 - GPU 107 - GPU
|
D | slides_content.lua | 7 - GPU [opengl] 32 Optimize for GPU variety
|
/external/llvm/test/MC/AMDGPU/ |
D | smem.s | 7 ; NOSI: error: instruction not supported on this GPU 11 ; NOSI: error: instruction not supported on this GPU
|
/external/skia/site/dev/sheriffing/ |
D | gpu.md | 1 GPU Wrangler Documentation 6 * [What does a GPU wrangler do?](#what_is_a_wrangler) 14 What does a GPU Wrangler do? 19 1) Stay on top of incoming GPU-related bugs from clients in various bug trackers. This means triagi… 22 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…
|
/external/autotest/client/site_tests/graphics_KhronosGLCTSChrome/ |
D | control | 7 PURPOSE = 'Run the Khronos GL-CTS test suite on the Chrome GPU command buffer' 23 This test runs the Khronos GL-CTS test suite against the Chrome GPU
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | control | 11 This test will fail if we don't see the appropriate GPU idle states. 23 This test checks that the GPU is in the proper state when idle (RC6, panel,
|
/external/skia/src/gpu/vk/ |
D | GrVkImage.cpp | 13 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
|
D | GrVkStencilAttachment.cpp | 14 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
|
D | GrVkTexture.cpp | 13 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
|
D | GrVkTextureRenderTarget.cpp | 15 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
|
D | GrVkBuffer.cpp | 13 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
|
/external/skia/src/gpu/gl/ |
D | GrGLBufferImpl.cpp | 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X) argument
|
/external/deqp/ |
D | README.md | 4 This repository contains a GPU testing suite called dEQP (drawElements Quality Program).
|
/external/autotest/client/site_tests/graphics_Stress/ |
D | control.restart | 8 CRITERIA = "All tests must not crash/hang the GPU."
|
D | control.tabopenclose | 8 CRITERIA = "All tests must not crash/hang the GPU."
|
D | control.gmaps | 8 CRITERIA = "All tests must not crash/hang the GPU."
|
D | control.peacekeeper | 8 CRITERIA = "All tests must not crash/hang the GPU."
|
D | control.50spirit | 8 CRITERIA = "All tests must not crash/hang the GPU."
|
D | control.ytvimeowebgl | 8 CRITERIA = "All tests must not crash/hang the GPU."
|
/external/valgrind/ |
D | README.android | 4 avoidance and GPU support. 180 # what GPU it has, so Valgrind knows how to handle custom GPU 185 # may report false errors after the program performs GPU-specific ioctls.
|
/external/libdrm/libkms/ |
D | Android.mk | 21 $(warning invalid GPU drivers: $(invalid_drivers))
|
/external/autotest/server/site_tests/telemetry_GpuTests/ |
D | control.webgl_robustness | 18 This server control file executes the GPU telemetry test: webgl_robustness.
|