Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/
DVmaDumpVis.py49 def ProcessBlock(dstBlockList, iBlockId, objBlock, sAlgorithm): argument
53 dstBlockObj['Algorithm'] = sAlgorithm
210 sAlgorithm = objPool.get('Algorithm', '') variable
219 ProcessBlock(dstBlockArray, int(sBlockId), objBlock, sAlgorithm)
278 sAlgorithm = ' (Algorithm: %s)' % (objBlock['Algorithm']) variable
280 sAlgorithm = '' variable
281 …draw.text((IMG_MARGIN, y), "Custom pool %s%s block %d" % (sPoolName, sAlgorithm, objBlock['ID']), …