Searched refs:destroyImageView (Results 1 - 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceFunctionPointers.inl45 DestroyImageViewFunc destroyImageView;
H A DvkInitDeviceFunctionPointers.inl45 m_vk.destroyImageView = (DestroyImageViewFunc) GET_PROC_ADDR("vkDestroyImageView");
H A DvkDeviceDriverImpl.inl210 void DeviceDriver::destroyImageView (VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) const
212 m_vk.destroyImageView(device, imageView, pAllocator);
H A DvkRefUtilImpl.inl58 m_deviceIface->destroyImageView(m_device, obj, m_allocator);
H A DvkConcreteDeviceInterface.inl45 virtual void destroyImageView (VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) const;
H A DvkVirtualDeviceInterface.inl45 virtual void destroyImageView (VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) const = 0;
H A DvkNullDriverImpl.inl254 VKAPI_ATTR void VKAPI_CALL destroyImageView (VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator)
1496 VK_NULL_FUNC_ENTRY(vkDestroyImageView, destroyImageView),
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp94 context.getDeviceInterface().destroyImageView(context.getDevice(), imageView, pAllocator);
/external/vulkan-validation-layers/demos/
H A Dcube.cpp319 device.destroyImageView(textures[i].view, nullptr);
326 device.destroyImageView(depth.view, nullptr);
334 device.destroyImageView(buffers[i].view, nullptr);
2088 device.destroyImageView(textures[i].view, nullptr);
2094 device.destroyImageView(depth.view, nullptr);
2102 device.destroyImageView(buffers[i].view, nullptr);
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp509 vkd.destroyImageView(device, imageViews[ndx], DE_NULL);
H A DvktWsiIncrementalPresentTests.cpp580 vkd.destroyImageView(device, imageViews[ndx], DE_NULL);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp16548 void destroyImageView( ImageView imageView, const AllocationCallbacks* pAllocator ) const function in class:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::PipelineStageFlagBits::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CommandBufferResetFlagBits::SampleCountFlagBits::AttachmentDescriptionFlagBits::StencilFaceFlagBits::DescriptorPoolCreateFlagBits::DependencyFlagBits::PresentModeKHR::ColorSpaceKHR::DisplayPlaneAlphaFlagBitsKHR::CompositeAlphaFlagBitsKHR::SurfaceTransformFlagBitsKHR::DebugReportFlagBitsEXT::DebugReportObjectTypeEXT::DebugReportErrorEXT::RasterizationOrderAMD::ExternalMemoryHandleTypeFlagBitsNV::Device::RasterizationOrderAMD::ExternalMemoryHandleTypeFlagBitsNV::Device
16554 void destroyImageView( ImageView imageView, Optional<const AllocationCallbacks> allocator = nullptr ) const function in class:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::SubpassContents::SubpassContents::DynamicState::QueueFlagBits::MemoryPropertyFlagBits::MemoryHeapFlagBits::AccessFlagBits::BufferUsageFlagBits::BufferCreateFlagBits::ShaderStageFlagBits::ImageUsageFlagBits::ImageCreateFlagBits::PipelineCreateFlagBits::ColorComponentFlagBits::FenceCreateFlagBits::FormatFeatureFlagBits::QueryControlFlagBits::QueryResultFlagBits::CommandBufferUsageFlagBits::QueryPipelineStatisticFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::PipelineStageFlagBits::CommandPoolCreateFlagBits::CommandPoolResetFlagBits::CommandBufferResetFlagBits::SampleCountFlagBits::AttachmentDescriptionFlagBits::StencilFaceFlagBits::DescriptorPoolCreateFlagBits::DependencyFlagBits::PresentModeKHR::ColorSpaceKHR::DisplayPlaneAlphaFlagBitsKHR::CompositeAlphaFlagBitsKHR::SurfaceTransformFlagBitsKHR::DebugReportFlagBitsEXT::DebugReportObjectTypeEXT::DebugReportErrorEXT::RasterizationOrderAMD::ExternalMemoryHandleTypeFlagBitsNV::Device::RasterizationOrderAMD::ExternalMemoryHandleTypeFlagBitsNV::Device

Completed in 1961 milliseconds