Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
tiling Namespace Reference

Functions

 parse_allocs (regex, content)
 

Variables

str directory = "../src/iop/"
 
 path = os.path.join(directory, sys.argv[1])
 
str lang = ""
 
 f = open(path, "r")
 
 content = f.read()
 
list excluded_keywords = [ "float", "size_t", "int", "uint", "uint8_t", "uint16_t", "cl_mem", "sizeof" ]
 
str alloc_regex = r"([a-zA-Z0-9_\->\.\[\]]+) = (dt_|c|m)alloc.*\‍((.+)\‍)"
 

Function Documentation

◆ parse_allocs()

tiling.parse_allocs (   regex,
  content 
)

Variable Documentation

◆ alloc_regex

str tiling.alloc_regex = r"([a-zA-Z0-9_\->\.\[\]]+) = (dt_|c|m)alloc.*\‍((.+)\‍)"

◆ content

tiling.content = f.read()

◆ directory

str tiling.directory = "../src/iop/"

◆ excluded_keywords

list tiling.excluded_keywords = [ "float", "size_t", "int", "uint", "uint8_t", "uint16_t", "cl_mem", "sizeof" ]

◆ f

tiling.f = open(path, "r")

◆ lang

tiling.lang = ""

◆ path

tiling.path = os.path.join(directory, sys.argv[1])