Home
last modified time | relevance | path

Searched refs:vkResetCommandPool (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp276 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 Dmain.cpp284 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 Dvolk.h228 PFN_vkResetCommandPool vkResetCommandPool; member
644 extern PFN_vkResetCommandPool vkResetCommandPool;
H A Dvolk.c438 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 DVkGetProcAddress.cpp241 MAKE_VULKAN_DEVICE_ENTRY(vkResetCommandPool),
H A DlibVulkan.cpp2421 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) in vkResetCommandPool() function
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c118 if (!strcmp(funcName, "vkResetCommandPool")) return vkResetCommandPool; in trampoline_get_proc_addr()
H A Dtrampoline.c1960 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 Dvulkan.hpp2063 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 Dvulkan_raii.hpp776 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 Dvulkan_core.h4125 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
H A Dvulkan_funcs.hpp4268 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 Dvk_wrapper.h649 return vkResetCommandPool(device, mHandle, flags); in reset()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1876 vkResetCommandPool(info.device, info.cmd_pool, cmd_pool_reset_flags); in reset_command_pool()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1578 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 Dvulkan_raii.hpp758 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 Dvulkan_funcs.hpp4069 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 Dvulkan_core.h4539 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/third_party/glfw/deps/glad/
H A Dvulkan.h5552 #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 Dvulkan_sc_core.h3157 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4032 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4389 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4174 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(

Completed in 464 milliseconds