OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMDGPURedwoodDevice
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/radeon/
AMDILEvergreenDevice.h
73
// The
AMDGPURedwoodDevice
is the class the represents all of the 'Redwood' based
77
class
AMDGPURedwoodDevice
: public AMDGPUEvergreenDevice {
79
AMDGPURedwoodDevice
(AMDGPUSubtarget *ST);
80
virtual ~
AMDGPURedwoodDevice
();
84
}; //
AMDGPURedwoodDevice
AMDILEvergreenDevice.cpp
154
AMDGPURedwoodDevice
::
AMDGPURedwoodDevice
(AMDGPUSubtarget *ST)
159
AMDGPURedwoodDevice
::~
AMDGPURedwoodDevice
()
163
void
AMDGPURedwoodDevice
::setCaps() {
167
size_t
AMDGPURedwoodDevice
::getWavefrontSize() const {
AMDILDeviceInfo.cpp
52
return new
AMDGPURedwoodDevice
(ptr);
Completed in 527 milliseconds