Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp349 // A surface is an abstraction for something than can be drawn on. The surface
353 class Surface { class
357 Surface(Surface::Type type) : m_type(type) {} in Surface() function in lldb_private::curses::Surface
363 Surface SubSurface(Rect bounds) { in SubSurface()
364 Surface subSurface(m_type); in SubSurface()
376 // Copy a region of the surface to another surface.
377 void CopyToSurface(Surface &target, Point source_origin, Point target_origin, in CopyToSurface()
397 // Get a zero origin rectangle width the surface size.
563 class Pad : public Surface {
565 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.h53 Surface, // Builtin surface enumerator
68 int SurfTexType; // Type of surface/texutre.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp112 // If there was an error on the python call, surface it to the user. in CreateBreakpoint()
129 // If there was an error on the python call, surface it to the user. in ReadMemoryAtAddress()
146 // If there was an error on the python call, surface it to the user. in WriteMemoryAtAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/
H A DOffloadWrapper.h36 /// \param EmitSurfacesAndTextures Whether to emit surface and textures
49 /// \param EmitSurfacesAndTextures Whether to emit surface and textures
H A DUtility.h57 /// Mark the entry as a surface variable.
65 /// Mark the entry as being a normalized surface.
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h222 /// \brief Flips the surface-normal (if needed) to face in a direction opposite
224 /// \param N The resulting floating-point surface-normal vector.
227 /// \param Ng A floating-point surface-normal vector.
229 /// Return a floating-point, surface normal vector that is facing the view
390 /// \param NDotL The dot product of the normalized surface normal and the
392 /// \param NDotH The dot product of the half-angle vector and the surface
430 /// \brief Returns a reflection using an incident ray, \a I, and a surface
433 /// \param N The surface normal.
436 /// of the incident ray, \a I, off a surface with the normal \a N.
/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";
/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_interception.h9 // Windows-specific export surface to provide interception for parts of the
/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/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrFormats.td43 // with 0 meaning the operation is not a surface instruction. For example,
/freebsd/share/man/man7/
H A Dmemory_model.727 On the surface, pointers are integer addresses within a (usually
/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/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/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h47 /// Note: Now that we have gathered all the API definitions to surface we can

12345