/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_cmd.cpp | 70 vkResetCommandPool_VkResult_return = vkEnc->vkResetCommandPool( in gfxstream_vk_ResetCommandPool()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 158 PFN_vkResetCommandPool vkResetCommandPool; member
|
D | goldfish_vk_dispatch.cpp | 432 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/ |
D | cmdbuffers.adoc | 115 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/ |
D | vulkansc.hpp | 1468 …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 5184 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool"… in init() 5606 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
|
D | vulkan.hpp | 1535 …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 10390 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool"… in init() 11472 …vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init()
|
D | vulkansc_raii.hpp | 347 …vkResetCommandPool = 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()
|
D | vulkan_raii.hpp | 672 …vkResetCommandPool = 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()
|
D | vulkansc_funcs.hpp | 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()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 273 VkResult vkResetCommandPool(VkDevice device, VkCommandPool commandPool,
|
D | VkEncoder.cpp | 10865 VkResult VkEncoder::vkResetCommandPool(VkDevice device, VkCommandPool commandPool, in vkResetCommandPool() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 395 void vkResetCommandPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 885 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()
|
D | VkDecoderGlobalState.cpp | 5128 VkResult result = vk->vkResetCommandPool(device, commandPool, flags); in on_vkResetCommandPool()
|
D | VkDecoder.cpp | 6131 m_state->snapshot()->vkResetCommandPool( in decode()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4562 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|