Searched refs:VULKAN_DIR (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 36 VULKAN_DIR = os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan") variable 1405 writeHandleType (api, os.path.join(VULKAN_DIR, "vkHandleType.inl")) 1406 writeBasicTypes (api, os.path.join(VULKAN_DIR, "vkBasicTypes.inl")) 1407 writeCompositeTypes (api, os.path.join(VULKAN_DIR, "vkStructTypes.inl")) 1408 …writeInterfaceDecl (api, os.path.join(VULKAN_DIR, "vkVirtualPlatformInterface.inl"), platformFu… 1409 …writeInterfaceDecl (api, os.path.join(VULKAN_DIR, "vkVirtualInstanceInterface.inl"), instanceFu… 1410 …writeInterfaceDecl (api, os.path.join(VULKAN_DIR, "vkVirtualDeviceInterface.inl"), deviceFuncs… 1411 …writeInterfaceDecl (api, os.path.join(VULKAN_DIR, "vkConcretePlatformInterface.inl"), platformF… 1412 …writeInterfaceDecl (api, os.path.join(VULKAN_DIR, "vkConcreteInstanceInterface.inl"), instanceF… 1413 …writeInterfaceDecl (api, os.path.join(VULKAN_DIR, "vkConcreteDeviceInterface.inl"), deviceFuncs… [all …]
|
D | gen_framework_c.py | 33 VULKAN_DIR = os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan") variable 69 writeVulkanCHeader (src, os.path.join(VULKAN_DIR, "vkVulkan_c.inl"))
|
/external/vulkan-validation-layers/layers/ |
D | vk_loader_platform.h | 54 #define VULKAN_DIR "/vulkan/" macro 76 #define RELATIVE_VK_DRIVERS_INFO VULKAN_DIR VULKAN_ICDCONF_DIR 77 #define RELATIVE_VK_ELAYERS_INFO VULKAN_DIR VULKAN_ELAYERCONF_DIR 78 #define RELATIVE_VK_ILAYERS_INFO VULKAN_DIR VULKAN_ILAYERCONF_DIR
|
/external/swiftshader/ |
D | CMakeLists.txt | 183 set(VULKAN_DIR ${SOURCE_DIR}/Vulkan) variable 1899 ${VULKAN_DIR} 2003 ${VULKAN_DIR}/*.cpp 2004 ${VULKAN_DIR}/*.h 2005 ${VULKAN_DIR}/*.hpp
|