Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mapi/new/
DgenCommon.py135 class FunctionDesc(collections.namedtuple("FunctionDesc", "name rt args slot")): class
178 func = FunctionDesc(name, rt, tuple(args), slot=None)