/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
H A D | main.cpp | 276 err = vkResetCommandPool(g_Device, fd->CommandPool, 0); in FrameRender() 426 err = vkResetCommandPool(g_Device, command_pool, 0); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | main.cpp | 284 err = vkResetCommandPool(g_Device, fd->CommandPool, 0); in FrameRender() 434 err = vkResetCommandPool(g_Device, command_pool, 0); in main()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 228 PFN_vkResetCommandPool vkResetCommandPool; member 644 extern PFN_vkResetCommandPool vkResetCommandPool;
|
H A D | volk.c | 438 vkResetCommandPool = (PFN_vkResetCommandPool)load(context, "vkResetCommandPool"); in volkGenLoadDevice() 839 table->vkResetCommandPool = (PFN_vkResetCommandPool)load(context, "vkResetCommandPool"); in volkGenLoadDeviceTable() 1259 PFN_vkResetCommandPool vkResetCommandPool; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 241 MAKE_VULKAN_DEVICE_ENTRY(vkResetCommandPool),
|
H A D | libVulkan.cpp | 2421 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) in vkResetCommandPool() function
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 118 if (!strcmp(funcName, "vkResetCommandPool")) return vkResetCommandPool; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 1960 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, in vkResetCommandPool() function 1965 "vkResetCommandPool: Invalid device [VUID-vkResetCommandPool-device-parameter]"); in vkResetCommandPool()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2063 VkResult vkResetCommandPool( VkDevice device, 2067 return ::vkResetCommandPool( device, commandPool, flags ); 10967 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11963 vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool" ) ); 13158 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) );
|
H A D | vulkan_raii.hpp | 776 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in init() 1651 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 9800 getDispatcher()->vkResetCommandPool( static_cast<VkDevice>( m_device ), in reset()
|
H A D | vulkan_core.h | 4125 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
H A D | vulkan_funcs.hpp | 4268 return static_cast<Result>( d.vkResetCommandPool( 4279 Result result = static_cast<Result>( d.vkResetCommandPool( in resetCommandPool() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 649 return vkResetCommandPool(device, mHandle, flags); in reset()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 1876 vkResetCommandPool(info.device, info.cmd_pool, cmd_pool_reset_flags); in reset_command_pool()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1578 VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags ) const VULKAN_HPP_NOEXCEPT 1580 return ::vkResetCommandPool( device, commandPool, flags ); 16487 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17684 vkResetCommandPool = PFN_vkResetCommandPool( vkGetInstanceProcAddr( instance, "vkResetCommandPool" ) ); 19002 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) );
|
H A D | vulkan_raii.hpp | 758 vkResetCommandPool = PFN_vkResetCommandPool( vkGetDeviceProcAddr( device, "vkResetCommandPool" ) ); in DeviceDispatcher() 1801 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 12931 VULKAN_HPP_ASSERT( getDispatcher()->vkResetCommandPool && "Function <vkResetCommandPool> requires <VK_VERSION_1_0>" ); in reset() 12933 VULKAN_HPP_NAMESPACE::Result result = static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkResetCommandPool( in reset() [all...] |
H A D | vulkan_funcs.hpp | 4069 return static_cast<Result>( d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( commandPool ), static_cast<VkCommandPoolResetFlags>( flags ) ) ); 4079 d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( commandPool ), static_cast<VkCommandPoolResetFlags>( flags ) ) ); in resetCommandPool() [all...] |
H A D | vulkan_core.h | 4539 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5552 #define vkResetCommandPool glad_vkResetCommandPool macro 5993 glad_vkResetCommandPool = (PFN_vkResetCommandPool) load(userptr, "vkResetCommandPool"); in glad_vk_load_VK_VERSION_1_0()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 3157 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 4032 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4389 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 4174 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|