Home
last modified time | relevance | path

Searched refs:vkCreateInstance (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dinitialization.txt79 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 …]
Dinitialization.adoc80 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/
Dtest_icd_0.def4 vkCreateInstance
Dtest_icd_negotiate_version.def4 vkCreateInstance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DVkGlobalFuncs.hpp20 VK_GLOBAL(vkCreateInstance, VkResult, const VkInstanceCreateInfo *, const VkAllocationCallbacks *, …
DBasicTests.cpp80 result = driver.vkCreateInstance(&createInfo, nullptr, &instance); in TEST_F()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitPlatformFunctionPointers.inl6 m_vk.createInstance = (CreateInstanceFunc) GET_PROC_ADDR("vkCreateInstance");
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp429 … 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/
Dhtest.c64 vkCreateInstance(&instance_info, NULL, &instance); in main()
/third_party/vulkan-loader/tests/live_verification/
Dmacos_static_loader_build.cpp47 vkCreateInstance(&info, nullptr, &inst); in run_vk_code()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_validation_flags.adoc22 flink:vkCreateInstance.
DVK_EXT_validation_flags.txt22 flink:vkCreateInstance.
DVK_EXT_validation_features.txt26 flink:vkCreateInstance.
DVK_EXT_validation_features.adoc26 flink:vkCreateInstance.
DVK_EXT_debug_report.adoc44 to flink:vkCreateInstance.
187 vkCreateInstance and vkDestroyInstance
DVK_EXT_debug_report.txt44 to flink:vkCreateInstance.
187 vkCreateInstance and vkDestroyInstance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds8 vkCreateInstance;
Dvk_swiftshader.def8 vkCreateInstance
DVkGetProcAddress.cpp39 MAKE_VULKAN_GLOBAL_ENTRY(vkCreateInstance),
605 .CreateInstance = vkCreateInstance,
/third_party/vulkan-loader/
Dvulkan.symbols.api107 vkCreateInstance
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp72 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/
Dmain.cpp82 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/
Dmain.cpp90 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/
Dmain.cpp82 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/
Dvulkan-1.def27 vkCreateInstance

1234