Home
last modified time | relevance | path

Searched refs:VkCommandPool (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/
DDisplayVk.h68 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;
DVulkanHandles.h57 f(VkCommandPool) \
121 f(VkCommandPool) \
DVkDecoderSnapshotUtils.h27 VkCommandPool commandPool;
DVulkanBoxedHandles.cpp165 } 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 …]
DDebugUtilsHelper.h43 } else if constexpr (std::is_same_v<VkObjectT, VkCommandPool>) { in addDebugLabel()
DVkDecoderInternalStructs.h424 VkCommandPool cmdPool = VK_NULL_HANDLE;
458 VkCommandPool boxed = VK_NULL_HANDLE;
470 std::unordered_map<VkCommandPool, CommandPoolInfo> commandPools;
DVkAndroidNativeBuffer.h121 VkCommandPool pool = VK_NULL_HANDLE;
DDisplayVk.cpp677 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()
DCompositorVk.h59 VkCommandPool m_vkCommandPool;
DVkDecoderGlobalState.h577 VkDevice device, VkCommandPool commandPool,
585 VkCommandPool* pCommandPool);
588 VkDevice device, VkCommandPool commandPool,
593 VkCommandPool commandPool, VkCommandPoolResetFlags flags);
DVkCommonOperations.h596 VkCommandPool mCommandPool = VK_NULL_HANDLE;
DVkDecoderSnapshot.h452 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,
DVkDecoder.cpp5946 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 …]
DVkDecoderGlobalState.cpp6120 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 …]
DVkDecoderSnapshot.cpp959 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 …]
DCompositorVk.cpp529 VkCommandPool commandPool = VK_NULL_HANDLE; in setUpCommandPool()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.h95 VkCommandPool commandPool() { return mCommandPool; } in commandPool()
115 VkCommandPool mCommandPool = VK_NULL_HANDLE;
DVkDecoderTestDispatch.h127 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/
DVkTestUtils.h32 VkCommandPool m_vkCommandPool;
58 VkCommandPool commandPool, uint32_t width, uint32_t height) { in create()
DDisplayVk_unittest.cpp102 VkCommandPool m_vkCommandPool = VK_NULL_HANDLE;
DCompositorVk_unittest.cpp266 VkCommandPool m_vkCommandPool = VK_NULL_HANDLE;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h123 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 …]
Dvulkansc_funcs.hpp2795 …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 …]
Dvulkansc_raii.hpp2174 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()
Dvulkansc_handles.hpp3079 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 = {};

12