Searched refs:_type_re (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py62 _type_re = re.compile(r"(?P<type>int|uint|bool|float)?(?P<bits>\d+)?") variable
65 m = _type_re.match(type_str)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py69 _type_re = re.compile(r"(?P<type>int|uint|bool|float)?(?P<bits>\d+)?") variable
72 m = _type_re.match(type_str)

Completed in 5 milliseconds