webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
gen_dxgi_support_tables Namespace Reference

Functions

def do_format (format_data)
 
def join_table_data (table_data_1, table_data_2)
 

Variables

string macro_prefix = 'F_'
 
string template
 
string table_init = ""
 
 file_data = dxgi_file.read()
 
 json_data = json.loads(file_data)
 
dictionary table_data = {'9_3': '', '10_0': '', '10_1': '', '11_0': ''}
 
string out_data
 

Function Documentation

◆ do_format()

def gen_dxgi_support_tables.do_format (   format_data)

◆ join_table_data()

def gen_dxgi_support_tables.join_table_data (   table_data_1,
  table_data_2 
)

Variable Documentation

◆ file_data

gen_dxgi_support_tables.file_data = dxgi_file.read()

◆ json_data

gen_dxgi_support_tables.json_data = json.loads(file_data)

◆ macro_prefix

string gen_dxgi_support_tables.macro_prefix = 'F_'

◆ out_data

string gen_dxgi_support_tables.out_data
Initial value:
1 = template.format(prefix=macro_prefix,
2  table_data_9_3=table_data['9_3'],
3  table_data_10_0=table_data['10_0'],
4  table_data_10_1=table_data['10_1'],
5  table_data_11_0=table_data['11_0'])

◆ table_data

def gen_dxgi_support_tables.table_data = {'9_3': '', '10_0': '', '10_1': '', '11_0': ''}

◆ table_init

string gen_dxgi_support_tables.table_init = ""

◆ template

string gen_dxgi_support_tables.template