OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AMDGPUEvergreenDevice
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/radeon/
AMDILEvergreenDevice.h
29
// The
AMDGPUEvergreenDevice
is the base device class for all of the Evergreen
33
class
AMDGPUEvergreenDevice
: public AMDGPUDevice {
35
AMDGPUEvergreenDevice
(AMDGPUSubtarget *ST);
36
virtual ~
AMDGPUEvergreenDevice
();
45
}; //
AMDGPUEvergreenDevice
47
// The AMDGPUCypressDevice is similiar to the
AMDGPUEvergreenDevice
, except it has
51
class AMDGPUCypressDevice : public
AMDGPUEvergreenDevice
{
61
// devices. This class differs from the base
AMDGPUEvergreenDevice
in that the
64
class AMDGPUCedarDevice : public
AMDGPUEvergreenDevice
{
77
class AMDGPURedwoodDevice : public
AMDGPUEvergreenDevice
{
[
all
...]
AMDILEvergreenDevice.cpp
13
AMDGPUEvergreenDevice
::
AMDGPUEvergreenDevice
(AMDGPUSubtarget *ST)
28
AMDGPUEvergreenDevice
::~
AMDGPUEvergreenDevice
() {
31
size_t
AMDGPUEvergreenDevice
::getMaxLDSSize() const {
38
size_t
AMDGPUEvergreenDevice
::getMaxGDSSize() const {
45
uint32_t
AMDGPUEvergreenDevice
::getMaxNumUAVs() const {
49
uint32_t
AMDGPUEvergreenDevice
::getResourceID(uint32_t id) const {
82
size_t
AMDGPUEvergreenDevice
::getWavefrontSize() const {
86
uint32_t
AMDGPUEvergreenDevice
::getGeneration() const
[
all
...]
Completed in 269 milliseconds