Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dvulkan-1.def84 vkDestroyImageView
Dgpa_helper.h86 if (!strcmp(funcName, "vkDestroyImageView")) return (PFN_vkVoidFunction)vkDestroyImageView; in trampolineGetProcAddr()
Dtrampoline.c1230 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(VkDevice device, VkImageView imageView, function
/external/vulkan-validation-layers/common/
Dvulkan_wrapper.cpp104vkDestroyImageView = reinterpret_cast<PFN_vkDestroyImageView>(dlsym(libvulkan, "vkDestroyImageView… in InitVulkan()
311 PFN_vkDestroyImageView vkDestroyImageView; variable
Dvulkan_wrapper.h91 extern PFN_vkDestroyImageView vkDestroyImageView;
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl80 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyImageView", FUNCTIONORIGIN_DEVICE…
218 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyImageView", FUNCTIONORIGIN_DEVICE…
DvkInitDeviceFunctionPointers.inl45 m_vk.destroyImageView = (DestroyImageViewFunc) GET_PROC_ADDR("vkDestroyImageView");
DvkNullDriverImpl.inl1905 VK_NULL_FUNC_ENTRY(vkDestroyImageView, destroyImageView),
/external/vulkan-validation-layers/demos/
Dcube.c2300 vkDestroyImageView(demo->device, demo->textures[i].view, NULL); in demo_cleanup()
2307 vkDestroyImageView(demo->device, demo->depth.view, NULL); in demo_cleanup()
2312 vkDestroyImageView(demo->device, demo->swapchain_image_resources[i].view, NULL); in demo_cleanup()
2381 vkDestroyImageView(demo->device, demo->textures[i].view, NULL); in demo_resize()
2387 vkDestroyImageView(demo->device, demo->depth.view, NULL); in demo_resize()
2392 vkDestroyImageView(demo->device, demo->swapchain_image_resources[i].view, NULL); in demo_resize()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp577 NON_DISPATCHABLE_HANDLE_DTOR(ImageView, vkDestroyImageView) in NON_DISPATCHABLE_HANDLE_DTOR() argument
Dlayer_validation_tests.cpp5433 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F()
5485 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F()
7021 vkDestroyImageView(m_device->device(), view, nullptr); in TEST_F()
7155 vkDestroyImageView(m_device->device(), view, nullptr); in TEST_F()
7826 vkDestroyImageView(m_device->device(), tmp_view, NULL); in TEST_F()
7935 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F()
7936 vkDestroyImageView(m_device->device(), view2, NULL); in TEST_F()
8080 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F()
8334 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F()
12639 vkDestroyImageView(m_device->device(), image_view, NULL); in TEST_F()
[all …]
Dvkrenderframework.cpp242 vkDestroyImageView(device(), m_renderTargets.back()->targetView(m_render_target_fmt), NULL); in ShutdownFramework()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp483 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAlloc… in vkDestroyImageView() function
1264 return (PFN_vkVoidFunction) vkDestroyImageView; in layer_intercept_proc()
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt2875vkDestroyImageView~^~VUID-vkDestroyImageView-imageView-01026~^~core~^~The spec valid usage text st…
2876vkDestroyImageView~^~VUID-vkDestroyImageView-imageView-01027~^~core~^~The spec valid usage text st…
2877vkDestroyImageView~^~VUID-vkDestroyImageView-imageView-01028~^~core~^~The spec valid usage text st…
2878vkDestroyImageView~^~VUID-vkDestroyImageView-device-parameter~^~core~^~The spec valid usage text s…
2879vkDestroyImageView~^~VUID-vkDestroyImageView-imageView-parameter~^~core~^~The spec valid usage tex…
2880vkDestroyImageView~^~VUID-vkDestroyImageView-imageView-parent~^~core~^~The spec valid usage text s…
2881vkDestroyImageView~^~VUID-vkDestroyImageView-pAllocator-parameter~^~core~^~The spec valid usage te…
/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/skqp/third_party/vulkan/vulkan/
Dvulkan.h2808 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h3005 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
Dvulkan.hpp28965vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAllo… in destroyImageView()
28970vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAllo… in destroyImageView()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3027 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(