Searched refs:VK_API_VERSION_1_0 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_instance.c95 instance->app_info.api_version = VK_API_VERSION_1_0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.c1682 uint32_t loader_version = VK_API_VERSION_1_0;
1687 uint32_t loader_version_temp = VK_API_VERSION_1_0;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c741 instance->app_info.api_version = VK_API_VERSION_1_0;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c564 client_version = VK_API_VERSION_1_0;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h36 // DEPRECATED: This define has been removed. Specific version defines (e.g. VK_API_VERSION_1_0), or the VK_MAKE_VERSION macro, should be used instead.
40 #define VK_API_VERSION_1_0 VK_MAKE_VERSION(1, 0, 0)// Patch version should always be set to 0 macro
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h65 // DEPRECATED: This define has been removed. Specific version defines (e.g. VK_API_VERSION_1_0), or the VK_MAKE_VERSION macro, should be used instead.
72 #define VK_API_VERSION_1_0 VK_MAKE_API_VERSION(0, 1, 0, 0)// Patch version should always be set to 0 macro

Completed in 75 milliseconds