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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDevice.h 94 bool isSupported(AMDGPUDeviceInfo::Caps Mode) const;
95 bool usesHardware(AMDGPUDeviceInfo::Caps Mode) const;
96 bool usesSoftware(AMDGPUDeviceInfo::Caps Mode) const;
111 getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const;
AMDILDevice.cpp 97 AMDGPUDevice::getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const
99 if (mHWBits[Caps]) {
100 assert(!mSWBits[Caps] && "Cannot set both SW and HW caps");
104 if (mSWBits[Caps]) {
105 assert(!mHWBits[Caps] && "Cannot set both SW and HW caps");
113 bool AMDGPUDevice::isSupported(AMDGPUDeviceInfo::Caps Mode) const
118 bool AMDGPUDevice::usesHardware(AMDGPUDeviceInfo::Caps Mode) cons
    [all...]
AMDGPUSubtarget.h 49 bool isOverride(AMDGPUDeviceInfo::Caps) const;
AMDGPUSubtarget.cpp 46 AMDGPUSubtarget::isOverride(AMDGPUDeviceInfo::Caps caps) const
48 assert(caps < AMDGPUDeviceInfo::MaxNumberCapabilities &&
49 "Caps index is out of bounds!");
50 return CapsOverride[caps];
AMDILDeviceInfo.h 34 enum Caps {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDevice.h 94 bool isSupported(AMDGPUDeviceInfo::Caps Mode) const;
95 bool usesHardware(AMDGPUDeviceInfo::Caps Mode) const;
96 bool usesSoftware(AMDGPUDeviceInfo::Caps Mode) const;
111 getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const;
AMDILDevice.cpp 97 AMDGPUDevice::getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const
99 if (mHWBits[Caps]) {
100 assert(!mSWBits[Caps] && "Cannot set both SW and HW caps");
104 if (mSWBits[Caps]) {
105 assert(!mHWBits[Caps] && "Cannot set both SW and HW caps");
113 bool AMDGPUDevice::isSupported(AMDGPUDeviceInfo::Caps Mode) const
118 bool AMDGPUDevice::usesHardware(AMDGPUDeviceInfo::Caps Mode) cons
    [all...]
AMDGPUSubtarget.h 49 bool isOverride(AMDGPUDeviceInfo::Caps) const;
AMDGPUSubtarget.cpp 46 AMDGPUSubtarget::isOverride(AMDGPUDeviceInfo::Caps caps) const
48 assert(caps < AMDGPUDeviceInfo::MaxNumberCapabilities &&
49 "Caps index is out of bounds!");
50 return CapsOverride[caps];
AMDILDeviceInfo.h 34 enum Caps {
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 20 SK_DECLARE_INST_COUNT(Caps)
  /external/skia/src/gpu/
GrDrawTargetCaps.h 20 SK_DECLARE_INST_COUNT(Caps)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9caps.h 287 DWORD Caps;
294 DWORD Caps;
308 DWORD Caps;
d3d8caps.h 220 DWORD Caps;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 665 DWORD Caps;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
Renderer9.cpp 226 // Give up on getting device caps after about one second.
242 ERR("failed to get device caps (0x%x)\n", result);
    [all...]