Home
last modified time | relevance | path

Searched full:surface (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp348 // A surface is an abstraction for something than can be drawn on. The surface
352 class Surface { class
356 Surface(Surface::Type type) : m_type(type) {} in Surface() function in curses::Surface
362 Surface SubSurface(Rect bounds) { in SubSurface()
363 Surface subSurface(m_type); in SubSurface()
375 // Copy a region of the surface to another surface.
376 void CopyToSurface(Surface &target, Point source_origin, Point target_origin, in CopyToSurface()
396 // Get a zero origin rectangle width the surface size.
562 class Pad : public Surface {
564 Pad(Size size) : Surface(Surface::Type::Pad) { in Pad()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/platform/
H A Dmicrosoft,surface-sam.yaml4 $id: http://devicetree.org/schemas/platform/microsoft,surface-sam.yaml#
7 title: Surface System Aggregator Module (SAM, SSAM)
13 Surface devices use a standardized embedded controller to let the
20 const: microsoft,surface-sam
38 compatible = "microsoft,surface-sam";
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt52 device relative to the center of the planet, i.e. relative to its surface at
56 is held with its screen flat on the planets surface and 0 on the other axes,
78 its top towards surface, you get a negative y axis.
125 display is readable by a person standing upright on the earth surface, this
131 device on a flat surface and spin it around the z axis (such as rotating a
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h52 Surface, // Builtin surface enumerator
67 int SurfTexType; // Type of surface/texutre.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp107 // If there was an error on the python call, surface it to the user. in CreateBreakpoint()
124 // If there was an error on the python call, surface it to the user. in ReadMemoryAtAddress()
141 // If there was an error on the python call, surface it to the user. in WriteMemoryAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/
H A DOffloadWrapper.h36 /// \param EmitSurfacesAndTextures Whether to emit surface and textures
47 /// \param EmitSurfacesAndTextures Whether to emit surface and textures
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dx1e80100-microsoft-romulus15.dts11 model = "Microsoft Surface Laptop 7 (15 inch)";
H A Dx1e80100-microsoft-romulus13.dts11 model = "Microsoft Surface Laptop 7 (13.8 inch)";
H A Dsm8350-microsoft-surface-duo2.dts18 model = "Microsoft Surface Duo 2";
19 compatible = "microsoft,surface-duo2", "qcom,sm8350";
H A Dsc8280xp-microsoft-arcata.dts15 model = "Microsoft Surface Pro 9 5G";
603 model = "SC8280XP-MICROSOFT-SURFACE-PRO-9-5G";
740 compatible = "microsoft,surface-sam";
H A Dsm8150-microsoft-surface-duo.dts16 model = "Microsoft Surface Duo";
17 compatible = "microsoft,surface-duo", "qcom,sm8150";
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Delan_i2c.txt16 - elan,clickpad: touchpad is a clickpad (the entire surface is a button)
H A Delan,ekth3000.yaml38 description: touchpad is a clickpad (the entire surface is a button)
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp185 if (findOneNVVMAnnotation(gv, "surface", Annot)) { in isSurface()
186 assert((Annot == 1) && "Unexpected annotation on a surface symbol"); in isSurface()
269 assert(val.hasName() && "Found surface variable with no name"); in getSurfaceName()
H A DNVPTXInstrFormats.td44 // with 0 meaning the operation is not a surface instruction. For example,
/freebsd/share/man/man4/
H A Dhconf.465 Enable / disable switch for surface: 1 = on, 0 = off.
H A Dpsm.4141 .\" The ALPS GlidePoint clears this bit when the user `taps' the surface of
300 when the user `taps' the surface of the device (see
843 the user `taps' the surface of the pad.
/freebsd/sys/dev/ida/
H A Didareg.h98 #define CMD_SET_SURFACE_DELAY 0x60 /* Set surface delay */
102 #define CMD_SENSE_SURFACE_ATS 0x70 /* Sense surface analysis task status */
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_drm.h52 /* Surface and display geometry */
/freebsd/lib/libc/gen/
H A Dwordexp.3203 the attack surface remains fairly large.
/freebsd/contrib/libder/libder/
H A Dlibder_type.c97 * bogus re-use of the type; we'd surface that as a null ptr in libder_type_release()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h47 /// Note: Now that we have gathered all the API definitions to surface we can
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DPciPlatform.h194 it needs to handle those errors on its own because there is no way to surface any
227 needs to handle those errors on its own because there is no way to surface any errors to
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp55 // On the device side, surface reference is represented as an object handle in getCUDADeviceBuiltinSurfaceDeviceType()
235 addNVVMMetadata(GV, "surface", 1); in setTargetAttributes()

1234