Home
last modified time | relevance | path

Searched refs:vkFreeCommandBuffers (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp277 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, &commandBuffer); in saveImageContent()
344 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, in loadImageContent()
473 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, &commandBuffer); in loadImageContent()
576 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, &commandBuffer); in saveBufferContent()
680 dispatch->vkFreeCommandBuffers(stateBlock->device, stateBlock->commandPool, 1, &commandBuffer); in loadBufferContent()
DDisplayVk.cpp709 m_vk.vkFreeCommandBuffers(m_vkDevice, m_vkCommandPool, 1, &m_vkCommandBuffer); in ~PostResource()
752 m_vk.vkFreeCommandBuffers(m_vkDevice, m_vkCommandPool, 1, &m_vkCommandBuffer); in ~ImageBorrowResource()
Dvk_util.h456 self.m_vk.vkFreeCommandBuffers(self.m_vkDevice, self.m_vkCommandPool, 1, &cmdBuff); in runSingleTimeCommands()
DVkAndroidNativeBuffer.cpp488 if (cb) vk->vkFreeCommandBuffers(device, pool, 1, &cb); in teardown()
DCompositorVk.cpp1120 m_vk.vkFreeCommandBuffers(m_vkDevice, m_vkCommandPool, 1, &commandBuffer); in compose()
DVkCommonOperations.cpp1401 sVkEmulation->dvk->vkFreeCommandBuffers(sVkEmulation->device, sVkEmulation->commandPool, 1, in teardownGlobalVkEmulation()
DVkDecoderSnapshot.h402 void vkFreeCommandBuffers(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp911 void vkFreeCommandBuffers(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkFreeCommandBuffers() function in VkDecoderSnapshot::Impl
4629 void VkDecoderSnapshot::vkFreeCommandBuffers(const uint8_t* snapshotTraceBegin, in vkFreeCommandBuffers() function in VkDecoderSnapshot
4634 mImpl->vkFreeCommandBuffers(snapshotTraceBegin, snapshotTraceBytes, pool, device, commandPool, in vkFreeCommandBuffers()
DVkDecoderGlobalState.cpp5340 vk->vkFreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in on_vkFreeCommandBuffers()
DVkDecoder.cpp6275 m_state->snapshot()->vkFreeCommandBuffers( in decode()
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp210 vk->vkFreeCommandBuffers(device, vkTest->commandPool(), 1, &unboxedCmdBuf); in TEST_F()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_cmd.cpp180 vkEnc->vkFreeCommandBuffers(gfxstream_device->internal_object, in gfxstream_vk_FreeCommandBuffers()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp237 vk().vkFreeCommandBuffers(mDevice, mCommandPool, 1, &cmdBuf); in submitCommandBuffer()
DVkDecoderTestDispatch.h214 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() function
/hardware/google/gfxstream/host/tests/
DVkTestUtils.h108 m_vk.vkFreeCommandBuffers(m_vkDevice, m_vkCommandPool, in ~RenderResourceVk()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h160 PFN_vkFreeCommandBuffers vkFreeCommandBuffers; member
Dgoldfish_vk_dispatch.cpp435 out->vkFreeCommandBuffers = (PFN_vkFreeCommandBuffers)dlSymFunc(lib, "vkFreeCommandBuffers"); in init_vulkan_dispatch_from_system_loader()
1243 out->vkFreeCommandBuffers = in init_vulkan_dispatch_from_instance()
2184 out->vkFreeCommandBuffers = in init_vulkan_dispatch_from_device()
3241 if (!vk->vkFreeCommandBuffers) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc596 <<vkFreeCommandBuffers, freed>>.
688 Once command buffers are freed with flink:vkFreeCommandBuffers, they can be
787 [open,refpage='vkFreeCommandBuffers',desc='Free command buffers',type='protos']
791 include::{generated}/api/protos/vkFreeCommandBuffers.adoc[]
812 * flink:vkFreeCommandBuffers does not return the memory used by command
821 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00047]]
824 * [[VUID-vkFreeCommandBuffers-pCommandBuffers-00048]]
830 include::{generated}/validity/protos/vkFreeCommandBuffers.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1480 …void vkFreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount… in vkFreeCommandBuffers() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1482 return ::vkFreeCommandBuffers( device, commandPool, commandBufferCount, pCommandBuffers ); in vkFreeCommandBuffers()
4696 PFN_vkFreeCommandBuffers vkFreeCommandBuffers = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5186vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetInstanceProcAddr( instance, "vkFreeCommandBu… in init()
5608vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffer… in init()
Dvulkan.hpp1547 …void vkFreeCommandBuffers( VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount… in vkFreeCommandBuffers() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1549 return ::vkFreeCommandBuffers( device, commandPool, commandBufferCount, pCommandBuffers ); in vkFreeCommandBuffers()
9226 PFN_vkFreeCommandBuffers vkFreeCommandBuffers = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10392vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetInstanceProcAddr( instance, "vkFreeCommandBu… in init()
11474vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffer… in init()
Dvulkansc_funcs.hpp2932 …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()…
Dvulkansc_raii.hpp349vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffer… in DeviceDispatcher()
709 PFN_vkFreeCommandBuffers vkFreeCommandBuffers = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
2339 …getDispatcher()->vkFreeCommandBuffers( static_cast<VkDevice>( m_device ), static_cast<VkCommandPoo… in clear()
Dvulkan_raii.hpp674vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffer… in DeviceDispatcher()
1552 PFN_vkFreeCommandBuffers vkFreeCommandBuffers = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
4771 …getDispatcher()->vkFreeCommandBuffers( static_cast<VkDevice>( m_device ), static_cast<VkCommandPoo… in clear()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h278 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4572 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(

12