Home
last modified time | relevance | path

Searched refs:NumUpdates (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1156 const size_t NumUpdates = Updates.size(); in ApplyUpdates() local
1157 if (NumUpdates == 0) in ApplyUpdates()
1162 if (NumUpdates == 1) { in ApplyUpdates()
/third_party/mesa3d/src/mesa/main/
Darrayobj.c556 if (ctx->Const.AllowDynamicVAOFastPath && ++vao->NumUpdates > 4) { in _mesa_update_vao_derived_arrays()
Dmtypes.h1653 unsigned NumUpdates; member
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3494 - mesa: don't save/restore VAO NumUpdates and IsDynamic to fix update tracking