OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AMDGPU770Device
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/radeon/
AMDIL7XXDevice.h
46
// The
AMDGPU770Device
class represents the RV770 chip and it's
50
class
AMDGPU770Device
: public AMDGPU7XXDevice {
52
AMDGPU770Device
(AMDGPUSubtarget *ST);
53
virtual ~
AMDGPU770Device
();
57
}; //
AMDGPU770Device
AMDIL7XXDevice.cpp
92
AMDGPU770Device
::
AMDGPU770Device
(AMDGPUSubtarget *ST): AMDGPU7XXDevice(ST)
97
AMDGPU770Device
::~
AMDGPU770Device
()
101
void
AMDGPU770Device
::setCaps()
113
size_t
AMDGPU770Device
::getWavefrontSize() const
Completed in 861 milliseconds