Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.cpp1067 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… in DestroyDescriptorPool()
1071 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… in ResetDescriptorPool()
1079 VKAPI_ATTR VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t d… in FreeDescriptorSets()
1877 VKAPI_ATTR void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkA… in vkDestroyDescriptorPool()
1882 VKAPI_ATTR VkResult vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescr… in vkResetDescriptorPool()
1892 VKAPI_ATTR VkResult vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t… in vkFreeDescriptorSets()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp2031 …void cleanupDescriptorPoolAllocedSetsLocked(VkDescriptorPool descriptorPool, bool isDestroy = fals… in cleanupDescriptorPoolAllocedSetsLocked()
2069 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool()
2085 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool()
2159 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets()
4425 VkDescriptorPool descriptorPool, in on_vkCollectDescriptorPoolIdsGOOGLE()
6831 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool()
6840 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool()
6858 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets()
7426 VkDescriptorPool descriptorPool, in on_vkCollectDescriptorPoolIdsGOOGLE()
DVkDecoderSnapshot.cpp1151 VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool()
1165 VkDescriptorPool descriptorPool, in vkResetDescriptorPool()
1197 VkDescriptorPool descriptorPool, in vkFreeDescriptorSets()
5977 VkDescriptorPool descriptorPool, in vkCollectDescriptorPoolIdsGOOGLE()
7263 VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool()
7276 VkDescriptorPool descriptorPool, in vkResetDescriptorPool()
7302 VkDescriptorPool descriptorPool, in vkFreeDescriptorSets()
12152 VkDescriptorPool descriptorPool, in vkCollectDescriptorPoolIdsGOOGLE()
DVkDecoder.cpp4566 VkDescriptorPool descriptorPool; in decode() local
4616 VkDescriptorPool descriptorPool; in decode() local
4715 VkDescriptorPool descriptorPool; in decode() local
24644 VkDescriptorPool descriptorPool; in decode() local
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp4788 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool()
4804 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool()
4835 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets()
7723 VkDescriptorPool descriptorPool, in on_vkDestroyDescriptorPool()
7732 VkDescriptorPool descriptorPool, in on_vkResetDescriptorPool()
7752 VkDescriptorPool descriptorPool, in on_vkFreeDescriptorSets()
Dfunc_table.cpp877 VkDescriptorPool descriptorPool, in entry_vkDestroyDescriptorPool()
887 VkDescriptorPool descriptorPool, in entry_vkResetDescriptorPool()
911 VkDescriptorPool descriptorPool, in entry_vkFreeDescriptorSets()
7436 VkDescriptorPool descriptorPool, in entry_vkCollectDescriptorPoolIdsGOOGLE()
7446 VkDescriptorPool descriptorPool, in dynCheck_entry_vkCollectDescriptorPoolIdsGOOGLE()
DVkEncoder.cpp6234 VkDescriptorPool descriptorPool, in vkDestroyDescriptorPool()
6311 VkDescriptorPool descriptorPool, in vkResetDescriptorPool()
6448 VkDescriptorPool descriptorPool, in vkFreeDescriptorSets()
34436 VkDescriptorPool descriptorPool, in vkCollectDescriptorPoolIdsGOOGLE()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto2137 optional uint64 descriptorPool = 2; field
2146 optional uint64 descriptorPool = 2; field
2157 optional uint64 descriptorPool = 3; field
2177 optional uint64 descriptorPool = 2; field
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan.hpp2319 …void vkDestroyDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, const VkAllocation… in vkDestroyDescriptorPool()
2519 …VkResult vkFreeDescriptorSets( VkDevice device, VkDescriptorPool descriptorPool, uint32_t descript… in vkFreeDescriptorSets()
3370 …VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPool… in vkResetDescriptorPool()
29353 … VULKAN_HPP_TYPESAFE_EXPLICIT DescriptorPool( VkDescriptorPool descriptorPool ) VULKAN_HPP_NOEXCEPT in DescriptorPool()
29358 DescriptorPool & operator=(VkDescriptorPool descriptorPool) VULKAN_HPP_NOEXCEPT in operator =()
29640 VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool = {}; member
84333 VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool; in createDescriptorPool() local
84342 VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool; in createDescriptorPoolUnique() local
85542 …KAN_HPP_INLINE void Device::destroyDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptor… in destroyDescriptorPool()
85549 …KAN_HPP_INLINE void Device::destroyDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptor… in destroyDescriptorPool()
[all …]
Dvulkan_core.h2901 VkDescriptorPool descriptorPool; member
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_core.h2476 VkDescriptorPool descriptorPool; member