Home
last modified time | relevance | path

Searched refs:destroyDescriptorPool (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl62 DestroyDescriptorPoolFunc destroyDescriptorPool; variable
DvkInitDeviceFunctionPointers.inl62 m_vk.destroyDescriptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptor…
DvkDeviceDriverImpl.inl295 void DeviceDriver::destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const V… function in DeviceDriver
297 m_vk.destroyDescriptorPool(device, descriptorPool, pAllocator);
DvkRefUtilImpl.inl100 m_deviceIface->destroyDescriptorPool(m_device, obj, m_allocator);
DvkVirtualDeviceInterface.inl62 virtual void destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const Vk…
DvkConcreteDeviceInterface.inl62 virtual void destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const Vk…
DvkNullDriverImpl.inl290 VKAPI_ATTR void VKAPI_CALL destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool,… function
1499 VK_NULL_FUNC_ENTRY(vkDestroyDescriptorPool, destroyDescriptorPool),
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp59 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
/external/vulkan-validation-layers/demos/
Dcube.cpp310 device.destroyDescriptorPool(desc_pool, nullptr); in cleanup()
2079 device.destroyDescriptorPool(desc_pool, nullptr); in resize()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16800 …void destroyDescriptorPool( DescriptorPool descriptorPool, const AllocationCallbacks* pAllocator )… in destroyDescriptorPool() function in vk::Device
16806 …void destroyDescriptorPool( DescriptorPool descriptorPool, Optional<const AllocationCallbacks> all… in destroyDescriptorPool() function in vk::Device