Searched refs:Surface (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 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() 562 class Pad : public Surface { 564 Pad(Size size) : Surface(Surface::Type::Pad) { in Pad() 571 class Window : public Surface { 574 : Surface(Surface::Type::Window), m_name(name), m_panel(nullptr), in Window() 581 : Surface(Surface::Type::Window), m_name(name), m_panel(nullptr), in Window() 591 : Surface(Surface::Type::Window), m_name(name), m_parent(nullptr), in Window() [all …]
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 51 Surface, // Builtin surface enumerator
|
| H A D | CGCUDANV.cpp | 142 {DeviceVarFlags::Surface, Extern, /*Constant*/ false, in registerDeviceSurf() 637 case DeviceVarFlags::Surface: in makeRegisterGlobalsFn() 1134 } else if (I.Flags.getKind() == DeviceVarFlags::Surface) { in createOffloadingEntries() 1166 Kind == DeviceVarFlags::Surface || in finalizeModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 2533 //=== Surface Load 3247 //===- Surface Query ------------------------------------------------------===// 3292 //===- Surface Stores -----------------------------------------------------===//
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 3807 //=== Surface load instructions 4336 // Surface Query Intrinsics 4420 //===- Surface Stores -----------------------------------------------------===// 4941 // Surface store instruction patterns
|