/external/vulkan-validation-layers/common/ |
D | vulkan_wrapper.h | 91 extern PFN_vkDestroyImageView vkDestroyImageView;
|
D | vulkan_wrapper.cpp | 88 …vkDestroyImageView = reinterpret_cast<PFN_vkDestroyImageView>(dlsym(libvulkan, "vkDestroyImageView… in InitVulkan() 276 PFN_vkDestroyImageView vkDestroyImageView; variable
|
/external/vulkan-validation-layers/loader/ |
D | gpa_helper.h | 142 return (PFN_vkVoidFunction)vkDestroyImageView; in trampolineGetProcAddr()
|
D | trampoline.c | 1378 vkDestroyImageView(VkDevice device, VkImageView imageView, function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInitDeviceFunctionPointers.inl | 45 m_vk.destroyImageView = (DestroyImageViewFunc) GET_PROC_ADDR("vkDestroyImageView");
|
D | vkNullDriverImpl.inl | 1496 VK_NULL_FUNC_ENTRY(vkDestroyImageView, destroyImageView),
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 2058 vkDestroyImageView(demo->device, demo->textures[i].view, NULL); in demo_cleanup() 2065 vkDestroyImageView(demo->device, demo->depth.view, NULL); in demo_cleanup() 2073 vkDestroyImageView(demo->device, demo->buffers[i].view, NULL); in demo_cleanup() 2141 vkDestroyImageView(demo->device, demo->textures[i].view, NULL); in demo_resize() 2147 vkDestroyImageView(demo->device, demo->depth.view, NULL); in demo_resize() 2155 vkDestroyImageView(demo->device, demo->buffers[i].view, NULL); in demo_resize()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 3286 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F() 3330 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F() 4227 vkDestroyImageView(m_device->device(), view, nullptr); in TEST_F() 4353 vkDestroyImageView(m_device->device(), view, nullptr); in TEST_F() 5038 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F() 5039 vkDestroyImageView(m_device->device(), view2, NULL); in TEST_F() 5350 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F() 6445 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F() 8288 vkDestroyImageView(m_device->device(), image_view, NULL); in TEST_F() 8539 vkDestroyImageView(m_device->device(), image_view, NULL); in TEST_F() [all …]
|
D | vktestbinding.cpp | 566 NON_DISPATCHABLE_HANDLE_DTOR(ImageView, vkDestroyImageView) in NON_DISPATCHABLE_HANDLE_DTOR() argument
|
D | vkrenderframework.cpp | 178 vkDestroyImageView(device(), m_renderTargets.back()->targetView(m_render_target_fmt), NULL); in ShutdownFramework()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 481 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAlloc… in vkDestroyImageView() function 1262 return (PFN_vkVoidFunction) vkDestroyImageView; in layer_intercept_proc()
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 274 … vkDestroyEvent vkDestroyFence vkDestroyFramebuffer vkDestroyImage vkDestroyImageView vkDestroyPip…
|
D | vk_validation_error_database.txt | 769 …vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s… 770 …vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s… 771 …vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s… 772 …vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s… 773 …vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s… 774 …vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s… 775 …vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s…
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2702 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|
D | vulkan.hpp | 16550 …vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAllo… in destroyImageView() 16556 …vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAllo… in destroyImageView()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2736 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|