/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 65 vkDestroyImageView
|
D | VkGetProcAddress.cpp | 124 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyImageView),
|
D | libVulkan.cpp | 881 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAlloc… in vkDestroyImageView() function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 80 …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…
|
D | vkInitDeviceFunctionPointers.inl | 46 m_vk.destroyImageView = (DestroyImageViewFunc) GET_PROC_ADDR("vkDestroyImageView");
|
D | vkNullDriverImpl.inl | 2010 VK_NULL_FUNC_ENTRY(vkDestroyImageView, destroyImageView),
|
D | vkVulkan_c.inl | 3076 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 6798 vkDestroyImageView(m_device->device(), dsv, nullptr); in TEST_F() 6987 vkDestroyImageView(m_device->device(), iav, nullptr); in TEST_F() 6988 vkDestroyImageView(m_device->device(), cav, nullptr); in TEST_F() 7135 vkDestroyImageView(m_device->device(), dsv, nullptr); in TEST_F() 7386 vkDestroyImageView(m_device->device(), view, nullptr); in TEST_F() 7816 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F() 8070 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F() 8122 vkDestroyImageView(m_device->device(), view, NULL); in TEST_F() 9803 vkDestroyImageView(m_device->device(), view, nullptr); in TEST_F() 9937 vkDestroyImageView(m_device->device(), view, nullptr); in TEST_F() [all …]
|
D | vktestbinding.cpp | 602 NON_DISPATCHABLE_HANDLE_DTOR(ImageView, vkDestroyImageView) in NON_DISPATCHABLE_HANDLE_DTOR() argument
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 700 .vkDestroyImageView = anv_DestroyImageView, 1121 .vkDestroyImageView = gen7_DestroyImageView, 1542 .vkDestroyImageView = gen75_DestroyImageView, 1963 .vkDestroyImageView = gen8_DestroyImageView, 2384 .vkDestroyImageView = gen9_DestroyImageView, 2805 .vkDestroyImageView = gen10_DestroyImageView, 3199 return anv_device->dispatch.vkDestroyImageView(device, imageView, pAllocator); in anv_tramp_DestroyImageView() 3870 .vkDestroyImageView = anv_tramp_DestroyImageView,
|
D | anv_entrypoints.h | 65 PFN_vkDestroyImageView vkDestroyImageView; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1375 …void vkDestroyImageView( VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAll… in vkDestroyImageView() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1377 return ::vkDestroyImageView( device, imageView, pAllocator ); in vkDestroyImageView() 49931 …d.vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAl… in destroyImageView() 49937 …d.vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAl… in destroyImageView() 49944 …d.vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAl… in destroy() 49950 …d.vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAl… in destroy() 54748 PFN_vkDestroyImageView vkDestroyImageView = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 55158 …vkDestroyImageView = PFN_vkDestroyImageView( device ? vkGetDeviceProcAddr( device, "vkDestroyImage… in init()
|
D | vulkan_core.h | 3348 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1789 …void vkDestroyImageView( VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAll… in vkDestroyImageView() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1791 return ::vkDestroyImageView( device, imageView, pAllocator); in vkDestroyImageView() 42302 …d.vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAl… in destroyImageView() 42308 …d.vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAl… in destroyImageView() 42315 …d.vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAl… in destroy() 42321 …d.vkDestroyImageView( m_device, static_cast<VkImageView>( imageView ), reinterpret_cast<const VkAl… in destroy() 52595 PFN_vkDestroyImageView vkDestroyImageView = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 52995 …vkDestroyImageView = PFN_vkDestroyImageView(device ? device.getProcAddr( "vkDestroyImageView") : i… in init()
|
D | vulkan_core.h | 3301 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 3003 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3183 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3183 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 3073 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
|