Searched refs:TYPE_PLATFORM (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework_sc.py | 382 TYPE_PLATFORM = 0 # Not bound to anything variable in Function 397 return Function.TYPE_PLATFORM 405 return Function.TYPE_PLATFORM 1438 Function.TYPE_PLATFORM: [Variable("const PlatformInterface&", "vk", "")], 1504 Function.TYPE_PLATFORM: "object", 1647 for line in genFuncEntryTable(Function.TYPE_PLATFORM, "s_platformFunctions"): 3044 platformFuncs = [Function.TYPE_PLATFORM]
|
D | gen_framework.py | 237 TYPE_PLATFORM = 0 # Not bound to anything variable in Function 246 self.functionType = Function.TYPE_PLATFORM 1447 Function.TYPE_PLATFORM: [FunctionArgument("vk", "const ", "PlatformInterface&")], 1509 Function.TYPE_PLATFORM: "object", 1654 for line in genFuncEntryTable(Function.TYPE_PLATFORM, "s_platformFunctions"): 3120 platformFuncs = [Function.TYPE_PLATFORM]
|