Searched refs:deviceFuncs (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/scripts/ |
H A D | gen_framework.py | 3928 deviceFuncs = [Function.TYPE_DEVICE] variable 3948 … (api, os.path.join(outputPath, "vkVirtualDeviceInterface.inl"), deviceFuncs, False) 3951 … (api, os.path.join(outputPath, "vkConcreteDeviceInterface.inl"), deviceFuncs, True) 3955 …ers (api, os.path.join(outputPath, "vkDeviceFunctionPointers.inl"), deviceFuncs) 3958 …ers (api, os.path.join(outputPath, "vkInitDeviceFunctionPointers.inl"), deviceFuncs) 3961 … (api, os.path.join(outputPath, "vkDeviceDriverImpl.inl"), deviceFuncs, "DeviceDriver") 3963 … (api, os.path.join(outputPath, "vkDeviceDriverSCImpl.inl"), deviceFuncs, "DeviceDriverS…
|