Home
last modified time | relevance | path

Searched defs:Space (Results 1 – 17 of 17) sorted by relevance

/third_party/gptfdisk/
Dgptcurses.h65 struct Space { struct
70 Space *nextSpace; argument
71 Space *prevSpace; argument
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_swapchain_maintenance1.adoc100 === Recycling Present Semaphores
114 === Swapchain Recreation on Present Mode Change
158 === Upfront Memory Allocation
177 === Scaling Behavior
184 === Releasing Acquired Images
DVK_EXT_legacy_dithering.adoc51 === Emulation Through Per-Draw Dithering
76 === Emulation Through Per-Subpass Dithering
103 === Exposing Dithering Hardware Through a Vulkan Extension
DVK_EXT_pipeline_protected_access.adoc39 === Per Pipeline Protected Access Flag
57 === Per Usage Access Flags
73 === Per Resource Access Flags
DVK_EXT_surface_maintenance1.adoc54 === Image Count Query Per Present Mode
59 === Undefined Scaling Behavior
81 === Switching Present Modes
DVK_EXT_non_seamless_cube_map.adoc20 === Emulation With 2D Array Textures
29 === A Per Sampler Seamless Setting
DVK_EXT_primitives_generated_query.adoc24 === Emulation Through Other Vulkan Queries
42 === A New Query Type
DVK_GOOGLE_surfaceless_query.adoc44 === Surfaceless Queries
/third_party/gn/src/gn/
Descape_unittest.cc74 TEST(Escape, Space) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp161 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local
/third_party/css-what/src/
Dparse.ts43 Space = 32, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h44 Space, enumerator
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dmod.rs670 Space, enumerator
746 Space, enumerator
787 Space, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp288 std::string Space = DumpOpts.ShowAddresses ? " " : ""; in dumpAttribute() local
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md1254 * For #defined constants and macros, a "U_" is appended to the beginning,
/third_party/rust/crates/nom/src/
Derror.rs387 Space, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3372 unsigned Space = (PrevReg < Reg) ? (Reg - PrevReg) : (Reg + 32 - PrevReg); in tryParseVectorList() local