Searched defs:UI (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/tests/
H A Dtest-clear.c39 #define UI(r, g, b, a) { .ui = { r, g, b, a } } macro
/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dui.py46 def __init__(self, *args, ui: 'UI', **kwargs): argument
68 def __init__(self, ui: 'UI', commit: 'core.Commit'): argument
105 class UI: class in inherits:
H A Dcore.py149 async def apply(self, ui: 'UI') -> typing.Tuple[bool, str]: argument
171 async def abort_cherry(self, ui: 'UI', err: str) -> None: argument
182 async def denominate(self, ui: 'UI') -> bool: argument
190 async def backport(self, ui: 'UI') -> bool: argument
198 async def resolve(self, ui: 'UI') -> None: argument

Completed in 4 milliseconds