/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 147 PFN_vkResetDescriptorPool vkResetDescriptorPool; member
|
D | goldfish_vk_dispatch.cpp | 418 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/ |
D | vulkansc.hpp | 1408 …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 5174 …vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetInstanceProcAddr( instance, "vkResetDescri… in init() 5596 …vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptor… in init()
|
D | vulkan.hpp | 1469 …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 10379 …vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetInstanceProcAddr( instance, "vkResetDescri… in init() 11461 …vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptor… in init()
|
D | vulkansc_raii.hpp | 337 …vkResetDescriptorPool = 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()
|
D | vulkan_raii.hpp | 661 …vkResetDescriptorPool = 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()
|
D | vulkansc_funcs.hpp | 2437 …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/ |
D | VkEncoder.h | 244 VkResult vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
|
D | ResourceTracker.cpp | 4880 VkResult res = enc->vkResetDescriptorPool(device, descriptorPool, flags, true /* do lock */); in on_vkResetDescriptorPool()
|
D | VkEncoder.cpp | 9475 VkResult VkEncoder::vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in vkResetDescriptorPool() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 2638 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[]
|
D | devsandqueues.adoc | 442 flink:vkResetDescriptorPool is called.
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 353 void vkResetDescriptorPool(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 774 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()
|
D | VkDecoderGlobalState.cpp | 2958 auto res = vk->vkResetDescriptorPool(device, descriptorPool, flags); in on_vkResetDescriptorPool()
|
D | VkDecoder.cpp | 5396 m_state->snapshot()->vkResetDescriptorPool( in decode()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4501 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 7028 flink:vkResetDescriptorPool commands (internal issue 1781).
|