Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dgpa_helper.h56 return (PFN_vkVoidFunction)vkCreateDevice; in trampolineGetProcAddr()
355 return (void *)vkCreateDevice; in loader_non_passthrough_gipa()
DLoaderAndLayerInterface.md75 calls vkCreateInstance and vkCreateDevice. At that time the application and/or
95 Device chains are created at vkCreateDevice and are generally simpler because
175 vkCreateDevice, the loader will construct call chains that include the application
181 **NOTE**: vkCreateDevice originally was able to select layers in a
185 Therefore, vkCreateDevice will use the layers specified at vkCreateInstance.
251 be enabled (in vkCreateInstance or vkCreateDevice) before they can be used.
782 vkCreateDevice before calling into the ICD; Filtering will be of extensions
1092 vkCreateDevice. A layer can intercept Vulkan instance commands, device commands
1117 VkCommandBuffer as the first parameter and also include vkCreateDevice. Future
1173 - vkCreateDevice (only required for any device-level chaining)
[all …]
Dtrampoline.c649 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice( function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl13 m_vk.createDevice = (CreateDeviceFunc) GET_PROC_ADDR("vkCreateDevice");
DvkNullDriverImpl.inl1395 VK_NULL_FUNC_ENTRY(vkCreateDevice, createDevice),
/external/vulkan-validation-layers/tests/
Dloader_validation_tests.cpp355 result = vkCreateDevice(physical[p], deviceInfo, nullptr, &device); in TEST()
411 result = vkCreateDevice(physical[p], deviceInfo, nullptr, &device); in TEST()
711 result = vkCreateDevice(physical[p], deviceInfo, nullptr, &device); in TEST()
Dvktestbinding.cpp298 if (EXPECT(vkCreateDevice(phy_.handle(), &info, NULL, &dev) == VK_SUCCESS)) in init()
Dlayer_validation_tests.cpp1990 err = vkCreateDevice(gpu(), &device_create_info, NULL, &testDevice); in TEST_F()
9752 vkCreateDevice(gpu(), &device_create_info, nullptr, &testDevice); in TEST_F()
9764 vkCreateDevice(gpu(), &device_create_info, nullptr, &testDevice); in TEST_F()
/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h44 extern PFN_vkCreateDevice vkCreateDevice;
Dvulkan_wrapper.cpp41 vkCreateDevice = reinterpret_cast<PFN_vkCreateDevice>(dlsym(libvulkan, "vkCreateDevice")); in InitVulkan()
229 PFN_vkCreateDevice vkCreateDevice; variable
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp164 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreate… in vkCreateDevice() function
1176 return (PFN_vkVoidFunction) vkCreateDevice; in layer_intercept_proc()
1497 return (PFN_vkVoidFunction) vkCreateDevice; in vkGetInstanceProcAddr()
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md200 …empting to vkCreateDevice with a feature that is not supported by the underlying physical device |…
201 … family are valid. | INVALID_QUEUE_CREATE_REQUEST | vkGetDeviceQueue vkCreateDevice | MismatchCoun…
334 …nvalid handle is used, this error will be flagged | INVALID_HANDLE | vkCreateDevice vkCreateSwapch…
Dvk_validation_error_database.txt42vkCreateDevice~^~For more information refer to Vulkan Spec Section '4.2.1. Device Creation' which …
43vkCreateDevice~^~For more information refer to Vulkan Spec Section '4.2.1. Device Creation' which …
44vkCreateDevice~^~For more information refer to Vulkan Spec Section '4.2.1. Device Creation' which …
45vkCreateDevice~^~For more information refer to Vulkan Spec Section '4.2.1. Device Creation' which …
46 VALIDATION_ERROR_00035~^~U~^~Unknown~^~vkCreateDevice~^~For more information refer to Vulkan Spec S…
47 VALIDATION_ERROR_00036~^~U~^~Unknown~^~vkCreateDevice~^~For more information refer to Vulkan Spec S…
48 VALIDATION_ERROR_00037~^~U~^~Unknown~^~vkCreateDevice~^~For more information refer to Vulkan Spec S…
49 VALIDATION_ERROR_00038~^~U~^~Unknown~^~vkCreateDevice~^~For more information refer to Vulkan Spec S…
50 VALIDATION_ERROR_00039~^~U~^~Unknown~^~vkCreateDevice~^~For more information refer to Vulkan Spec S…
51 VALIDATION_ERROR_00040~^~U~^~Unknown~^~vkCreateDevice~^~For more information refer to Vulkan Spec S…
[all …]
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c501 err = vkCreateDevice(gpu->obj, &info, NULL, &dev->obj); in app_dev_init()
Dcube.c2976 err = vkCreateDevice(demo->gpu, &device, NULL, &demo->device); in demo_create_device()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc343 …* Only VkPhysicalDevice is passed to vkCreateDevice, ICD-specific magic needed for passing callbac…
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2445 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice(
Dvulkan.hpp17857 …return static_cast<Result>( vkCreateDevice( m_physicalDevice, reinterpret_cast<const VkDeviceCreat… in createDevice()
17864 …Result result = static_cast<Result>( vkCreateDevice( m_physicalDevice, reinterpret_cast<const VkDe… in createDevice()
/external/mesa3d/include/vulkan/
Dvulkan.h2454 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2551 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2610 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDevice(