Home
last modified time | relevance | path

Searched refs:vkDestroyImageView (Results 1 – 18 of 18) sorted by relevance

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h91 extern PFN_vkDestroyImageView vkDestroyImageView;
Dvulkan_wrapper.cpp88vkDestroyImageView = reinterpret_cast<PFN_vkDestroyImageView>(dlsym(libvulkan, "vkDestroyImageView… in InitVulkan()
276 PFN_vkDestroyImageView vkDestroyImageView; variable
/external/vulkan-validation-layers/loader/
Dgpa_helper.h142 return (PFN_vkVoidFunction)vkDestroyImageView; in trampolineGetProcAddr()
Dtrampoline.c1378 vkDestroyImageView(VkDevice device, VkImageView imageView, function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl45 m_vk.destroyImageView = (DestroyImageViewFunc) GET_PROC_ADDR("vkDestroyImageView");
DvkNullDriverImpl.inl1482 VK_NULL_FUNC_ENTRY(vkDestroyImageView, destroyImageView),
/external/vulkan-validation-layers/demos/
Dcube.c2058 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/
Dlayer_validation_tests.cpp3286 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 …]
Dvktestbinding.cpp566 NON_DISPATCHABLE_HANDLE_DTOR(ImageView, vkDestroyImageView) in NON_DISPATCHABLE_HANDLE_DTOR() argument
Dvkrenderframework.cpp178 vkDestroyImageView(device(), m_renderTargets.back()->targetView(m_render_target_fmt), NULL); in ShutdownFramework()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp481 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/
Dvk_validation_layer_details.md274 … vkDestroyEvent vkDestroyFence vkDestroyFramebuffer vkDestroyImage vkDestroyImageView vkDestroyPip…
Dvk_validation_error_database.txt769vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s…
770vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s…
771vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s…
772vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s…
773vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s…
774vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s…
775vkDestroyImageView~^~For more information refer to Vulkan Spec Section '11.5. Image Views' which s…
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2702 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
Dvulkan.hpp16550vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAllo… in destroyImageView()
16556vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAllo… in destroyImageView()
/external/mesa3d/include/vulkan/
Dvulkan.h2711 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2808 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2867 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(