Searched refs:tab_to (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/freedreno/registers/ |
D | gen_header.py | 94 def tab_to(name, value): function 135 tab_to(" __bo_type", "bo;") 136 tab_to(" uint32_t", "bo_offset;") 142 tab_to(" %s" % type, "%s;" % name) 144 tab_to(" uint64_t", "unknown;") 145 tab_to(" uint64_t", "qword;") 147 tab_to(" uint32_t", "unknown;") 148 tab_to(" uint32_t", "dword;") 223 tab_to("#define %s" % name, "0x%08x" % (1 << f.low)) 225 tab_to("#define %s__MASK" % name, "0x%08x" % mask(f.low, f.high)) [all …]
|