Searched defs:enumerateDeviceLayerProperties (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp206 vector<VkLayerProperties> enumerateDeviceLayerProperties (const InstanceInterface& vki, VkPhysicalDevice physicalDevice) function in namespace:vk
211 VK_CHECK(vki.enumerateDeviceLayerProperties(physicalDevice, &numLayers, DE_NULL));
216 VK_CHECK(vki.enumerateDeviceLayerProperties(physicalDevice, &numLayers, &properties[0]));
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp17869 Result enumerateDeviceLayerProperties( uint32_t* pPropertyCount, LayerProperties* pProperties ) 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::ExternalMemoryFeatureFlagBitsNV::ExternalMemoryFeatureFlagBitsNV::PhysicalDevice
17876 typename ResultValueType<std::vector<LayerProperties,Allocator>>::type enumerateDeviceLayerProperties() 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::ExternalMemoryFeatureFlagBitsNV::ExternalMemoryFeatureFlagBitsNV::PhysicalDevice
17892 return createResultValue( result, properties, "vk::PhysicalDevice::enumerateDeviceLayerProperties" );

Completed in 168 milliseconds