Home
last modified time | relevance | path

Searched refs:TYPE_DEVICE (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/scripts/
Dgen_framework.py239 TYPE_DEVICE = 2 # Bound to VkDevice variable in Function
256 self.functionType = Function.TYPE_DEVICE
1449 Function.TYPE_DEVICE: [FunctionArgument("vk", "const ", "DeviceInterface&")]}
1494 if function.getType() == Function.TYPE_DEVICE \
1511 Function.TYPE_DEVICE: "device"
1660 for line in genFuncEntryTable(Function.TYPE_DEVICE, "s_deviceFunctions"):
1856 elif functionType == Function.TYPE_DEVICE:
1905 for line in writeExtensionFunctions(Function.TYPE_DEVICE):
3063 if command.getType() == Function.TYPE_DEVICE:
3122 deviceFuncs = [Function.TYPE_DEVICE]
Dgen_framework_sc.py384 TYPE_DEVICE = 2 # Bound to VkDevice variable in Function
403 return Function.TYPE_DEVICE
1440 Function.TYPE_DEVICE: [Variable("const DeviceInterface&", "vk", "")]
1488 if function.getType() == Function.TYPE_DEVICE \
1506 Function.TYPE_DEVICE: "device"
1653 for line in genFuncEntryTable(Function.TYPE_DEVICE, "s_deviceFunctions"):
1852 if ext.functions[0].getType() == Function.TYPE_DEVICE:
1886 elif functionType == Function.TYPE_DEVICE:
1922 for line in writeExtensionFunctions(Function.TYPE_DEVICE):
3046 deviceFuncs = [Function.TYPE_DEVICE]