/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 94 vkResetCommandPool
|
D | VkGetProcAddress.cpp | 153 MAKE_VULKAN_DEVICE_ENTRY(vkResetCommandPool),
|
D | libVulkan.cpp | 1210 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCom… in vkResetCommandPool() function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 109 …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…
|
D | vkInitDeviceFunctionPointers.inl | 75 m_vk.resetCommandPool = (ResetCommandPoolFunc) GET_PROC_ADDR("vkResetCommandPool");
|
D | vkNullDriverImpl.inl | 2039 VK_NULL_FUNC_ENTRY(vkResetCommandPool, resetCommandPool),
|
D | vkVulkan_c.inl | 3241 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 729 .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,
|
D | anv_entrypoints.h | 94 PFN_vkResetCommandPool vkResetCommandPool; member
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 588 |5 | Resetting | Call vkResetCommandPool with VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT set |
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 3168 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3348 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3348 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3513 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
D | vulkan.hpp | 1808 …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 55258 …vkResetCommandPool = PFN_vkResetCommandPool( device ? vkGetDeviceProcAddr( device, "vkResetCommand… in init()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 3466 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
D | vulkan.hpp | 2441 …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 53179 …vkResetCommandPool = PFN_vkResetCommandPool(device ? device.getProcAddr( "vkResetCommandPool") : i… in init()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 3238 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 15277 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()
|