HomeSort by relevance Sort by last modified time
    Searched refs:AMDGPUEvergreenDevice (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/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...]
AMDILSIDevice.h 29 // cards. It is very similiar to the AMDGPUEvergreenDevice, with the major
34 class AMDGPUSIDevice : public AMDGPUEvergreenDevice {
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...]
AMDILNIDevice.h 29 // cards. It is very similiar to the AMDGPUEvergreenDevice, with the major
34 class AMDGPUNIDevice : public AMDGPUEvergreenDevice {
44 // AMDGPUEvergreenDevice, the AMDGPUCaymanDevice is the double capable version of
AMDILSIDevice.cpp 17 : AMDGPUEvergreenDevice(ST)
AMDILNIDevice.cpp 16 : AMDGPUEvergreenDevice(ST)
AMDILDeviceInfo.cpp 45 return new AMDGPUEvergreenDevice(ptr);
  /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...]
AMDILSIDevice.h 29 // cards. It is very similiar to the AMDGPUEvergreenDevice, with the major
34 class AMDGPUSIDevice : public AMDGPUEvergreenDevice {
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...]
AMDILNIDevice.h 29 // cards. It is very similiar to the AMDGPUEvergreenDevice, with the major
34 class AMDGPUNIDevice : public AMDGPUEvergreenDevice {
44 // AMDGPUEvergreenDevice, the AMDGPUCaymanDevice is the double capable version of
AMDILSIDevice.cpp 17 : AMDGPUEvergreenDevice(ST)
AMDILNIDevice.cpp 16 : AMDGPUEvergreenDevice(ST)
AMDILDeviceInfo.cpp 45 return new AMDGPUEvergreenDevice(ptr);

Completed in 93 milliseconds