Searched refs:destroyDescriptorPool (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 62 DestroyDescriptorPoolFunc destroyDescriptorPool; variable
|
D | vkInitDeviceFunctionPointers.inl | 62 m_vk.destroyDescriptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptor…
|
D | vkDeviceDriverImpl.inl | 295 void DeviceDriver::destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const V… function in DeviceDriver 297 m_vk.destroyDescriptorPool(device, descriptorPool, pAllocator);
|
D | vkRefUtilImpl.inl | 100 m_deviceIface->destroyDescriptorPool(m_device, obj, m_allocator);
|
D | vkVirtualDeviceInterface.inl | 62 virtual void destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const Vk…
|
D | vkConcreteDeviceInterface.inl | 62 virtual void destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const Vk…
|
D | vkNullDriverImpl.inl | 290 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/ |
D | vktApiNullHandleTests.cpp | 59 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
|
/external/vulkan-validation-layers/demos/ |
D | cube.cpp | 310 device.destroyDescriptorPool(desc_pool, nullptr); in cleanup() 2079 device.destroyDescriptorPool(desc_pool, nullptr); in resize()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 16800 …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
|