Searched refs:vkCreateInstance (Results 1 – 25 of 92) sorted by relevance
1234
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | initialization.txt | 79 flink:vkEnumerateInstanceLayerProperties, and flink:vkCreateInstance. 238 [open,refpage='vkCreateInstance',desc='Create a new Vulkan instance',type='protos'] 242 include::{generated}/api/protos/vkCreateInstance.txt[] 251 fname:vkCreateInstance verifies that the requested layers exist. 252 If not, fname:vkCreateInstance will return ename:VK_ERROR_LAYER_NOT_PRESENT. 253 Next fname:vkCreateInstance verifies that the requested extensions are 255 if any requested extension is not supported, fname:vkCreateInstance must: 260 the extension need to be specified at fname:vkCreateInstance time for the 265 * [[VUID-vkCreateInstance-ppEnabledExtensionNames-01388]] 272 include::{generated}/validity/protos/vkCreateInstance.txt[] [all …]
|
D | initialization.adoc | 80 flink:vkEnumerateInstanceLayerProperties, and flink:vkCreateInstance. 250 [open,refpage='vkCreateInstance',desc='Create a new Vulkan instance',type='protos'] 254 include::{generated}/api/protos/vkCreateInstance.adoc[] 263 fname:vkCreateInstance verifies that the requested layers exist. 264 If not, fname:vkCreateInstance will return ename:VK_ERROR_LAYER_NOT_PRESENT. 265 Next fname:vkCreateInstance verifies that the requested extensions are 267 if any requested extension is not supported, fname:vkCreateInstance must: 272 the extension need to be specified at fname:vkCreateInstance time for the 277 * [[VUID-vkCreateInstance-ppEnabledExtensionNames-01388]] 284 include::{generated}/validity/protos/vkCreateInstance.adoc[] [all …]
|
/third_party/vulkan-loader/tests/framework/icd/export_definitions/ |
D | test_icd_0.def | 4 vkCreateInstance
|
D | test_icd_negotiate_version.def | 4 vkCreateInstance
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | VkGlobalFuncs.hpp | 20 VK_GLOBAL(vkCreateInstance, VkResult, const VkInstanceCreateInfo *, const VkAllocationCallbacks *, …
|
D | BasicTests.cpp | 80 result = driver.vkCreateInstance(&createInfo, nullptr, &instance); in TEST_F()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInitPlatformFunctionPointers.inl | 6 m_vk.createInstance = (CreateInstanceFunc) GET_PROC_ADDR("vkCreateInstance");
|
/third_party/vulkan-loader/tests/ |
D | loader_alloc_callback_tests.cpp | 429 … result = env.vulkan_functions.vkCreateInstance(inst_create_info.get(), tracker.get(), &instance); in TEST() 464 … result = env.vulkan_functions.vkCreateInstance(inst_create_info.get(), tracker.get(), &instance); in TEST() 567 … result = env.vulkan_functions.vkCreateInstance(inst_create_info.get(), tracker.get(), &instance); in TEST() 643 … result = env.vulkan_functions.vkCreateInstance(inst_create_info.get(), tracker.get(), &instance); in TEST() 683 … result = env.vulkan_functions.vkCreateInstance(inst_create_info.get(), tracker.get(), &instance); in TEST() 799 … result = env.vulkan_functions.vkCreateInstance(inst_create_info.get(), tracker.get(), &instance); in TEST()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/tests/ |
D | htest.c | 64 vkCreateInstance(&instance_info, NULL, &instance); in main()
|
/third_party/vulkan-loader/tests/live_verification/ |
D | macos_static_loader_build.cpp | 47 vkCreateInstance(&info, nullptr, &inst); in run_vk_code()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_validation_flags.adoc | 22 flink:vkCreateInstance.
|
D | VK_EXT_validation_flags.txt | 22 flink:vkCreateInstance.
|
D | VK_EXT_validation_features.txt | 26 flink:vkCreateInstance.
|
D | VK_EXT_validation_features.adoc | 26 flink:vkCreateInstance.
|
D | VK_EXT_debug_report.adoc | 44 to flink:vkCreateInstance. 187 vkCreateInstance and vkDestroyInstance
|
D | VK_EXT_debug_report.txt | 44 to flink:vkCreateInstance. 187 vkCreateInstance and vkDestroyInstance
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 8 vkCreateInstance;
|
D | vk_swiftshader.def | 8 vkCreateInstance
|
D | VkGetProcAddress.cpp | 39 MAKE_VULKAN_GLOBAL_ENTRY(vkCreateInstance), 605 .CreateInstance = vkCreateInstance,
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 107 vkCreateInstance
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 72 err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); in SetupVulkan() 90 err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); in SetupVulkan()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 82 err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); in SetupVulkan() 100 err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 90 err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); in SetupVulkan() 108 err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 82 err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); in SetupVulkan() 100 err = vkCreateInstance(&create_info, g_Allocator, &g_Instance); in SetupVulkan()
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 27 vkCreateInstance
|
1234