Home
last modified time | relevance | path

Searched defs:Dirty (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp89 bool Dirty = false; ///< Register needs spill. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp383 bool Dirty = true; member
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp1037 SetDirtyVert (VERTEX* Vertices, RECT* Dirty, in SetDirtyVert()
/third_party/ninja/src/
Dbuild_test.cc721 void BuildTest::Dirty(const string& path) { in Dirty() function in BuildTest
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp7390 bool Dirty; // Set when the document has been modified member
/third_party/python/Lib/test/
Dtest_enum.py3149 class Dirty(Enum): class