/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 83 vkResetDescriptorPool
|
D | VkGetProcAddress.cpp | 142 MAKE_VULKAN_DEVICE_ENTRY(vkResetDescriptorPool),
|
D | libVulkan.cpp | 1099 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPo… in vkResetDescriptorPool() function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 98 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkResetDescriptorPool", FUNCTIONORIGIN_DEVI… 236 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkResetDescriptorPool", FUNCTIONORIGIN_DEVI…
|
D | vkInitDeviceFunctionPointers.inl | 64 ….resetDescriptorPool = (ResetDescriptorPoolFunc) GET_PROC_ADDR("vkResetDescriptorPool");
|
D | vkNullDriverImpl.inl | 2028 VK_NULL_FUNC_ENTRY(vkResetDescriptorPool, resetDescriptorPool),
|
D | vkVulkan_c.inl | 3180 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 698 void DescriptorPool::reset() { EXPECT(vkResetDescriptorPool(device(), handle(), 0) == VK_SUCCESS); } in reset()
|
D | layer_validation_tests.cpp | 8633 vkResetDescriptorPool(device(), bad_pool, 0); in TEST_F() 11284 vkResetDescriptorPool(m_device->device(), ds_pool, 0); in TEST_F()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 718 .vkResetDescriptorPool = anv_ResetDescriptorPool, 1139 .vkResetDescriptorPool = gen7_ResetDescriptorPool, 1560 .vkResetDescriptorPool = gen75_ResetDescriptorPool, 1981 .vkResetDescriptorPool = gen8_ResetDescriptorPool, 2402 .vkResetDescriptorPool = gen9_ResetDescriptorPool, 2823 .vkResetDescriptorPool = gen10_ResetDescriptorPool, 3307 return anv_device->dispatch.vkResetDescriptorPool(device, descriptorPool, flags); in anv_tramp_ResetDescriptorPool() 3888 .vkResetDescriptorPool = anv_tramp_ResetDescriptorPool,
|
D | anv_entrypoints.h | 83 PFN_vkResetDescriptorPool vkResetDescriptorPool; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 3107 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3287 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3287 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 3452 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
D | vulkan.hpp | 1813 …VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPool… in vkResetDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1815 return ::vkResetDescriptorPool( device, descriptorPool, flags ); in vkResetDescriptorPool() 51682 …return static_cast<Result>( d.vkResetDescriptorPool( m_device, static_cast<VkDescriptorPool>( desc… in resetDescriptorPool() 51688 …Result result = static_cast<Result>( d.vkResetDescriptorPool( m_device, static_cast<VkDescriptorPo… in resetDescriptorPool() 54850 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 55259 …vkResetDescriptorPool = PFN_vkResetDescriptorPool( device ? vkGetDeviceProcAddr( device, "vkResetD… in init()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 3405 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|
D | vulkan.hpp | 2445 …VkResult vkResetDescriptorPool( VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPool… in vkResetDescriptorPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2447 return ::vkResetDescriptorPool( device, descriptorPool, flags); in vkResetDescriptorPool() 42881 …return static_cast<Result>( d.vkResetDescriptorPool( m_device, static_cast<VkDescriptorPool>( desc… in resetDescriptorPool() 42887 …Result result = static_cast<Result>( d.vkResetDescriptorPool( m_device, static_cast<VkDescriptorPo… in resetDescriptorPool() 52780 PFN_vkResetDescriptorPool vkResetDescriptorPool = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 53180 …vkResetDescriptorPool = PFN_vkResetDescriptorPool(device ? device.getProcAddr( "vkResetDescriptorP… in init()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 3177 VKAPI_ATTR VkResult VKAPI_CALL vkResetDescriptorPool(
|