OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMDGPUNIDevice
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILNIDevice.h
28
// The
AMDGPUNIDevice
is the base class for all Northern Island series of
34
class
AMDGPUNIDevice
: public AMDGPUEvergreenDevice {
36
AMDGPUNIDevice
(AMDGPUSubtarget*);
37
virtual ~
AMDGPUNIDevice
();
41
}; //
AMDGPUNIDevice
45
// the
AMDGPUNIDevice
. The other major difference that is not as useful from
49
class AMDGPUCaymanDevice: public
AMDGPUNIDevice
{
AMDILNIDevice.cpp
15
AMDGPUNIDevice
::
AMDGPUNIDevice
(AMDGPUSubtarget *ST)
29
AMDGPUNIDevice
::~
AMDGPUNIDevice
()
34
AMDGPUNIDevice
::getMaxLDSSize() const
44
AMDGPUNIDevice
::getGeneration() const
51
:
AMDGPUNIDevice
(ST)
AMDILDeviceInfo.cpp
67
return new
AMDGPUNIDevice
(ptr);
81
return new
AMDGPUNIDevice
(ptr);
/external/mesa3d/src/gallium/drivers/radeon/
AMDILNIDevice.h
28
// The
AMDGPUNIDevice
is the base class for all Northern Island series of
34
class
AMDGPUNIDevice
: public AMDGPUEvergreenDevice {
36
AMDGPUNIDevice
(AMDGPUSubtarget*);
37
virtual ~
AMDGPUNIDevice
();
41
}; //
AMDGPUNIDevice
45
// the
AMDGPUNIDevice
. The other major difference that is not as useful from
49
class AMDGPUCaymanDevice: public
AMDGPUNIDevice
{
AMDILNIDevice.cpp
15
AMDGPUNIDevice
::
AMDGPUNIDevice
(AMDGPUSubtarget *ST)
29
AMDGPUNIDevice
::~
AMDGPUNIDevice
()
34
AMDGPUNIDevice
::getMaxLDSSize() const
44
AMDGPUNIDevice
::getGeneration() const
51
:
AMDGPUNIDevice
(ST)
AMDILDeviceInfo.cpp
67
return new
AMDGPUNIDevice
(ptr);
81
return new
AMDGPUNIDevice
(ptr);
Completed in 1253 milliseconds