/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_get_physical_device_properties2.txt | 36 components of device extensions before flink:vkCreateDevice is called. 95 vkCreateDevice(physicalDevice, &deviceCreateInfo, NULL, &device); 106 device extensions before vkCreateDevice is called.
|
D | VK_KHR_get_physical_device_properties2.adoc | 36 components of device extensions before flink:vkCreateDevice is called. 95 vkCreateDevice(physicalDevice, &deviceCreateInfo, NULL, &device); 106 device extensions before vkCreateDevice is called.
|
D | VK_KHR_device_group_creation.txt | 65 vkCreateDevice(props[0].physicalDevices[0], &devCreateInfo, NULL, &g_vkDevice);
|
D | VK_KHR_device_group_creation.adoc | 65 vkCreateDevice(props[0].physicalDevices[0], &devCreateInfo, NULL, &g_vkDevice);
|
D | VK_QCOM_multiview_per_view_viewports.adoc | 44 vkCreateDevice, then all created renderpass instances (including dynamic
|
/third_party/vulkan-loader/tests/ |
D | loader_alloc_callback_tests.cpp | 297 …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/ |
D | VulkanShaderDebugging.md | 14 …, the debugger will block on `vkCreateDevice()` until a debugger connection is established, before…
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 19 vkCreateDevice;
|
D | vk_swiftshader.def | 19 vkCreateDevice
|
D | VkGetProcAddress.cpp | 63 MAKE_VULKAN_INSTANCE_ENTRY(vkCreateDevice),
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 97 vkCreateDevice
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 39 VK_INSTANCE(vkCreateDevice, VkResult, VkPhysicalDevice, const VkDeviceCreateInfo *, const VkAllocat…
|
D | Device.cpp | 94 result = driver->vkCreateDevice(physicalDevice, &deviceCreateInfo, nullptr, &device); in CreateComputeDevice()
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 38 vkCreateDevice
|
D | gpa_helper.c | 46 if (!strcmp(funcName, "vkCreateDevice")) return vkCreateDevice; in trampoline_get_proc_addr()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.2.3.rst | 101 - anv: fix unwind of vkCreateDevice fail
|
/third_party/mesa3d/docs/vulkan/ |
D | dispatch.rst | 53 ``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/ |
D | vkInitInstanceFunctionPointers.inl | 14 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
|
D | vkCoreFunctionalities.inl | 37 …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/ |
D | VulkanExternalHelper.cpp | 261 result = vkCreateDevice(mPhysicalDevice, &deviceCreateInfo, nullptr, &mDevice); in initialize()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | devsandqueues.txt | 1333 [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 …]
|
D | devsandqueues.adoc | 1503 [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/ |
D | main.cpp | 144 err = vkCreateDevice(g_PhysicalDevice, &create_info, g_Allocator, &g_Device); in SetupVulkan()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 154 err = vkCreateDevice(g_PhysicalDevice, &create_info, g_Allocator, &g_Device); in SetupVulkan()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 176 err = vkCreateDevice(g_PhysicalDevice, &create_info, g_Allocator, &g_Device); in SetupVulkan()
|