Home
last modified time | relevance | path

Searched refs:vkResetCommandPool (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_cmd.cpp70 vkResetCommandPool_VkResult_return = vkEnc->vkResetCommandPool( in gfxstream_vk_ResetCommandPool()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h158 PFN_vkResetCommandPool vkResetCommandPool; member
Dgoldfish_vk_dispatch.cpp432 out->vkResetCommandPool = (PFN_vkResetCommandPool)dlSymFunc(lib, "vkResetCommandPool"); in init_vulkan_dispatch_from_system_loader()
1239 out->vkResetCommandPool = in init_vulkan_dispatch_from_instance()
2180 out->vkResetCommandPool = in init_vulkan_dispatch_from_device()
3233 if (!vk->vkResetCommandPool) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc115 flink:vkResetCommandPool, or as part of flink:vkBeginCommandBuffer (which
458 calling flink:vkResetCommandPool, which cannot be executed while any command
506 [open,refpage='vkResetCommandPool',desc='Reset a command pool',type='protos']
510 include::{generated}/api/protos/vkResetCommandPool.adoc[]
529 * [[VUID-vkResetCommandPool-commandPool-00040]]
534 include::{generated}/validity/protos/vkResetCommandPool.adoc[]
539 Bits which can: be set in flink:vkResetCommandPool::pname:flags, controlling
808 This memory will be reclaimed the next time flink:vkResetCommandPool is
814 This memory is reclaimed when flink:vkResetCommandPool is next called.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1468 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1470 return ::vkResetCommandPool( device, commandPool, flags ); in vkResetCommandPool()
4694 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5184vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool"… in init()
5606vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
Dvulkan.hpp1535 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1537 return ::vkResetCommandPool( device, commandPool, flags ); in vkResetCommandPool()
9224 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10390vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool"… in init()
11472vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
Dvulkansc_raii.hpp347vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher()
707 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
6631 VULKAN_HPP_ASSERT( getDispatcher()->vkResetCommandPool && "Function <vkResetCommandPool> requires <… in reset()
6635 …VkResult result = getDispatcher()->vkResetCommandPool( static_cast<VkDevice>( m_device ), static_c… in reset()
Dvulkan_raii.hpp672vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher()
1550 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
11461 VULKAN_HPP_ASSERT( getDispatcher()->vkResetCommandPool && "Function <vkResetCommandPool> requires <… in reset()
11465 …VkResult result = getDispatcher()->vkResetCommandPool( static_cast<VkDevice>( m_device ), static_c… in reset()
Dvulkansc_funcs.hpp2834 …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()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h273 VkResult vkResetCommandPool(VkDevice device, VkCommandPool commandPool,
DVkEncoder.cpp10865 VkResult VkEncoder::vkResetCommandPool(VkDevice device, VkCommandPool commandPool, in vkResetCommandPool() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h395 void vkResetCommandPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp885 void vkResetCommandPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkResetCommandPool() function in VkDecoderSnapshot::Impl
4608 void VkDecoderSnapshot::vkResetCommandPool(const uint8_t* snapshotTraceBegin, in vkResetCommandPool() function in VkDecoderSnapshot
4613 mImpl->vkResetCommandPool(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, device, in vkResetCommandPool()
DVkDecoderGlobalState.cpp5128 VkResult result = vk->vkResetCommandPool(device, commandPool, flags); in on_vkResetCommandPool()
DVkDecoder.cpp6131 m_state->snapshot()->vkResetCommandPool( in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4562 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(