/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 229 PFN_vkResetDescriptorPool vkResetDescriptorPool; member 645 extern PFN_vkResetDescriptorPool vkResetDescriptorPool;
|
H A D | volk.c | 439 vkResetDescriptorPool = (PFN_vkResetDescriptorPool)load(context, "vkResetDescriptorPool"); in volkGenLoadDevice() 840 table->vkResetDescriptorPool = (PFN_vkResetDescriptorPool)load(context, "vkResetDescriptorPool"); in volkGenLoadDeviceTable() 1260 PFN_vkResetDescriptorPool vkResetDescriptorPool; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 230 MAKE_VULKAN_DEVICE_ENTRY(vkResetDescriptorPool),
|
H A D | libVulkan.cpp | 2279 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) in vkResetDescriptorPool() function
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 107 if (!strcmp(funcName, "vkResetDescriptorPool")) return vkResetDescriptorPool; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 1821 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in vkResetDescriptorPool() function 1826 "vkResetDescriptorPool: Invalid device [VUID-vkResetDescriptorPool-device-parameter]"); in vkResetDescriptorPool()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 1979 VkResult vkResetDescriptorPool( VkDevice device, 1983 return ::vkResetDescriptorPool( device, descriptorPool, flags ); 10956 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11949 vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetInstanceProcAddr( instance, "vkResetDescriptorPool" ) ); 13145 vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptorPool" ) );
|
H A D | vulkan_raii.hpp | 763 vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptorPool" ) ); in init() 1640 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 9770 getDispatcher()->vkResetDescriptorPool( static_cast<VkDevice>( m_device ),
|
H A D | vulkan_core.h | 4064 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
H A D | vulkan_funcs.hpp | 3694 return static_cast<Result>( d.vkResetDescriptorPool( 3705 Result result = static_cast<Result>( d.vkResetDescriptorPool( in resetDescriptorPool() [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1505 VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags ) const VULKAN_HPP_NOEXCEPT 1507 return ::vkResetDescriptorPool( device, descriptorPool, flags ); 16476 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17673 vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetInstanceProcAddr( instance, "vkResetDescriptorPool" ) ); 18991 vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptorPool" ) );
|
H A D | vulkan_raii.hpp | 747 vkResetDescriptorPool = PFN_vkResetDescriptorPool( vkGetDeviceProcAddr( device, "vkResetDescriptorPool" ) ); in DeviceDispatcher() 1790 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 12799 VULKAN_HPP_ASSERT( getDispatcher()->vkResetDescriptorPool && "Function <vkResetDescriptorPool> requires <VK_VERSION_1_0>" ); 12801 getDispatcher()->vkResetDescriptorPool( [all...] |
H A D | vulkan_funcs.hpp | 3545 d.vkResetDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), static_cast<VkDescriptorPoolResetFlags>( flags ) ) ); 3555 d.vkResetDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), static_cast<VkDescriptorPoolResetFlags>( flags ) ); [all...] |
H A D | vulkan_core.h | 4478 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5554 #define vkResetDescriptorPool glad_vkResetDescriptorPool macro 5994 glad_vkResetDescriptorPool = (PFN_vkResetDescriptorPool) load(userptr, "vkResetDescriptorPool"); in glad_vk_load_VK_VERSION_1_0()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3101 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3971 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4328 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4113 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|