Searched refs:dxgi_format (Results 1 – 1 of 1) sorted by relevance
78 def format_case(dxgi_format, result): argument79 return template_format_case.format(dxgi_format=dxgi_format, result=result)82 def undefined_case(dxgi_format): argument83 return template_undefined_case.format(dxgi_format=dxgi_format)124 for dxgi_format, a_format in sorted(dxgi_map.items()):126 found = [ctype in dxgi_format for ctype in types.keys()]133 gltype for ctype, gltype in sorted(types.items()) if ctype in dxgi_format)134 component_cases += format_case(dxgi_format, gltype)136 component_cases += undefined_case(dxgi_format)139 a_format = dxgi_format[all …]