Home
last modified time | relevance | path

Searched refs:removeCount (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_optimize.c165 GLint i, removeEnd = 0, removeCount = 0; in remove_instructions() local
172 if (removeCount == 0) { in remove_instructions()
175 removeCount = 1; in remove_instructions()
179 removeCount++; in remove_instructions()
186 if (removeCount > 0) { in remove_instructions()
187 GLint removeStart = removeEnd - removeCount + 1; in remove_instructions()
188 _mesa_delete_instructions(prog, removeStart, removeCount, mem_ctx); in remove_instructions()
189 removeStart = removeCount = 0; /* reset removal info */ in remove_instructions()
194 if (removeCount > 0) { in remove_instructions()
195 GLint removeStart = removeEnd - removeCount + 1; in remove_instructions()
[all …]
/third_party/skia/src/gpu/
DGrDrawingManager.cpp434 int removeCount = opsTask->mergeFrom(nextTasks); in reorderTasks() local
435 for (const auto& removed : nextTasks.first(removeCount)) { in reorderTasks()
438 i += removeCount; in reorderTasks()