Home
last modified time | relevance | path

Searched refs:pDescriptorPool (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h387 VkDescriptorPool* pDescriptorPool);
DVkEncoder.h241 VkDescriptorPool* pDescriptorPool, uint32_t doLock);
DResourceTracker.cpp4824 VkDescriptorPool* pDescriptorPool) { in on_vkCreateDescriptorPool() argument
4827 VkResult res = enc->vkCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool, in on_vkCreateDescriptorPool()
4832 VkDescriptorPool pool = *pDescriptorPool; in on_vkCreateDescriptorPool()
Dfunc_table.cpp986 VkDescriptorPool* pDescriptorPool) { in gfxstream_vk_CreateDescriptorPool() argument
995 pDescriptorPool); in gfxstream_vk_CreateDescriptorPool()
DVkEncoder.cpp9211 VkDescriptorPool* pDescriptorPool, uint32_t doLock) { in vkCreateDescriptorPool() argument
9241 device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
9328 *&cgen_var_2 = (uint64_t)((*pDescriptorPool)); in vkCreateDescriptorPool()
9342 (VkDescriptorPool*)pDescriptorPool, 1); in vkCreateDescriptorPool()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp2864 VkDescriptorPool* pDescriptorPool) { in on_vkCreateDescriptorPool() argument
2868 auto res = vk->vkCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in on_vkCreateDescriptorPool()
2872 auto& info = mDescriptorPoolInfo[*pDescriptorPool]; in on_vkCreateDescriptorPool()
2874 *pDescriptorPool = new_boxed_non_dispatchable_VkDescriptorPool(*pDescriptorPool); in on_vkCreateDescriptorPool()
2875 info.boxed = *pDescriptorPool; in on_vkCreateDescriptorPool()
8109 const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) { in on_vkCreateDescriptorPool() argument
8110 return mImpl->on_vkCreateDescriptorPool(pool, device, pCreateInfo, pAllocator, pDescriptorPool); in on_vkCreateDescriptorPool()
DVkDecoderGlobalState.h267 VkDescriptorPool* pDescriptorPool);
DVkDecoderSnapshot.cpp751 VkDescriptorPool* pDescriptorPool) { in vkCreateDescriptorPool() argument
752 if (!pDescriptorPool) return; in vkCreateDescriptorPool()
755 mReconstruction.addHandles((const uint64_t*)pDescriptorPool, 1); in vkCreateDescriptorPool()
756 mReconstruction.addHandleDependency((const uint64_t*)pDescriptorPool, 1, in vkCreateDescriptorPool()
762 mReconstruction.forEachHandleAddApi((const uint64_t*)pDescriptorPool, 1, apiHandle, in vkCreateDescriptorPool()
764 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pDescriptorPool, 1); in vkCreateDescriptorPool()
4481 const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) { in vkCreateDescriptorPool() argument
4483 device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
DVkDecoder.cpp5226 VkDescriptorPool* pDescriptorPool; in decode() local
5248 vkReadStream->alloc((void**)&pDescriptorPool, sizeof(VkDescriptorPool)); in decode()
5252 *(VkDescriptorPool*)pDescriptorPool = in decode()
5266 (unsigned long long)pAllocator, (unsigned long long)pDescriptorPool); in decode()
5270 &m_pool, device, pCreateInfo, pAllocator, pDescriptorPool); in decode()
5282 (VkDescriptorPool*)pDescriptorPool, 1); in decode()
5283 vkStream->write((VkDescriptorPool*)pDescriptorPool, 8 * 1); in decode()
5295 pDescriptorPool); in decode()
DVkDecoderSnapshot.h348 VkDescriptorPool* pDescriptorPool);
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py173pDescriptorPool = printer.write_int("pDescriptorPool", 8, indent, optional=False, count=None, big_…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1402 …teInfo, const VkAllocationCallbacks * pAllocator, VkDescriptorPool * pDescriptorPool ) const VULKA… in vkCreateDescriptorPool()
1404 return ::vkCreateDescriptorPool( device, pCreateInfo, pAllocator, pDescriptorPool ); in vkCreateDescriptorPool()
Dvulkan.hpp1457 …teInfo, const VkAllocationCallbacks * pAllocator, VkDescriptorPool * pDescriptorPool ) const VULKA… in vkCreateDescriptorPool()
1459 return ::vkCreateDescriptorPool( device, pCreateInfo, pAllocator, pDescriptorPool ); in vkCreateDescriptorPool()
Dvulkansc_funcs.hpp2395 …cationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::DescriptorPool * pDescriptorPool, Dispatch con… in createDescriptorPool() argument
2398 …kAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkDescriptorPool *>( pDescriptorPool ) ) ); in createDescriptorPool()
Dvulkan_core.h4054 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
4526 VkDescriptorPool* pDescriptorPool);
Dvulkansc_handles.hpp4911 …cationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::DescriptorPool * pDescriptorPool, Dispatch con…
Dvulkan_funcs.hpp2793 …cationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::DescriptorPool * pDescriptorPool, Dispatch con… in createDescriptorPool() argument
2796 …kAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkDescriptorPool *>( pDescriptorPool ) ) ); in createDescriptorPool()
Dvulkan_handles.hpp8476 …cationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::DescriptorPool * pDescriptorPool, Dispatch con…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4022 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
4494 VkDescriptorPool* pDescriptorPool);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc2429 * pname:pDescriptorPool is a pointer to a slink:VkDescriptorPool handle in
2432 The created descriptor pool is returned in pname:pDescriptorPool.