Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def65 vkDestroyImageView
DVkGetProcAddress.cpp124 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyImageView),
DlibVulkan.cpp881 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAlloc… in vkDestroyImageView() function
/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.inl46 m_vk.destroyImageView = (DestroyImageViewFunc) GET_PROC_ADDR("vkDestroyImageView");
DvkNullDriverImpl.inl2010 VK_NULL_FUNC_ENTRY(vkDestroyImageView, destroyImageView),
DvkVulkan_c.inl3076 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp6798 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 …]
Dvktestbinding.cpp602 NON_DISPATCHABLE_HANDLE_DTOR(ImageView, vkDestroyImageView) in NON_DISPATCHABLE_HANDLE_DTOR() argument
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c700 .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,
Danv_entrypoints.h65 PFN_vkDestroyImageView vkDestroyImageView; member
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1375 …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
55158vkDestroyImageView = PFN_vkDestroyImageView( device ? vkGetDeviceProcAddr( device, "vkDestroyImage… in init()
Dvulkan_core.h3348 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/swiftshader/include/vulkan/
Dvulkan.hpp1789 …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
52995vkDestroyImageView = PFN_vkDestroyImageView(device ? device.getProcAddr( "vkDestroyImageView") : i… in init()
Dvulkan_core.h3301 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/mesa3d/include/vulkan/
Dvulkan.h3003 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3183 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h3183 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3073 VKAPI_ATTR void VKAPI_CALL vkDestroyImageView(