Home
last modified time | relevance | path

Searched refs:vkResetDescriptorPool (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h147 PFN_vkResetDescriptorPool vkResetDescriptorPool; member
Dgoldfish_vk_dispatch.cpp418 out->vkResetDescriptorPool = (PFN_vkResetDescriptorPool)dlSymFunc(lib, "vkResetDescriptorPool"); in init_vulkan_dispatch_from_system_loader()
1217 out->vkResetDescriptorPool = in init_vulkan_dispatch_from_instance()
2158 out->vkResetDescriptorPool = in init_vulkan_dispatch_from_device()
3189 if (!vk->vkResetDescriptorPool) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1408 …VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPool… in vkResetDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1410 return ::vkResetDescriptorPool( device, descriptorPool, flags ); in vkResetDescriptorPool()
4684 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5174vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetInstanceProcAddr( instance, "vkResetDescri… in init()
5596vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptor… in init()
Dvulkan.hpp1469 …VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPool… in vkResetDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1471 return ::vkResetDescriptorPool( device, descriptorPool, flags ); in vkResetDescriptorPool()
9213 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10379vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetInstanceProcAddr( instance, "vkResetDescri… in init()
11461vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptor… in init()
Dvulkansc_raii.hpp337vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptor… in DeviceDispatcher()
697 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
6572 VULKAN_HPP_ASSERT( getDispatcher()->vkResetDescriptorPool && "Function <vkResetDescriptorPool> requ… in reset()
6576 …getDispatcher()->vkResetDescriptorPool( static_cast<VkDevice>( m_device ), static_cast<VkDescripto… in reset()
Dvulkan_raii.hpp661vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptor… in DeviceDispatcher()
1539 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
11402 VULKAN_HPP_ASSERT( getDispatcher()->vkResetDescriptorPool && "Function <vkResetDescriptorPool> requ… in reset()
11406 …getDispatcher()->vkResetDescriptorPool( static_cast<VkDevice>( m_device ), static_cast<VkDescripto… in reset()
Dvulkansc_funcs.hpp2437 …return static_cast<Result>( d.vkResetDescriptorPool( m_device, static_cast<VkDescriptorPool>( desc… in resetDescriptorPool()
2447 …d.vkResetDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), static_cast<Vk… in resetDescriptorPool()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h244 VkResult vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
DResourceTracker.cpp4880 VkResult res = enc->vkResetDescriptorPool(device, descriptorPool, flags, true /* do lock */); in on_vkResetDescriptorPool()
DVkEncoder.cpp9475 VkResult VkEncoder::vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in vkResetDescriptorPool() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc2638 and flink:vkResetDescriptorPool are allowed.
2641 flink:vkAllocateDescriptorSets and flink:vkResetDescriptorPool are
3120 [open,refpage='vkResetDescriptorPool',desc='Resets a descriptor pool object',type='protos']
3125 include::{generated}/api/protos/vkResetDescriptorPool.adoc[]
3137 * [[VUID-vkResetDescriptorPool-descriptorPool-00313]]
3142 include::{generated}/validity/protos/vkResetDescriptorPool.adoc[]
Ddevsandqueues.adoc442 flink:vkResetDescriptorPool is called.
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h353 void vkResetDescriptorPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp774 void vkResetDescriptorPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkResetDescriptorPool() function in VkDecoderSnapshot::Impl
4497 void VkDecoderSnapshot::vkResetDescriptorPool(const uint8_t* snapshotTraceBegin, in vkResetDescriptorPool() function in VkDecoderSnapshot
4502 mImpl->vkResetDescriptorPool(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, device, in vkResetDescriptorPool()
DVkDecoderGlobalState.cpp2958 auto res = vk->vkResetDescriptorPool(device, descriptorPool, flags); in on_vkResetDescriptorPool()
DVkDecoder.cpp5396 m_state->snapshot()->vkResetDescriptorPool( in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4501 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc7028 flink:vkResetDescriptorPool commands (internal issue 1781).