Searched refs:platformFuncs (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 2724 platformFuncs = [Function.TYPE_PLATFORM] variable 2745 …eDecl (api, os.path.join(outputPath, "vkVirtualPlatformInterface.inl"), platformFuncs, False) 2748 …eDecl (api, os.path.join(outputPath, "vkConcretePlatformInterface.inl"), platformFuncs, True) 2752 …ctionPointers (api, os.path.join(outputPath, "vkPlatformFunctionPointers.inl"), platformFuncs) 2755 …(api, os.path.join(outputPath, "vkInitPlatformFunctionPointers.inl"), platformFuncs, lambda f: f.n… 2758 …mpl (api, os.path.join(outputPath, "vkPlatformDriverImpl.inl"), platformFuncs, "PlatformDriv…
|