/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 277 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()
|
D | DisplayVk.cpp | 709 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()
|
D | vk_util.h | 456 self.m_vk.vkFreeCommandBuffers(self.m_vkDevice, self.m_vkCommandPool, 1, &cmdBuff); in runSingleTimeCommands()
|
D | VkAndroidNativeBuffer.cpp | 488 if (cb) vk->vkFreeCommandBuffers(device, pool, 1, &cb); in teardown()
|
D | CompositorVk.cpp | 1120 m_vk.vkFreeCommandBuffers(m_vkDevice, m_vkCommandPool, 1, &commandBuffer); in compose()
|
D | VkCommonOperations.cpp | 1401 sVkEmulation->dvk->vkFreeCommandBuffers(sVkEmulation->device, sVkEmulation->commandPool, 1, in teardownGlobalVkEmulation()
|
D | VkDecoderSnapshot.h | 402 void vkFreeCommandBuffers(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 911 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()
|
D | VkDecoderGlobalState.cpp | 5340 vk->vkFreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in on_vkFreeCommandBuffers()
|
D | VkDecoder.cpp | 6275 m_state->snapshot()->vkFreeCommandBuffers( in decode()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 210 vk->vkFreeCommandBuffers(device, vkTest->commandPool(), 1, &unboxedCmdBuf); in TEST_F()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_cmd.cpp | 180 vkEnc->vkFreeCommandBuffers(gfxstream_device->internal_object, in gfxstream_vk_FreeCommandBuffers()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 237 vk().vkFreeCommandBuffers(mDevice, mCommandPool, 1, &cmdBuf); in submitCommandBuffer()
|
D | VkDecoderTestDispatch.h | 214 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers() function
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 108 m_vk.vkFreeCommandBuffers(m_vkDevice, m_vkCommandPool, in ~RenderResourceVk()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 160 PFN_vkFreeCommandBuffers vkFreeCommandBuffers; member
|
D | goldfish_vk_dispatch.cpp | 435 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/ |
D | cmdbuffers.adoc | 596 <<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/ |
D | vulkansc.hpp | 1480 …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 5186 …vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetInstanceProcAddr( instance, "vkFreeCommandBu… in init() 5608 …vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffer… in init()
|
D | vulkan.hpp | 1547 …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 10392 …vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetInstanceProcAddr( instance, "vkFreeCommandBu… in init() 11474 …vkFreeCommandBuffers = PFN_vkFreeCommandBuffers( vkGetDeviceProcAddr( device, "vkFreeCommandBuffer… in init()
|
D | vulkansc_funcs.hpp | 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()…
|
D | vulkansc_raii.hpp | 349 …vkFreeCommandBuffers = 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()
|
D | vulkan_raii.hpp | 674 …vkFreeCommandBuffers = 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/ |
D | VkEncoder.h | 278 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4572 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(
|