Home
last modified time | relevance | path

Searched refs:nosync (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c549 if (bo->nosync) in fd_bo_add_fence()
590 if (bo->shared || bo->nosync) in fd_bo_state()
Dfreedreno_bo_cache.c192 if (bo->nosync || bo->shared) in fd_bo_cache_free()
Dfreedreno_pipe.c82 pipe->control_mem->nosync = true; in fd_pipe_new2()
Dfreedreno_priv.h355 bool nosync : 1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td113 def NoSync : EnumAttr<"nosync">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc103 .Case("nosync", Attribute::NoSync)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc103 .Case("nosync", Attribute::NoSync)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp664 KEYWORD(nosync); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1524 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nosync) } in trackStatistics()
1553 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(nosync); } in trackStatistics()