Home
last modified time | relevance | path

Searched refs:VULKAN_DIR (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/scripts/
Dgen_framework.py36 VULKAN_DIR = os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan") variable
2404 writeDeviceFeatures (api, dfd, os.path.join(VULKAN_DIR, "vkDeviceFeatures.inl"))
2405 …writeDeviceFeaturesDefaultDeviceDefs (dfd, os.path.join(VULKAN_DIR, "vkDeviceFeaturesForDefaultDev…
2406 …writeDeviceFeaturesContextDecl (dfd, os.path.join(VULKAN_DIR, "vkDeviceFeaturesForContextDecl.in…
2407 …writeDeviceFeaturesContextDefs (dfd, os.path.join(VULKAN_DIR, "vkDeviceFeaturesForContextDefs.in…
2410 writeDeviceProperties (api, dpd, os.path.join(VULKAN_DIR, "vkDeviceProperties.inl"))
2412 …writeDevicePropertiesDefaultDeviceDefs (dpd, os.path.join(VULKAN_DIR, "vkDevicePropertiesForDefaul…
2413 …writeDevicePropertiesContextDecl (dpd, os.path.join(VULKAN_DIR, "vkDevicePropertiesForContextDecl…
2414 …writeDevicePropertiesContextDefs (dpd, os.path.join(VULKAN_DIR, "vkDevicePropertiesForContextDefs…
2416 writeHandleType (api, os.path.join(VULKAN_DIR, "vkHandleType.inl"))
[all …]
Dgen_framework_c.py42 VULKAN_DIR = os.path.join(os.path.dirname(__file__), "..", "framework", "vulkan") variable
81 writeVulkanCHeader (src, os.path.join(VULKAN_DIR, "vkVulkan_c.inl"))
/external/vulkan-validation-layers/layers/
Dvk_loader_platform.h54 #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