Searched refs:Caps (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILDevice.cpp | 97 AMDGPUDevice::getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const in getExecutionMode() 99 if (mHWBits[Caps]) { in getExecutionMode() 100 assert(!mSWBits[Caps] && "Cannot set both SW and HW caps"); in getExecutionMode() 104 if (mSWBits[Caps]) { in getExecutionMode() 105 assert(!mHWBits[Caps] && "Cannot set both SW and HW caps"); in getExecutionMode() 113 bool AMDGPUDevice::isSupported(AMDGPUDeviceInfo::Caps Mode) const in isSupported() 118 bool AMDGPUDevice::usesHardware(AMDGPUDeviceInfo::Caps Mode) const in usesHardware() 123 bool AMDGPUDevice::usesSoftware(AMDGPUDeviceInfo::Caps Mode) const in usesSoftware()
|
D | 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;
|
D | AMDILDeviceInfo.h | 34 enum Caps { enum
|
D | AMDGPUSubtarget.h | 49 bool isOverride(AMDGPUDeviceInfo::Caps) const;
|
D | AMDGPUSubtarget.cpp | 46 AMDGPUSubtarget::isOverride(AMDGPUDeviceInfo::Caps caps) const in isOverride()
|
/external/libcap/ |
D | README | 14 Linux-Caps % make 18 Linux-Caps % make install
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 86 struct Caps { struct 129 Caps fCaps;
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVModule.h | 248 void addCapabilities(const T& Caps) { in addCapabilities() argument 249 for (auto I: Caps) in addCapabilities()
|
/external/syslinux/com32/cmenu/ |
D | test2.menu | 8 # skip the menu if shift is pressed or Caps is on
|
D | MENU_FORMAT | 98 be a combination of "Alt","Ctrl","Shift","Caps","Ins","Scroll".
|
/external/swiftshader/src/D3D9/ |
D | Direct3D9.cpp | 1232 caps.Caps = D3DCAPS_READ_SCANLINE; in GetDeviceCaps() 1557 …caps.VS20Caps.Caps = vertexShaderPredication; // Instruction predication is supported. See… in GetDeviceCaps() 1562 caps.PS20Caps.Caps = pixelShaderArbitrarySwizzle | // Arbitrary swizzling is supported. in GetDeviceCaps()
|
/external/syslinux/txt/ |
D | syslinux.txt | 37 If, during boot, the Shift or Alt keys are held down, or the Caps or
|
D | syslinux.cfg.txt | 478 key is pressed, or Caps Lock or Scroll lock is set (this is the 482 If 'flag_val' is set to 1, ignore the Shift/Alt/Caps Lock/Scroll Lock
|
/external/syslinux/doc/ |
D | syslinux.txt | 93 If the Shift or Alt keys are held down during boot, or the Caps or Scroll 525 key is pressed, or Caps Lock or Scroll lock is set (this is the 529 If flag_val is set to 1, ignore the Shift/Alt/Caps Lock/Scroll
|
D | menu.txt | 81 key is pressed, or Caps Lock or Scroll Lock is set.
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 2069 static bool isDiagnosedResult(ASTReader::ASTReadResult ARR, unsigned Caps) { in isDiagnosedResult() argument 2072 case ASTReader::Missing: return !(Caps & ASTReader::ARR_Missing); in isDiagnosedResult() 2073 case ASTReader::OutOfDate: return !(Caps & ASTReader::ARR_OutOfDate); in isDiagnosedResult() 2074 case ASTReader::VersionMismatch: return !(Caps & ASTReader::ARR_VersionMismatch); in isDiagnosedResult() 2076 return !(Caps & ASTReader::ARR_ConfigurationMismatch); in isDiagnosedResult()
|