Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3260 uint32_t prev_row = 0; // Offset to the start of the previous row in DumpAllocation() local
3268 offset = prev_row + stride; in DumpAllocation()
3269 prev_row = offset; in DumpAllocation()