Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py391 TYPE_INSTANCE = 1 # Bound to VkInstance variable in Function
409 return Function.TYPE_INSTANCE
1154 if function.getType() == Function.TYPE_INSTANCE and function.arguments[0].getType() == "VkPhysicalDevice":
1167 if function.getType() == Function.TYPE_INSTANCE and function.arguments[0].getType() == "VkPhysicalDevice":
1190 elif function.getType() == Function.TYPE_INSTANCE and function.arguments[0].getType() == "VkPhysicalDevice" and function.alias != None:
1447 Function.TYPE_INSTANCE: [Variable("const InstanceInterface&", "vk", "")],
1513 Function.TYPE_INSTANCE: "instance",
1658 for line in genFuncEntryTable(Function.TYPE_INSTANCE, "s_instanceFunctions"):
1852 if ext.functions[0].getType() == Function.TYPE_INSTANCE:
1890 if functionType == Function.TYPE_INSTANCE
[all...]
H A Dgen_framework.py250 TYPE_INSTANCE = 1 # Bound to VkInstance variable in Function
266 self.functionType = Function.TYPE_INSTANCE
1446 if function.getType() == Function.TYPE_INSTANCE:
1488 if function.getType() == Function.TYPE_INSTANCE and function.arguments[0].type == "VkPhysicalDevice":
1509 elif function.getType() == Function.TYPE_INSTANCE and function.arguments[0].type == "VkPhysicalDevice" and len(function.aliasList) > 0:
1791 Function.TYPE_INSTANCE: [FunctionArgument("vk", "const ", "InstanceInterface&")],
1853 Function.TYPE_INSTANCE: "instance",
2004 for line in genFuncEntryTable(Function.TYPE_INSTANCE, "s_instanceFunctions"):
2202 if functionType == Function.TYPE_INSTANCE:
2258 for line in writeExtensionFunctions(Function.TYPE_INSTANCE)
[all...]
H A Dohos_gen_framework.py242 TYPE_INSTANCE = 1 # Bound to VkInstance variable in Function
258 self.functionType = Function.TYPE_INSTANCE
1163 if function.getType() == Function.TYPE_INSTANCE:
1181 if function.getType() == Function.TYPE_INSTANCE and function.arguments[0].type == "VkPhysicalDevice":
1202 elif function.getType() == Function.TYPE_INSTANCE and function.arguments[0].type == "VkPhysicalDevice" and len(function.aliasList) > 0:
1466 Function.TYPE_INSTANCE: [FunctionArgument("vk", "const ", "InstanceInterface&")],
1528 Function.TYPE_INSTANCE: "instance",
1675 for line in genFuncEntryTable(Function.TYPE_INSTANCE, "s_instanceFunctions"):
1871 if functionType == Function.TYPE_INSTANCE:
1920 for line in writeExtensionFunctions(Function.TYPE_INSTANCE)
[all...]

Completed in 9 milliseconds