OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AMDGPUCedarDevice
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/radeon/
AMDILEvergreenDevice.h
60
// The
AMDGPUCedarDevice
is the class that represents all of the 'Cedar' based
64
class
AMDGPUCedarDevice
: public AMDGPUEvergreenDevice {
66
AMDGPUCedarDevice
(AMDGPUSubtarget *ST);
67
virtual ~
AMDGPUCedarDevice
();
71
}; //
AMDGPUCedarDevice
AMDILEvergreenDevice.cpp
138
AMDGPUCedarDevice
::
AMDGPUCedarDevice
(AMDGPUSubtarget *ST)
143
AMDGPUCedarDevice
::~
AMDGPUCedarDevice
() {
146
void
AMDGPUCedarDevice
::setCaps() {
150
size_t
AMDGPUCedarDevice
::getWavefrontSize() const {
Completed in 143 milliseconds