/hardware/google/gfxstream/host/vulkan/ |
D | DisplayVk.h | 68 VkCommandPool m_vkCommandPool; 76 static std::shared_ptr<PostResource> create(const VulkanDispatch&, VkDevice, VkCommandPool); 81 PostResource(const VulkanDispatch&, VkDevice, VkCommandPool, 86 const VkCommandPool m_vkCommandPool; 99 VkCommandPool); 104 ImageBorrowResource(const VulkanDispatch&, VkDevice, VkCommandPool, VkFence, 108 const VkCommandPool m_vkCommandPool;
|
D | VulkanHandles.h | 57 f(VkCommandPool) \ 121 f(VkCommandPool) \
|
D | VkDecoderSnapshotUtils.h | 27 VkCommandPool commandPool;
|
D | VulkanBoxedHandles.cpp | 165 } else if constexpr (std::is_same_v<VkObjectT, VkCommandPool>) { in GetTag() 255 } else if constexpr (std::is_same_v<VkObjectT, VkCommandPool>) { in GetTypeStr() 797 VkCommandPool new_boxed_non_dispatchable_VkCommandPool(VkCommandPool unboxed) { in new_boxed_non_dispatchable_VkCommandPool() 798 return new_boxed_VkType<VkCommandPool>(unboxed); in new_boxed_non_dispatchable_VkCommandPool() 801 void delete_VkCommandPool(VkCommandPool boxed) { in delete_VkCommandPool() 805 void delayed_delete_VkCommandPool(VkCommandPool boxed, VkDevice device, std::function<void()> callb… in delayed_delete_VkCommandPool() 809 VkCommandPool unbox_VkCommandPool(VkCommandPool boxed) { in unbox_VkCommandPool() 810 return unbox_VkType<VkCommandPool>(boxed); in unbox_VkCommandPool() 813 VkCommandPool try_unbox_VkCommandPool(VkCommandPool boxed) { in try_unbox_VkCommandPool() 814 return try_unbox_VkType<VkCommandPool>(boxed); in try_unbox_VkCommandPool() [all …]
|
D | DebugUtilsHelper.h | 43 } else if constexpr (std::is_same_v<VkObjectT, VkCommandPool>) { in addDebugLabel()
|
D | VkDecoderInternalStructs.h | 424 VkCommandPool cmdPool = VK_NULL_HANDLE; 458 VkCommandPool boxed = VK_NULL_HANDLE; 470 std::unordered_map<VkCommandPool, CommandPoolInfo> commandPools;
|
D | VkAndroidNativeBuffer.h | 121 VkCommandPool pool = VK_NULL_HANDLE;
|
D | DisplayVk.cpp | 677 const VulkanDispatch& vk, VkDevice vkDevice, VkCommandPool vkCommandPool) { in create() 710 VkCommandPool vkCommandPool, in PostResource() 724 const VulkanDispatch& vk, VkDevice device, VkCommandPool commandPool) { in create() 750 VkCommandPool commandPool, VkFence fence, in ImageBorrowResource()
|
D | CompositorVk.h | 59 VkCommandPool m_vkCommandPool;
|
D | VkDecoderGlobalState.h | 577 VkDevice device, VkCommandPool commandPool, 585 VkCommandPool* pCommandPool); 588 VkDevice device, VkCommandPool commandPool, 593 VkCommandPool commandPool, VkCommandPoolResetFlags flags);
|
D | VkCommonOperations.h | 596 VkCommandPool mCommandPool = VK_NULL_HANDLE;
|
D | VkDecoderSnapshot.h | 452 const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); 455 VkDevice device, VkCommandPool commandPool, 459 VkResult input_result, VkDevice device, VkCommandPool commandPool, 468 VkDevice device, VkCommandPool commandPool, 771 VkCommandPool commandPool, VkCommandPoolTrimFlags flags); 1140 VkDevice device, VkCommandPool commandPool,
|
D | VkDecoder.cpp | 5946 VkCommandPool* pCommandPool; in decode() 5969 vkReadStream->alloc((void**)&pCommandPool, sizeof(VkCommandPool)); in decode() 5973 *(VkCommandPool*)pCommandPool = in decode() 5974 (VkCommandPool)(VkCommandPool)((VkCommandPool)(*&cgen_var_2)); in decode() 6002 static_assert(8 == sizeof(VkCommandPool), in decode() 6004 vkStream->handleMapping()->mapHandles_VkCommandPool((VkCommandPool*)pCommandPool, in decode() 6006 vkStream->write((VkCommandPool*)pCommandPool, 8 * 1); in decode() 6026 VkCommandPool commandPool; in decode() 6035 VkCommandPool boxed_commandPool_preserve; in decode() 6039 *(VkCommandPool*)&commandPool = in decode() [all …]
|
D | VkDecoderGlobalState.cpp | 6120 VkCommandPool* pCommandPool) { in on_vkCreateCommandPool() 6153 VkDevice device, VulkanDispatch* deviceDispatch, VkCommandPool commandPool, in destroyCommandPoolWithExclusiveInfo() 6171 VkCommandPool commandPool, in destroyCommandPoolLocked() 6184 VkDevice boxed_device, VkCommandPool commandPool, in on_vkDestroyCommandPool() 6194 VkDevice boxed_device, VkCommandPool commandPool, in on_vkResetCommandPool() 6486 std::unordered_map<VkCommandPool, CommandPoolInfo>& commandPoolInfos) { in freeCommandBufferWithExclusiveInfos() argument 6506 VkCommandPool commandPool, VkCommandBuffer commandBuffer) in freeCommandBufferLocked() 6522 VkDevice boxed_device, VkCommandPool commandPool, in on_vkFreeCommandBuffers() 8975 std::unordered_map<VkCommandPool, CommandPoolInfo> mCommandPoolInfo GUARDED_BY(mMutex); 9930 VkCommandPool* pCommandPool) { in on_vkCreateCommandPool() [all …]
|
D | VkDecoderSnapshot.cpp | 959 const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) { in vkCreateCommandPool() 974 VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() 982 VkResult input_result, VkDevice device, VkCommandPool commandPool, in vkResetCommandPool() 1008 VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() 1826 VkCommandPool commandPool, VkCommandPoolTrimFlags flags) {} in vkTrimCommandPool() 2623 VkDevice device, VkCommandPool commandPool, in vkTrimCommandPoolKHR() 4922 VkCommandPool* pCommandPool) { in vkCreateCommandPool() 4931 VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() 4942 VkCommandPool commandPool, in vkResetCommandPool() 4961 VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() [all …]
|
D | CompositorVk.cpp | 529 VkCommandPool commandPool = VK_NULL_HANDLE; in setUpCommandPool()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.h | 95 VkCommandPool commandPool() { return mCommandPool; } in commandPool() 115 VkCommandPool mCommandPool = VK_NULL_HANDLE;
|
D | VkDecoderTestDispatch.h | 127 VkCommandPool* pCommandPool) { in vkCreateCommandPool() 174 void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() 226 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 32 VkCommandPool m_vkCommandPool; 58 VkCommandPool commandPool, uint32_t width, uint32_t height) { in create()
|
D | DisplayVk_unittest.cpp | 102 VkCommandPool m_vkCommandPool = VK_NULL_HANDLE;
|
D | CompositorVk_unittest.cpp | 266 VkCommandPool m_vkCommandPool = VK_NULL_HANDLE;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_core.h | 123 VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkCommandPool) 3880 VkCommandPool commandPool; 4071 …PoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool); 4072 typedef void (VKAPI_PTR *PFN_vkDestroyCommandPool)(VkDevice device, VkCommandPool commandPool, cons… 4073 typedef VkResult (VKAPI_PTR *PFN_vkResetCommandPool)(VkDevice device, VkCommandPool commandPool, Vk… 4075 typedef void (VKAPI_PTR *PFN_vkFreeCommandBuffers)(VkDevice device, VkCommandPool commandPool, uint… 4593 VkCommandPool* pCommandPool); 4597 VkCommandPool commandPool, 4602 VkCommandPool commandPool, 4612 VkCommandPool commandPool, [all …]
|
D | vulkansc_funcs.hpp | 2795 …t_cast<const VkAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkCommandPool *>( pCommandPo… in createCommandPool() 2806 …PP_NAMESPACE::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkCommandPool *>( &commandPo… in createCommandPool() 2820 …PP_NAMESPACE::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkCommandPool *>( &commandPo… in createCommandPoolUnique() 2834 …return static_cast<Result>( d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( commandPoo… in resetCommandPool() 2844 …VkResult result = d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( commandPool ), stati… in resetCommandPool() 2932 …d.vkFreeCommandBuffers( m_device, static_cast<VkCommandPool>( commandPool ), commandBufferCount, r… in freeCommandBuffers() 2943 …d.vkFreeCommandBuffers( m_device, static_cast<VkCommandPool>( commandPool ), commandBuffers.size()… in freeCommandBuffers() 2955 …d.vkFreeCommandBuffers( m_device, static_cast<VkCommandPool>( commandPool ), commandBufferCount, r… 2966 …d.vkFreeCommandBuffers( m_device, static_cast<VkCommandPool>( commandPool ), commandBuffers.size()… 5506 …d.vkGetCommandPoolMemoryConsumption( m_device, static_cast<VkCommandPool>( commandPool ), static_c… in getCommandPoolMemoryConsumption() [all …]
|
D | vulkansc_raii.hpp | 2174 using CType = VkCommandPool; 2185 …_cast<const VkAllocationCallbacks *>( m_allocator ), reinterpret_cast<VkCommandPool*>( &m_commandP… in CommandPool() 2192 …LKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCommandPool commandPool, V… in CommandPool() 2231 …>vkDestroyCommandPool( static_cast<VkDevice>( m_device ), static_cast<VkCommandPool>( m_commandPoo… in clear() 2300 …P_RAII_NAMESPACE::Device const & device, VkCommandBuffer commandBuffer, VkCommandPool commandPool ) in CommandBuffer() 2339 …>vkFreeCommandBuffers( static_cast<VkDevice>( m_device ), static_cast<VkCommandPool>( m_commandPoo… in clear() 2802 …this->emplace_back( device, commandBuffer, static_cast<VkCommandPool>( allocateInfo.commandPool ) … in CommandBuffers() 6635 …)->vkResetCommandPool( static_cast<VkDevice>( m_device ), static_cast<VkCommandPool>( m_commandPoo… in reset() 8382 …PoolMemoryConsumption( static_cast<VkDevice>( m_device ), static_cast<VkCommandPool>( m_commandPoo… in getMemoryConsumption()
|
D | vulkansc_handles.hpp | 3079 using CType = VkCommandPool; 3080 using NativeType = VkCommandPool; 3089 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool() 3094 CommandPool & operator=(VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT in operator =() 3126 VULKAN_HPP_TYPESAFE_EXPLICIT operator VkCommandPool() const VULKAN_HPP_NOEXCEPT in operator VkCommandPool() 3142 VkCommandPool m_commandPool = {};
|