/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 86 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in readImageData() local 87 ASSERT_THAT(commandPool, IsValidHandle()); in readImageData() 90 .commandPool = *commandPool, in readImageData()
|
D | GfxstreamEnd2EndVkTests.cpp | 135 auto commandPool = local 139 .commandPool = *commandPool, 1332 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P() local 1337 .commandPool = *commandPool, in TEST_P() 2129 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P() local 2133 .commandPool = *commandPool, in TEST_P() 2304 auto commandPool = in TEST_P() local 2308 .commandPool = *commandPool, in TEST_P()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 161 .commandPool = stateBlock->commandPool, in saveImageContent() 300 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, &commandBuffer); in saveImageContent() 312 .commandPool = stateBlock->commandPool, in loadImageContent() 367 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, in loadImageContent() 496 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, &commandBuffer); in loadImageContent() 509 .commandPool = stateBlock->commandPool, in saveBufferContent() 599 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, &commandBuffer); in saveBufferContent() 612 .commandPool = stateBlock->commandPool, in loadBufferContent() 706 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, &commandBuffer); in loadBufferContent()
|
D | VkDecoderSnapshotUtils.h | 27 VkCommandPool commandPool; member
|
D | DisplayVk.cpp | 693 .commandPool = vkCommandPool, in create() 724 const VulkanDispatch& vk, VkDevice device, VkCommandPool commandPool) { in create() argument 728 .commandPool = commandPool, in create() 742 new ImageBorrowResource(vk, device, commandPool, fence, commandBuffer)); in create() 750 VkCommandPool commandPool, VkFence fence, in ImageBorrowResource() argument 756 m_vkCommandPool(commandPool) {} in ImageBorrowResource()
|
D | CompositorVk.cpp | 529 VkCommandPool commandPool = VK_NULL_HANDLE; in setUpCommandPool() local 530 VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCreateInfo, nullptr, &commandPool)); in setUpCommandPool() 531 m_vkCommandPool = commandPool; in setUpCommandPool() 1132 .commandPool = m_vkCommandPool, in compose()
|
D | VkDecoderGlobalState.cpp | 287 .commandPool = VK_NULL_HANDLE, in createSnapshotStateBlock() 312 dvk->vkCreateCommandPool(device, &commandPoolCi, nullptr, &stateBlock.commandPool); in createSnapshotStateBlock() 317 …eBlock->deviceDispatch->vkDestroyCommandPool(stateBlock->device, stateBlock->commandPool, nullptr); in releaseSnapshotStateBlock() 6092 auto* commandPoolInfo = android::base::find(mCommandPoolInfo, pAllocateInfo->commandPool); in on_vkAllocateCommandBuffers() 6104 mCommandBufferInfo[pCommandBuffers[i]].cmdPool = pAllocateInfo->commandPool; in on_vkAllocateCommandBuffers() 6153 VkDevice device, VulkanDispatch* deviceDispatch, VkCommandPool commandPool, in destroyCommandPoolWithExclusiveInfo() argument 6167 deviceDispatch->vkDestroyCommandPool(device, commandPool, pAllocator); in destroyCommandPoolWithExclusiveInfo() 6171 VkCommandPool commandPool, in destroyCommandPoolLocked() argument 6173 auto commandPoolInfoIt = mCommandPoolInfo.find(commandPool); in destroyCommandPoolLocked() 6177 destroyCommandPoolWithExclusiveInfo(device, deviceDispatch, commandPool, commandPoolInfo, in destroyCommandPoolLocked() [all …]
|
D | VkDecoderGlobalState.h | 577 VkDevice device, VkCommandPool commandPool, 588 VkDevice device, VkCommandPool commandPool, 593 VkCommandPool commandPool, VkCommandPoolResetFlags flags);
|
D | vk_util.h | 439 .commandPool = self.m_vkCommandPool, in runSingleTimeCommands()
|
D | VkDecoderSnapshot.cpp | 974 VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() argument 978 mReconstruction.removeHandles((const uint64_t*)(&commandPool), 1, true); in vkDestroyCommandPool() 982 VkResult input_result, VkDevice device, VkCommandPool commandPool, in vkResetCommandPool() argument 997 pAllocateInfo->commandPool)); in vkAllocateCommandBuffers() 1008 VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() argument 1826 VkCommandPool commandPool, VkCommandPoolTrimFlags flags) {} in vkTrimCommandPool() argument 2623 VkDevice device, VkCommandPool commandPool, in vkTrimCommandPoolKHR() argument 4931 VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() argument 4934 commandPool, pAllocator); in vkDestroyCommandPool() 4942 VkCommandPool commandPool, in vkResetCommandPool() argument [all …]
|
D | VkDecoderSnapshot.h | 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 | 6026 VkCommandPool commandPool; in decode() local 6039 *(VkCommandPool*)&commandPool = in decode() 6041 boxed_commandPool_preserve = commandPool; in decode() 6042 commandPool = try_unbox_VkCommandPool(commandPool); in decode() 6059 ioStream, (unsigned long long)device, (unsigned long long)commandPool, in decode() 6064 commandPool, pAllocator); in decode() 6082 VkCommandPool commandPool; in decode() local 6093 *(VkCommandPool*)&commandPool = in decode() 6100 ioStream, (unsigned long long)device, (unsigned long long)commandPool, in decode() 6106 &m_pool, snapshotApiCallInfo, device, commandPool, flags); in decode() [all …]
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 170 .commandPool = unbox_VkCommandPool(vkTest->commandPool()), in TEST_F() 210 vk->vkFreeCommandBuffers(device, vkTest->commandPool(), 1, &unboxedCmdBuf); in TEST_F()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 174 void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() argument 176 mDgs->on_vkDestroyCommandPool(mBp, nullptr, device, unbox_VkCommandPool(commandPool), in vkDestroyCommandPool() 178 delete_VkCommandPool(commandPool); in vkDestroyCommandPool() 226 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() argument 228 mDgs->on_vkFreeCommandBuffers(mBp, nullptr, device, unbox_VkCommandPool(commandPool), in vkFreeCommandBuffers()
|
D | VulkanTestHelper.h | 95 VkCommandPool commandPool() { return mCommandPool; } in commandPool() function
|
D | VulkanTestHelper.cpp | 210 .commandPool = unbox_VkCommandPool(mCommandPool), in beginCommandBuffer()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 58 VkCommandPool commandPool, uint32_t width, uint32_t height) { in create() 66 res->m_vkCommandPool = commandPool; in create() 259 .commandPool = m_vkCommandPool, in setUpCommandBuffer()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 237 auto commandPool = VK_EXPECT_RV(device->createCommandPoolUnique(commandPoolCreateInfo)); in Load() local 253 std::move(commandPool), in Load() 947 .commandPool = *mCommandPool, in DoCommandsImmediate()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 2805 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPool() local 2806 …ESPACE::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkCommandPool *>( &commandPool ) ); in createCommandPool() 2809 … return createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), commandPool ); in createCommandPool() 2819 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPoolUnique() local 2820 …ESPACE::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkCommandPool *>( &commandPool ) ); in createCommandPoolUnique() 2823 …( result ), UniqueHandle<VULKAN_HPP_NAMESPACE::CommandPool, Dispatch>( commandPool, ObjectDestroy<… in createCommandPoolUnique() 2831 …INE Result Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAM… in resetCommandPool() argument 2834 …t<Result>( d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( commandPool ), static_cast<… in resetCommandPool() 2838 …oid>::type Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAM… in resetCommandPool() argument 2844 …VkResult result = d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( commandPool ), stati… in resetCommandPool() [all …]
|
D | vulkansc_handles.hpp | 3089 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool() argument 3090 : m_commandPool( commandPool ) in CommandPool() 3094 CommandPool & operator=(VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT in operator =() argument 3096 m_commandPool = commandPool; in operator =() 5049 …VULKAN_HPP_NODISCARD Result resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKA… 5052 …ueType<void>::type resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAM… 5073 …void freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, uint32_t commandBufferCoun… 5076 …void freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAMESPACE::Arra… 5081 …void ( free )( VULKAN_HPP_NAMESPACE::CommandPool commandPool, uint32_t commandBufferCount, const V… 5084 …void ( free )( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAMESPACE::ArrayProxy<con… [all …]
|
D | vulkan_funcs.hpp | 3249 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPool() local 3250 …ESPACE::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkCommandPool *>( &commandPool ) ); in createCommandPool() 3253 … return createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), commandPool ); in createCommandPool() 3263 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPoolUnique() local 3264 …ESPACE::AllocationCallbacks *>( allocator ) ), reinterpret_cast<VkCommandPool *>( &commandPool ) ); in createCommandPoolUnique() 3267 …( result ), UniqueHandle<VULKAN_HPP_NAMESPACE::CommandPool, Dispatch>( commandPool, ObjectDestroy<… in createCommandPoolUnique() 3274 …VULKAN_HPP_INLINE void Device::destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, … in destroyCommandPool() argument 3277 …d.vkDestroyCommandPool( m_device, static_cast<VkCommandPool>( commandPool ), reinterpret_cast<cons… in destroyCommandPool() 3282 …VULKAN_HPP_INLINE void Device::destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, … in destroyCommandPool() argument 3288 …d.vkDestroyCommandPool( m_device, static_cast<VkCommandPool>( commandPool ), reinterpret_cast<cons… in destroyCommandPool() [all …]
|
D | vulkan_handles.hpp | 6260 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool() argument 6261 : m_commandPool( commandPool ) in CommandPool() 6265 CommandPool & operator=(VkCommandPool commandPool) VULKAN_HPP_NOEXCEPT in operator =() argument 6267 m_commandPool = commandPool; in operator =() 8629 …void destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, const VULKAN_HPP_NAMESPACE… 8632 …void destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool VULKAN_HPP_DEFAULT_ARGUMENT… 8637 …void destroy( VULKAN_HPP_NAMESPACE::CommandPool commandPool, const VULKAN_HPP_NAMESPACE::Allocatio… 8640 …void destroy( VULKAN_HPP_NAMESPACE::CommandPool commandPool, Optional<const VULKAN_HPP_NAMESPACE::… 8646 …VULKAN_HPP_NODISCARD Result resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKA… 8649 …ueType<void>::type resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, VULKAN_HPP_NAM… [all …]
|
D | vulkansc.hpp | 1468 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() argument 1470 return ::vkResetCommandPool( device, commandPool, flags ); in vkResetCommandPool() 1480 …void vkFreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount… in vkFreeCommandBuffers() argument 1482 return ::vkFreeCommandBuffers( device, commandPool, commandBufferCount, pCommandBuffers ); in vkFreeCommandBuffers() 2208 …void vkGetCommandPoolMemoryConsumption( VkDevice device, VkCommandPool commandPool, VkCommandBuffe… in vkGetCommandPoolMemoryConsumption() argument 2210 … return ::vkGetCommandPoolMemoryConsumption( device, commandPool, commandBuffer, pConsumption ); in vkGetCommandPoolMemoryConsumption()
|
D | vulkan.hpp | 1529 …void vkDestroyCommandPool( VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks… in vkDestroyCommandPool() argument 1531 return ::vkDestroyCommandPool( device, commandPool, pAllocator ); in vkDestroyCommandPool() 1535 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() argument 1537 return ::vkResetCommandPool( device, commandPool, flags ); in vkResetCommandPool() 1547 …void vkFreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount… in vkFreeCommandBuffers() argument 1549 return ::vkFreeCommandBuffers( device, commandPool, commandBufferCount, pCommandBuffers ); in vkFreeCommandBuffers() 1939 …void vkTrimCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags )… in vkTrimCommandPool() argument 1941 return ::vkTrimCommandPool( device, commandPool, flags ); in vkTrimCommandPool() 2881 …void vkTrimCommandPoolKHR( VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flag… in vkTrimCommandPoolKHR() argument 2883 return ::vkTrimCommandPoolKHR( device, commandPool, flags ); in vkTrimCommandPoolKHR()
|
D | vulkan_core.h | 3880 VkCommandPool commandPool; member 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… 4597 VkCommandPool commandPool, 4602 VkCommandPool commandPool, 4612 VkCommandPool commandPool, 5634 typedef void (VKAPI_PTR *PFN_vkTrimCommandPool)(VkDevice device, VkCommandPool commandPool, VkComma… 5736 VkCommandPool commandPool, 8650 typedef void (VKAPI_PTR *PFN_vkTrimCommandPoolKHR)(VkDevice device, VkCommandPool commandPool, VkCo… [all …]
|