Home
last modified time | relevance | path

Searched defs:descriptorPool (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp484 vkhpp::UniqueDescriptorPool descriptorPool; member
517 auto descriptorPool = VK_EXPECT_RV(device.createDescriptorPoolUnique(descriptorPoolCreateInfo)); in AllocateDescriptorBundle() local
793 auto descriptorPool = in TEST_P() local
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp722 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/
DVkDecoderGlobalState.cpp2903 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()
DVkDecoderSnapshot.cpp768 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()
DVkDecoder.cpp5306 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/
Dvulkansc_funcs.hpp2408 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()
Dvulkansc_handles.hpp3267 … VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorPool( VkDescriptorPool descriptorPool ) VULKAN_HPP_NOEXCEPT in DescriptorPool()
3272 DescriptorPool & operator=(VkDescriptorPool descriptorPool) VULKAN_HPP_NOEXCEPT in operator =()
Dvulkansc_raii.hpp2950 …NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescriptorPool descriptorPool, VULK… in DescriptorPool()
3053 …_NAMESPACE::Device const & device, VkDescriptorSet descriptorSet, VkDescriptorPool descriptorPool ) in DescriptorSet()
Dvulkansc.hpp1408 …VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPool… in vkResetDescriptorPool()
1420 …VkResult vkFreeDescriptorSets( VkDevice device, VkDescriptorPool descriptorPool, uint32_t descript… in vkFreeDescriptorSets()
Dvulkan_raii.hpp6282 …NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkDescriptorPool descriptorPool, VULK… in DescriptorPool()
6385 …_NAMESPACE::Device const & device, VkDescriptorSet descriptorSet, VkDescriptorPool descriptorPool ) in DescriptorSet()
Dvulkan.hpp1463 …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/
Dfunc_table.cpp999 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()
DResourceTracker.cpp4862 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool()
4874 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool()
4927 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets()
DVkEncoder.cpp9355 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/
Dvulkan_core.h3734 VkDescriptorPool descriptorPool; member