Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py251 TYPE_DEVICE = 2 # Bound to VkDevice variable in Function
268 self.functionType = Function.TYPE_DEVICE
1468 promotedFunctions = getPromotedFunctions(api) if Function.TYPE_DEVICE in functionTypes else None
1473 if function.getType() == Function.TYPE_DEVICE:
1792 Function.TYPE_DEVICE: [FunctionArgument("vk", "const ", "DeviceInterface&")]}
1837 if function.getType() == Function.TYPE_DEVICE \
1854 Function.TYPE_DEVICE: "device"
2007 for line in genFuncEntryTable(Function.TYPE_DEVICE, "s_deviceFunctions"):
2205 elif functionType == Function.TYPE_DEVICE:
2261 for line in writeExtensionFunctions(Function.TYPE_DEVICE)
[all...]
H A Dgen_framework_sc.py392 TYPE_DEVICE = 2 # Bound to VkDevice variable in Function
411 return Function.TYPE_DEVICE
1448 Function.TYPE_DEVICE: [Variable("const DeviceInterface&", "vk", "")]
1496 if function.getType() == Function.TYPE_DEVICE \
1514 Function.TYPE_DEVICE: "device"
1661 for line in genFuncEntryTable(Function.TYPE_DEVICE, "s_deviceFunctions"):
1859 if ext.functions[0].getType() == Function.TYPE_DEVICE:
1893 elif functionType == Function.TYPE_DEVICE:
1929 for line in writeExtensionFunctions(Function.TYPE_DEVICE):
3048 deviceFuncs = [Function.TYPE_DEVICE]
[all...]
H A Dohos_gen_framework.py243 TYPE_DEVICE = 2 # Bound to VkDevice variable in Function
260 self.functionType = Function.TYPE_DEVICE
1467 Function.TYPE_DEVICE: [FunctionArgument("vk", "const ", "DeviceInterface&")]}
1512 if function.getType() == Function.TYPE_DEVICE \
1529 Function.TYPE_DEVICE: "device"
1678 for line in genFuncEntryTable(Function.TYPE_DEVICE, "s_deviceFunctions"):
1874 elif functionType == Function.TYPE_DEVICE:
1923 for line in writeExtensionFunctions(Function.TYPE_DEVICE):
3081 if command.getType() == Function.TYPE_DEVICE:
3140 deviceFuncs = [Function.TYPE_DEVICE]
[all...]

Completed in 11 milliseconds