/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 146 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; member
|
D | goldfish_vk_dispatch.cpp | 416 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/ |
D | CompressedImageInfo.cpp | 609 vk->vkDestroyDescriptorPool(mDevice, mDecompDescriptorPool, nullptr); in destroy()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 175 m_vk.vkDestroyDescriptorPool(m_vkDevice, m_vkDescriptorPool, nullptr); in ~CompositorVk()
|
D | VkDecoderSnapshot.h | 349 void vkDestroyDescriptorPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 766 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()
|
D | VkDecoderGlobalState.cpp | 2945 vk->vkDestroyDescriptorPool(device, descriptorPool, pAllocator); in on_vkDestroyDescriptorPool() 7257 deviceToDestroyDispatch->vkDestroyDescriptorPool(deviceToDestroy, descriptorPool, in teardownInstanceLocked()
|
D | VkDecoder.cpp | 5348 m_state->snapshot()->vkDestroyDescriptorPool( in decode()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 242 void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
|
D | ResourceTracker.cpp | 4870 enc->vkDestroyDescriptorPool(device, descriptorPool, pAllocator, true /* do lock */); in on_vkDestroyDescriptorPool()
|
D | VkEncoder.cpp | 9355 void VkEncoder::vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 2743 * 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/ |
D | vulkan.hpp | 1463 …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 10378 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetInstanceProcAddr( instance, "vkDestroy… in init() 11460 …vkDestroyDescriptorPool = PFN_vkDestroyDescriptorPool( vkGetDeviceProcAddr( device, "vkDestroyDesc… in init()
|
D | vulkan_raii.hpp | 660 …vkDestroyDescriptorPool = 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()
|
D | vulkansc_raii.hpp | 2989 …getDispatcher()->vkDestroyDescriptorPool( static_cast<VkDevice>( m_device ), static_cast<VkDescrip… in clear()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4496 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
|