Searched refs:deviceFuncs (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 4518 deviceFuncs = [Function.TYPE_DEVICE] variable 4538 … (api, os.path.join(outputPath, "vkVirtualDeviceInterface.inl"), deviceFuncs, False) 4541 … (api, os.path.join(outputPath, "vkConcreteDeviceInterface.inl"), deviceFuncs, True) 4545 … (api, os.path.join(outputPath, "vkDeviceFunctionPointers.inl"), deviceFuncs) 4548 … (api, os.path.join(outputPath, "vkInitDeviceFunctionPointers.inl"), deviceFuncs) 4551 … (api, os.path.join(outputPath, "vkDeviceDriverImpl.inl"), deviceFuncs, "DeviceDriver") 4573 …rfaceSCImpl(api, os.path.join(outputPath, "vkDeviceDriverSCImpl.inl"), deviceFuncs, "DeviceDriverS…
|