Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dgpa_helper.h60 return (PFN_vkVoidFunction)vkDestroyDevice; in trampolineGetProcAddr()
369 return (void *)vkDestroyDevice; in loader_non_passthrough_gdpa()
Dtrampoline.c749 vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function
DLoaderAndLayerInterface.md264 function "vkGetDeviceQueue" and "vkDestroyDevice" but not "vkAllocateMemory".
267 if an enabled layer intercepts the call (e.g. vkDestroyDevice) the loader
/external/vulkan-validation-layers/tests/
Dloader_validation_tests.cpp276 TEST(LX475, DestroyDeviceNullHandle) { vkDestroyDevice(VK_NULL_HANDLE, nullptr); } in TEST()
414 vkDestroyDevice(device, nullptr); in TEST()
714 vkDestroyDevice(device, nullptr); in TEST()
Dvktestbinding.cpp246 vkDestroyDevice(handle(), NULL); in ~Device()
Dlayer_validation_tests.cpp2002 vkDestroyDevice(testDevice, NULL); in TEST_F()
/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h45 extern PFN_vkDestroyDevice vkDestroyDevice;
Dvulkan_wrapper.cpp42 vkDestroyDevice = reinterpret_cast<PFN_vkDestroyDevice>(dlsym(libvulkan, "vkDestroyDevice")); in InitVulkan()
230 PFN_vkDestroyDevice vkDestroyDevice; variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl4 m_vk.destroyDevice = (DestroyDeviceFunc) GET_PROC_ADDR("vkDestroyDevice");
DvkNullDriverImpl.inl1441 VK_NULL_FUNC_ENTRY(vkDestroyDevice, destroyDevice),
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md168 …k vkCmdSetStencilReference vkBeginCommandBuffer vkResetCommandBuffer vkDestroyDevice vkFreeMemory …
173 … | Verify all objects destroyed at DestroyDevice time | MEMORY_LEAK | vkDestroyDevice | TODO | NA |
275 … that device/instance have previously been destroyed | OBJECT_LEAK | vkDestroyDevice vkDestroyInst…
337 …chains associated with a device before vkDestroyDevice() is called | DEL_OBJECT_BEFORE_CHILDREN |
DREADME.md46 …objects. As objects are destroyed they are removed from the map. At `vkDestroyDevice()` and `vkDes…
Dvk_validation_error_database.txt55vkDestroyDevice~^~For more information refer to Vulkan Spec Section '4.2.4. Device Destruction' wh…
56vkDestroyDevice~^~For more information refer to Vulkan Spec Section '4.2.4. Device Destruction' wh…
57vkDestroyDevice~^~For more information refer to Vulkan Spec Section '4.2.4. Device Destruction' wh…
58vkDestroyDevice~^~For more information refer to Vulkan Spec Section '4.2.4. Device Destruction' wh…
59vkDestroyDevice~^~For more information refer to Vulkan Spec Section '4.2.4. Device Destruction' wh…
60 VALIDATION_ERROR_00054~^~U~^~Unknown~^~vkDestroyDevice~^~For more information refer to Vulkan Spec …
61 VALIDATION_ERROR_00055~^~U~^~Unknown~^~vkDestroyDevice~^~For more information refer to Vulkan Spec …
62 VALIDATION_ERROR_00056~^~U~^~Unknown~^~vkDestroyDevice~^~For more information refer to Vulkan Spec …
63 VALIDATION_ERROR_00057~^~U~^~Unknown~^~vkDestroyDevice~^~For more information refer to Vulkan Spec …
64 VALIDATION_ERROR_00058~^~U~^~Unknown~^~vkDestroyDevice~^~For more information refer to Vulkan Spec …
[all …]
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp196 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) in vkDestroyDevice() function
1178 return (PFN_vkVoidFunction) vkDestroyDevice; in layer_intercept_proc()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c507 vkDestroyDevice(dev->obj, NULL); in app_dev_destroy()
Dcube.c2084 vkDestroyDevice(demo->device, NULL); in demo_cleanup()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2451 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(
Dvulkan.hpp16027 vkDestroyDevice( m_device, reinterpret_cast<const VkAllocationCallbacks*>( pAllocator ) ); in destroy()
16033vkDestroyDevice( m_device, reinterpret_cast<const VkAllocationCallbacks*>( static_cast<const Alloc… in destroy()
/external/mesa3d/include/vulkan/
Dvulkan.h2460 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2557 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2616 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(