Home
last modified time | relevance | path

Searched refs:genFuncEntryTable (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py1983 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 Dgen_framework_sc.py1640 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 Dohos_gen_framework.py1654 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