Home
last modified time | relevance | path

Searched refs:Direct (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h75 enum DirectConstruction { Direct }; enumerator
98 return LocationSize(Value | ImpreciseBit, Direct); in upperBound()
102 return LocationSize(Unknown, Direct); in unknown()
107 return LocationSize(MapTombstone, Direct); in mapTombstone()
110 return LocationSize(MapEmpty, Direct); in mapEmpty()
DCGSCCPassManager.h577 int Direct;
596 ++Count.Direct;
676 CallCountOld.Direct < CallCountNew.Direct) {
/third_party/libdrm/man/
Ddrm.7.rst6 Direct Rendering Manager
11 :Manual group: Direct Rendering Manager
21 The *Direct Rendering Manager* (DRM) is a framework to manage *Graphics
DdrmAvailable.3.rst11 :Manual group: Direct Rendering Manager
DdrmHandleEvent.3.rst11 :Manual group: Direct Rendering Manager
DdrmModeGetResources.3.rst11 :Manual group: Direct Rendering Manager
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cfg.cpp125 case SPIRBlock::Direct: in post_order_visit()
318 (dom.terminator == SPIRBlock::Direct && dom.next_block == to) || in node_terminates_control_flow_in_sub_graph()
375 case SPIRBlock::Direct: in lift_continue_block_dominator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp436 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local
443 PHINode *DirPHI = cast<PHINode>(Direct); in SplitIndirectBrCriticalEdges()
449 Direct++; in SplitIndirectBrCriticalEdges()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_acquire_drm_display.txt19 using the Direct Rendering Manager (DRM) interface.
DVK_EXT_acquire_drm_display.adoc19 using the Direct Rendering Manager (DRM) interface.
DVK_NV_external_memory_capabilities.txt22 Applications may wish to import memory from the Direct 3D API, or export
DVK_NV_external_memory_capabilities.adoc22 Applications may wish to import memory from the Direct 3D API, or export
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
144 assert((getKind() == LocationKind::Direct || in getOffset()
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-with/
Darkts-no-with-1-ok.ets26 console.log(obj.a + obj.b); // Direct access to properties
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp82 if (TI.getSimpleMode() == SimpleTypeMode::Direct) in simpleTypeName()
/third_party/libphonenumber/resources/carrier/en/
D44.txt21 # - 08Direct Limited: 08Direct
195 4474068|08Direct
/third_party/json/tests/thirdparty/Fuzzer/test/
Dfuzzer-leak.test4 LEAK_DURING: Direct leak of 4 byte(s) in 1 object(s) allocated from:
/third_party/rust/crates/cxx/book/src/
Dasync.md4 Direct FFI of async functions is absolutely in scope for CXX (on C++20 and up)
/third_party/python/Lib/test/xmltestdata/c14n-20/
DREADME8 Direct source:
/third_party/python/Doc/c-api/
Dbytearray.rst37 Direct API functions
/third_party/ltp/runtest/
Ddio1 #DESCRIPTION:Direct IO tests
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dindex.js78 case "string": // Direct alias to other encoding.
/third_party/mesa3d/src/gallium/frontends/dri/
Dmeson.build84 description : 'Direct Rendering Infrastructure',
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp23 assert(TI.getSimpleMode() != SimpleTypeMode::Direct); in NativeTypePointer()
/third_party/vk-gl-cts/
DCMakeLists.txt129 # DRM (Direct Rendering Manager) Headers
136 set(DEQP_SUPPORT_DRM ON CACHE BOOL "Build code requiring the Linux/Unix Direct Rendering Manager")
140 set(DEQP_SUPPORT_DRM OFF CACHE BOOL "Build code requiring the Linux/Unix Direct Rendering Manager")

1234567