Home
last modified time | relevance | path

Searched refs:vkCreateDevice (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_get_physical_device_properties2.txt36 components of device extensions before flink:vkCreateDevice is called.
95 vkCreateDevice(physicalDevice, &deviceCreateInfo, NULL, &device);
106 device extensions before vkCreateDevice is called.
DVK_KHR_get_physical_device_properties2.adoc36 components of device extensions before flink:vkCreateDevice is called.
95 vkCreateDevice(physicalDevice, &deviceCreateInfo, NULL, &device);
106 device extensions before vkCreateDevice is called.
DVK_KHR_device_group_creation.txt65 vkCreateDevice(props[0].physicalDevices[0], &devCreateInfo, NULL, &g_vkDevice);
DVK_KHR_device_group_creation.adoc65 vkCreateDevice(props[0].physicalDevices[0], &devCreateInfo, NULL, &g_vkDevice);
DVK_QCOM_multiview_per_view_viewports.adoc44 vkCreateDevice, then all created renderpass instances (including dynamic
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp297 …ASSERT_EQ(inst->vkCreateDevice(physical_device, dev_create_info.get(), tracker.get(), &device), VK… in TEST()
345 …ASSERT_EQ(inst->vkCreateDevice(physical_device, dev_create_info.get(), nullptr, &device), VK_SUCCE… in TEST()
402 …ASSERT_EQ(inst->vkCreateDevice(physical_device, dev_create_info.get(), tracker.get(), &device), VK… in TEST()
531 … result = inst->vkCreateDevice(physical_devices[0], dev_create_info.get(), tracker.get(), &device); in TEST()
610 …result = env.vulkan_functions.vkCreateDevice(physical_device, dev_create_info.get(), tracker.get()… in TEST()
747 …result = env.vulkan_functions.vkCreateDevice(physical_devices[i], dev_create_info.get(), tracker.g… in TEST()
843 …result = env.vulkan_functions.vkCreateDevice(physical_devices[i], dev_create_info.get(), tracker.g… in TEST()
/third_party/skia/third_party/externals/swiftshader/docs/
DVulkanShaderDebugging.md14 …, the debugger will block on `vkCreateDevice()` until a debugger connection is established, before…
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds19 vkCreateDevice;
Dvk_swiftshader.def19 vkCreateDevice
DVkGetProcAddress.cpp63 MAKE_VULKAN_INSTANCE_ENTRY(vkCreateDevice),
/third_party/vulkan-loader/
Dvulkan.symbols.api97 vkCreateDevice
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp39 VK_INSTANCE(vkCreateDevice, VkResult, VkPhysicalDevice, const VkDeviceCreateInfo *, const VkAllocat…
DDevice.cpp94 result = driver->vkCreateDevice(physicalDevice, &deviceCreateInfo, nullptr, &device); in CreateComputeDevice()
/third_party/vulkan-loader/loader/
Dvulkan-1.def38 vkCreateDevice
Dgpa_helper.c46 if (!strcmp(funcName, "vkCreateDevice")) return vkCreateDevice; in trampoline_get_proc_addr()
/third_party/mesa3d/docs/relnotes/
D19.2.3.rst101 - anv: fix unwind of vkCreateDevice fail
/third_party/mesa3d/docs/vulkan/
Ddispatch.rst53 ``vkCreateDevice()`` which takes the ``ppEnabledExtensionNames`` and fills
162 ``vkCreateDevice()``, the driver entrypoint will be named
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl14 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
DvkCoreFunctionalities.inl37 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateDevice", FUNCTIONORIGIN_INSTANCE)…
175 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateDevice", FUNCTIONORIGIN_INSTANCE)…
341 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCreateDevice", FUNCTIONORIGIN_INSTANCE)…
520 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateDevice", FUNCTIONORIGIN_INSTANCE)…
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanExternalHelper.cpp261 result = vkCreateDevice(mPhysicalDevice, &deviceCreateInfo, nullptr, &mDevice); in initialize()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddevsandqueues.txt1333 [open,refpage='vkCreateDevice',desc='Create a new device instance',type='protos']
1338 include::{generated}/api/protos/vkCreateDevice.txt[]
1351 fname:vkCreateDevice verifies that extensions and features requested in the
1354 If any requested extension is not supported, fname:vkCreateDevice must:
1356 If any requested feature is not supported, fname:vkCreateDevice must: return
1369 If that occurs, fname:vkCreateDevice will return
1374 * [[VUID-vkCreateDevice-ppEnabledExtensionNames-01387]]
1381 include::{generated}/validity/protos/vkCreateDevice.txt[]
1650 pname:physicalDevice parameter to flink:vkCreateDevice.
1662 parameter of flink:vkCreateDevice must: be an element of
[all …]
Ddevsandqueues.adoc1503 [open,refpage='vkCreateDevice',desc='Create a new device instance',type='protos']
1508 include::{generated}/api/protos/vkCreateDevice.adoc[]
1521 fname:vkCreateDevice verifies that extensions and features requested in the
1524 If any requested extension is not supported, fname:vkCreateDevice must:
1526 If any requested feature is not supported, fname:vkCreateDevice must: return
1539 If that occurs, fname:vkCreateDevice will return
1544 * [[VUID-vkCreateDevice-ppEnabledExtensionNames-01387]]
1551 include::{generated}/validity/protos/vkCreateDevice.adoc[]
1865 pname:physicalDevice parameter to flink:vkCreateDevice.
1877 parameter of flink:vkCreateDevice must: be an element of
[all …]
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp144 err = vkCreateDevice(g_PhysicalDevice, &create_info, g_Allocator, &g_Device); in SetupVulkan()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp154 err = vkCreateDevice(g_PhysicalDevice, &create_info, g_Allocator, &g_Device); in SetupVulkan()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp176 err = vkCreateDevice(g_PhysicalDevice, &create_info, g_Allocator, &g_Device); in SetupVulkan()

1234