Searched refs:genFuncEntryTable (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 1983 def genFuncEntryTable (type, name): function 2001 for line in genFuncEntryTable(Function.TYPE_PLATFORM, "s_platformFunctions"): 2004 for line in genFuncEntryTable(Function.TYPE_INSTANCE, "s_instanceFunctions"): 2007 for line in genFuncEntryTable(Function.TYPE_DEVICE, "s_deviceFunctions"):
|
H A D | gen_framework_sc.py | 1640 def genFuncEntryTable (type, name): function 1655 for line in genFuncEntryTable(Function.TYPE_PLATFORM, "s_platformFunctions"): 1658 for line in genFuncEntryTable(Function.TYPE_INSTANCE, "s_instanceFunctions"): 1661 for line in genFuncEntryTable(Function.TYPE_DEVICE, "s_deviceFunctions"):
|
H A D | ohos_gen_framework.py | 1654 def genFuncEntryTable (type, name): function 1672 for line in genFuncEntryTable(Function.TYPE_PLATFORM, "s_platformFunctions"): 1675 for line in genFuncEntryTable(Function.TYPE_INSTANCE, "s_instanceFunctions"): 1678 for line in genFuncEntryTable(Function.TYPE_DEVICE, "s_deviceFunctions"):
|
Completed in 17 milliseconds