Home
last modified time | relevance | path

Searched defs:Dirty (Results 1 – 7 of 7) 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.cc695 void BuildTest::Dirty(const string& path) { in Dirty() function in BuildTest
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp3947 bool Dirty; // Set when the document has been modified member
/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