Home
last modified time | relevance | path

Searched refs:vkDestroyDescriptorPool (Results 1 – 17 of 17) sorted by relevance

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h108 extern PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool;
Dvulkan_wrapper.cpp105vkDestroyDescriptorPool = reinterpret_cast<PFN_vkDestroyDescriptorPool>(dlsym(libvulkan, "vkDestro… in InitVulkan()
293 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; variable
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2105 vkDestroyDescriptorPool(m_device->device(), ds_pool_one, NULL); in TEST_F()
2106 vkDestroyDescriptorPool(m_device->device(), ds_pool_two, NULL); in TEST_F()
2196 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
3563 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
3624 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
3863 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
4075 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
4784 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
5042 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
5184 vkDestroyDescriptorPool(m_device->device(), ds_pool, NULL); in TEST_F()
[all …]
Dvktestbinding.cpp655 NON_DISPATCHABLE_HANDLE_DTOR(DescriptorPool, vkDestroyDescriptorPool) in NON_DISPATCHABLE_HANDLE_DTOR() argument
/external/vulkan-validation-layers/loader/
Dgpa_helper.h176 return (PFN_vkVoidFunction)vkDestroyDescriptorPool; in trampolineGetProcAddr()
Dtrampoline.c1573 vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl62 …stroyDescriptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptorPool");
DvkNullDriverImpl.inl1499 VK_NULL_FUNC_ENTRY(vkDestroyDescriptorPool, destroyDescriptorPool),
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md274 …er vkDestroyBufferView vkFreeCommandBuffers vkDestroyCommandPool vkDestroyDescriptorPool vkDestroy…
316 …ueueBindSparse vkDestroySemaphore vkDestroyBuffer vkDestroyImage vkDestroyDescriptorPool vkResetDe…
317 …ueueBindSparse vkDestroySemaphore vkDestroyBuffer vkDestroyImage vkDestroyDescriptorPool vkResetDe…
Dvk_validation_error_database.txt894vkDestroyDescriptorPool~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of…
895vkDestroyDescriptorPool~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of…
896vkDestroyDescriptorPool~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of…
897vkDestroyDescriptorPool~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of…
898vkDestroyDescriptorPool~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of…
899vkDestroyDescriptorPool~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of…
900vkDestroyDescriptorPool~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of…
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp590 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool… in vkDestroyDescriptorPool() function
1296 return (PFN_vkVoidFunction) vkDestroyDescriptorPool; in layer_intercept_proc()
/external/vulkan-validation-layers/demos/
Dcube.c2049 vkDestroyDescriptorPool(demo->device, demo->desc_pool, NULL); in demo_cleanup()
2132 vkDestroyDescriptorPool(demo->device, demo->desc_pool, NULL); in demo_resize()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2801 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
Dvulkan.hpp16802vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_ca… in destroyDescriptorPool()
16808vkDestroyDescriptorPool( m_device, static_cast<VkDescriptorPool>( descriptorPool ), reinterpret_ca… in destroyDescriptorPool()
/external/mesa3d/include/vulkan/
Dvulkan.h2810 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2907 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2966 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorPool(