/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 484 vkhpp::UniqueDescriptorPool descriptorPool; member 517 auto descriptorPool = VK_EXPECT_RV(device.createDescriptorPoolUnique(descriptorPoolCreateInfo)); in AllocateDescriptorBundle() local 793 auto descriptorPool = in TEST_P() local
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 722 auto descriptorPool = device->createDescriptorPoolUnique(descriptorPoolCreateInfo).value; in TEST_P() local 943 auto descriptorPool = device->createDescriptorPoolUnique(descriptorPoolCreateInfo).value; in TEST_P() local 1115 auto descriptorPool = device->createDescriptorPoolUnique(descriptorPoolCreateInfo).value; in TEST_P() local
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 2903 void cleanupDescriptorPoolAllocedSetsLocked(VkDescriptorPool descriptorPool, in cleanupDescriptorPoolAllocedSetsLocked() 2940 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool() 2953 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool() 3033 VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, in on_vkFreeDescriptorSets() 6282 VkDescriptorPool descriptorPool, in on_vkCollectDescriptorPoolIdsGOOGLE() 8115 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool() 8122 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool() 8135 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets() 8770 VkDescriptorPool descriptorPool, in on_vkCollectDescriptorPoolIdsGOOGLE()
|
D | VkDecoderSnapshot.cpp | 768 VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool() 776 VkDevice device, VkDescriptorPool descriptorPool, in vkResetDescriptorPool() 784 VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, in vkFreeDescriptorSets() 3712 VkDevice device, VkDescriptorPool descriptorPool, in vkCollectDescriptorPoolIdsGOOGLE() 4490 VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool() 4500 VkDevice device, VkDescriptorPool descriptorPool, in vkResetDescriptorPool() 4521 VkDevice device, VkDescriptorPool descriptorPool, in vkFreeDescriptorSets() 7174 VkDevice device, VkDescriptorPool descriptorPool, uint32_t* pPoolIdCount, uint64_t* pPoolIds) { in vkCollectDescriptorPoolIdsGOOGLE()
|
D | VkDecoder.cpp | 5306 VkDescriptorPool descriptorPool; in decode() local 5362 VkDescriptorPool descriptorPool; in decode() local 5488 VkDescriptorPool descriptorPool; in decode() local 21483 VkDescriptorPool descriptorPool; in decode() local
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 2408 VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool; in createDescriptorPool() local 2422 VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool; in createDescriptorPoolUnique() local 2434 …KAN_HPP_INLINE Result Device::resetDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptor… in resetDescriptorPool() 2441 …ULKAN_HPP_INLINE void Device::resetDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptor… in resetDescriptorPool() 2532 …LKAN_HPP_INLINE Result Device::freeDescriptorSets( VULKAN_HPP_NAMESPACE::DescriptorPool descriptor… in freeDescriptorSets() 2540 …VULKAN_HPP_INLINE void Device::freeDescriptorSets( VULKAN_HPP_NAMESPACE::DescriptorPool descriptor… in freeDescriptorSets()
|
D | vulkansc_handles.hpp | 3267 … VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorPool( VkDescriptorPool descriptorPool ) VULKAN_HPP_NOEXCEPT in DescriptorPool() 3272 DescriptorPool & operator=(VkDescriptorPool descriptorPool) VULKAN_HPP_NOEXCEPT in operator =()
|
D | vulkansc_raii.hpp | 2950 …NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescriptorPool descriptorPool, VULK… in DescriptorPool() 3053 …_NAMESPACE::Device const & device, VkDescriptorSet descriptorSet, VkDescriptorPool descriptorPool ) in DescriptorSet()
|
D | vulkansc.hpp | 1408 …VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPool… in vkResetDescriptorPool() 1420 …VkResult vkFreeDescriptorSets( VkDevice device, VkDescriptorPool descriptorPool, uint32_t descript… in vkFreeDescriptorSets()
|
D | vulkan_raii.hpp | 6282 …NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescriptorPool descriptorPool, VULK… in DescriptorPool() 6385 …_NAMESPACE::Device const & device, VkDescriptorSet descriptorSet, VkDescriptorPool descriptorPool ) in DescriptorSet()
|
D | vulkan.hpp | 1463 …void vkDestroyDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, const VkAllocation… in vkDestroyDescriptorPool() 1469 …VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPool… in vkResetDescriptorPool() 1481 …VkResult vkFreeDescriptorSets( VkDevice device, VkDescriptorPool descriptorPool, uint32_t descript… in vkFreeDescriptorSets()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | func_table.cpp | 999 void gfxstream_vk_DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in gfxstream_vk_DestroyDescriptorPool() 1013 VkResult gfxstream_vk_ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in gfxstream_vk_ResetDescriptorPool() 1040 VkResult gfxstream_vk_FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, in gfxstream_vk_FreeDescriptorSets() 4913 void gfxstream_vk_CollectDescriptorPoolIdsGOOGLE(VkDevice device, VkDescriptorPool descriptorPool, in gfxstream_vk_CollectDescriptorPoolIdsGOOGLE()
|
D | ResourceTracker.cpp | 4862 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool() 4874 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool() 4927 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets()
|
D | VkEncoder.cpp | 9355 void VkEncoder::vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool() 9475 VkResult VkEncoder::vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in vkResetDescriptorPool() 9698 VkResult VkEncoder::vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, in vkFreeDescriptorSets() 37957 void VkEncoder::vkCollectDescriptorPoolIdsGOOGLE(VkDevice device, VkDescriptorPool descriptorPool, in vkCollectDescriptorPoolIdsGOOGLE()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3734 VkDescriptorPool descriptorPool; member
|