Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dgpa_helper.h66 return (PFN_vkVoidFunction)vkDestroyDevice; in trampolineGetProcAddr()
372 return (void *)vkDestroyDevice; in loader_non_passthrough_gdpa()
DLoaderAndLayerInterface.md238 function “vkGetDeviceQueue” and “vkDestroyDevice” but not “vkAllocateMemory”.
241 if an enabled layer intercepts the call (e.g. vkDestroyDevice) the loader
Dtrampoline.c743 vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl4 m_vk.destroyDevice = (DestroyDeviceFunc) GET_PROC_ADDR("vkDestroyDevice");
DvkNullDriverImpl.inl1198 VK_NULL_FUNC_ENTRY(vkDestroyDevice, destroyDevice),
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md154 …k vkCmdSetStencilReference vkBeginCommandBuffer vkResetCommandBuffer vkDestroyDevice vkFreeMemory …
162 …ed | Verify all objects destroyed at DestroyDevice time | MEMORY_LEAK | vkDestroyDevice | NA | NA |
168 …ed before their objects are destroyed | MEM_OBJ_CLEAR_EMPTY_BINDINGS | vkDestroyDevice | TBD | NA |
252 …ject properly destroyed | DESTROY_OBJECT_FAILED | vkDestroyInstance, vkDestroyDevice, vkFreeMemory…
253 … that device/instance have previously been destroyed | OBJECT_LEAK | vkDestroyDevice vkDestroyInst…
255 …s properly created and is currently valid | NONE | vkDestroyInstance vkDestroyDevice vkDestroyFenc…
358 …chains associated with a device before vkDestroyDevice() is called | DEL_OBJECT_BEFORE_CHILDREN |
Dthreading.cpp144 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice() function
Ddevice_limits.cpp463 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice() function
698 return (PFN_vkVoidFunction)vkDestroyDevice; in vkGetDeviceProcAddr()
DREADME.md40 … objects. As objects are destroyed, they're removed from the map. At vkDestroyDevice() and vkDestr…
Dimage.cpp198 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice() function
1103 return (PFN_vkVoidFunction)vkDestroyDevice; in vkGetDeviceProcAddr()
Dswapchain.cpp982 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice() function
1963 return (PFN_vkVoidFunction)vkDestroyDevice; in vkGetDeviceProcAddr()
Dparameter_validation.cpp1759 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice() function
4908 return (PFN_vkVoidFunction)vkDestroyDevice; in vkGetDeviceProcAddr()
Dcore_validation.cpp4755 VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(VkDevice device, const VkAllocationCallb… in vkDestroyDevice() function
10632 return (PFN_vkVoidFunction)vkDestroyDevice; in vkGetDeviceProcAddr()
10648 return (PFN_vkVoidFunction)vkDestroyDevice; in vkGetDeviceProcAddr()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp272 vkDestroyDevice(handle(), NULL); in ~Device()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c545 vkDestroyDevice(dev->obj, NULL); in app_dev_destroy()
Dtri.c2342 vkDestroyDevice(demo->device, NULL); in demo_cleanup()
Dcube.c1830 vkDestroyDevice(demo->device, NULL); in demo_cleanup()
/external/skia/third_party/vulkan/
Dvulkan.h2395 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2404 VKAPI_ATTR void VKAPI_CALL vkDestroyDevice(