Home
last modified time | relevance | path

Searched refs:vkResetCommandPool (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def94 vkResetCommandPool
DVkGetProcAddress.cpp153 MAKE_VULKAN_DEVICE_ENTRY(vkResetCommandPool),
DlibVulkan.cpp1210 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCom… in vkResetCommandPool() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl109 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkResetCommandPool", FUNCTIONORIGIN_DEVICE…
247 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkResetCommandPool", FUNCTIONORIGIN_DEVICE…
DvkInitDeviceFunctionPointers.inl75 m_vk.resetCommandPool = (ResetCommandPoolFunc) GET_PROC_ADDR("vkResetCommandPool");
DvkNullDriverImpl.inl2039 VK_NULL_FUNC_ENTRY(vkResetCommandPool, resetCommandPool),
DvkVulkan_c.inl3241 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c729 .vkResetCommandPool = anv_ResetCommandPool,
1150 .vkResetCommandPool = gen7_ResetCommandPool,
1571 .vkResetCommandPool = gen75_ResetCommandPool,
1992 .vkResetCommandPool = gen8_ResetCommandPool,
2413 .vkResetCommandPool = gen9_ResetCommandPool,
2834 .vkResetCommandPool = gen10_ResetCommandPool,
3373 return anv_device->dispatch.vkResetCommandPool(device, commandPool, flags); in anv_tramp_ResetCommandPool()
3899 .vkResetCommandPool = anv_tramp_ResetCommandPool,
Danv_entrypoints.h94 PFN_vkResetCommandPool vkResetCommandPool; member
/external/deqp/doc/testspecs/VK/
Dapitests.adoc588 |5 | Resetting | Call vkResetCommandPool with VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT set |
/external/mesa3d/include/vulkan/
Dvulkan.h3168 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3348 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h3348 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h3513 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
Dvulkan.hpp1808 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1810 return ::vkResetCommandPool( device, commandPool, flags ); in vkResetCommandPool()
51667 …return static_cast<Result>( d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( commandPoo… in resetCommandPool()
51673 …Result result = static_cast<Result>( d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( c… in resetCommandPool()
54849 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
55258vkResetCommandPool = PFN_vkResetCommandPool( device ? vkGetDeviceProcAddr( device, "vkResetCommand… in init()
/external/swiftshader/include/vulkan/
Dvulkan_core.h3466 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
Dvulkan.hpp2441 …VkResult vkResetCommandPool( VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags f… in vkResetCommandPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2443 return ::vkResetCommandPool( device, commandPool, flags); in vkResetCommandPool()
43166 …return static_cast<Result>( d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( commandPoo… in resetCommandPool()
43172 …Result result = static_cast<Result>( d.vkResetCommandPool( m_device, static_cast<VkCommandPool>( c… in resetCommandPool()
52779 PFN_vkResetCommandPool vkResetCommandPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
53179vkResetCommandPool = PFN_vkResetCommandPool(device ? device.getProcAddr( "vkResetCommandPool") : i… in init()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3238 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp15277 vkResetCommandPool(layer_test->device(), qf.second.command_pool->handle(), 0); in Reset()
27869 res = vkResetCommandPool(m_device->handle(), m_commandPool->handle(), 0); in TEST_F()