Home
last modified time | relevance | path

Searched refs:GPU (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp37 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/
Dcontrol7 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/
DAMDGPUSubtarget.cpp30 StringRef GPU = CPU; in AMDGPUSubtarget() local
35 ParseSubtargetFeatures(GPU, FS); in AMDGPUSubtarget()
36 mDevName = GPU; in AMDGPUSubtarget()
/external/skia/resources/
Dslides_content2.lua53 - SkImageFilter w/ CPU and GPU implementations
81 - GPU optimizations
95 - GPU
107 - GPU
Dslides_content.lua7 - GPU [opengl]
32 Optimize for GPU variety
/external/llvm/test/MC/AMDGPU/
Dsmem.s7 ; NOSI: error: instruction not supported on this GPU
11 ; NOSI: error: instruction not supported on this GPU
/external/skia/site/dev/sheriffing/
Dgpu.md1 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/
Dcontrol7 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/
Dcontrol11 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/
DGrVkImage.cpp13 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
DGrVkStencilAttachment.cpp14 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
DGrVkTexture.cpp13 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
DGrVkTextureRenderTarget.cpp15 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
DGrVkBuffer.cpp13 #define VK_CALL(GPU, X) GR_VK_CALL(GPU->vkInterface(), X) argument
/external/skia/src/gpu/gl/
DGrGLBufferImpl.cpp11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X) argument
/external/deqp/
DREADME.md4 This repository contains a GPU testing suite called dEQP (drawElements Quality Program).
/external/autotest/client/site_tests/graphics_Stress/
Dcontrol.restart8 CRITERIA = "All tests must not crash/hang the GPU."
Dcontrol.tabopenclose8 CRITERIA = "All tests must not crash/hang the GPU."
Dcontrol.gmaps8 CRITERIA = "All tests must not crash/hang the GPU."
Dcontrol.peacekeeper8 CRITERIA = "All tests must not crash/hang the GPU."
Dcontrol.50spirit8 CRITERIA = "All tests must not crash/hang the GPU."
Dcontrol.ytvimeowebgl8 CRITERIA = "All tests must not crash/hang the GPU."
/external/valgrind/
DREADME.android4 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/
DAndroid.mk21 $(warning invalid GPU drivers: $(invalid_drivers))
/external/autotest/server/site_tests/telemetry_GpuTests/
Dcontrol.webgl_robustness18 This server control file executes the GPU telemetry test: webgl_robustness.

1234