Home
last modified time | relevance | path

Searched refs:vkDestroyDescriptorPool (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h146 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; member
Dgoldfish_vk_dispatch.cpp416 out->vkDestroyDescriptorPool = in init_vulkan_dispatch_from_system_loader()
1215 out->vkDestroyDescriptorPool = in init_vulkan_dispatch_from_instance()
2156 out->vkDestroyDescriptorPool = in init_vulkan_dispatch_from_device()
3185 if (!vk->vkDestroyDescriptorPool) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp609 vk->vkDestroyDescriptorPool(mDevice, mDecompDescriptorPool, nullptr); in destroy()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp175 m_vk.vkDestroyDescriptorPool(m_vkDevice, m_vkDescriptorPool, nullptr); in ~CompositorVk()
DVkDecoderSnapshot.h349 void vkDestroyDescriptorPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp766 void vkDestroyDescriptorPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkDestroyDescriptorPool() function in VkDecoderSnapshot::Impl
4487 void VkDecoderSnapshot::vkDestroyDescriptorPool(const uint8_t* snapshotTraceBegin, in vkDestroyDescriptorPool() function in VkDecoderSnapshot
4492 mImpl->vkDestroyDescriptorPool(snapshotTraceBegin, snapshotTraceBytes, pool, device, in vkDestroyDescriptorPool()
DVkDecoderGlobalState.cpp2945 vk->vkDestroyDescriptorPool(device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool()
7257 deviceToDestroyDispatch->vkDestroyDescriptorPool(deviceToDestroy, descriptorPool, in teardownInstanceLocked()
DVkDecoder.cpp5348 m_state->snapshot()->vkDestroyDescriptorPool( in decode()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h242 void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
DResourceTracker.cpp4870 enc->vkDestroyDescriptorPool(device, descriptorPool, pAllocator, true /* do lock */); in on_vkDestroyDescriptorPool()
DVkEncoder.cpp9355 void VkEncoder::vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc2743 * fname:vkDestroyDescriptorPool <<SCID-4>>
2756 [open,refpage='vkDestroyDescriptorPool',desc='Destroy a descriptor pool object',type='protos']
2760 include::{generated}/api/protos/vkDestroyDescriptorPool.adoc[]
2774 * [[VUID-vkDestroyDescriptorPool-descriptorPool-00303]]
2777 * [[VUID-vkDestroyDescriptorPool-descriptorPool-00304]]
2780 * [[VUID-vkDestroyDescriptorPool-descriptorPool-00305]]
2785 include::{generated}/validity/protos/vkDestroyDescriptorPool.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp1463 …void vkDestroyDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, const VkAllocation… in vkDestroyDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1465 return ::vkDestroyDescriptorPool( device, descriptorPool, pAllocator ); in vkDestroyDescriptorPool()
9212 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10378vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetInstanceProcAddr( instance, "vkDestroy… in init()
11460vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in init()
Dvulkan_raii.hpp660vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in DeviceDispatcher()
1538 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
6321 …getDispatcher()->vkDestroyDescriptorPool( static_cast<VkDevice>( m_device ), static_cast<VkDescrip… in clear()
Dvulkansc_raii.hpp2989 …getDispatcher()->vkDestroyDescriptorPool( static_cast<VkDevice>( m_device ), static_cast<VkDescrip… in clear()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4496 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(