Searched refs:bufferFeatures (Results 1 - 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp116 if (!(properties.bufferFeatures & m_testCase.features))
H A DvktApiFeatureInfo.cpp1580 { &VkFormatProperties::bufferFeatures, "buffeFeatures", getRequiredBufferFeatures(format) }
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson_instance.cc86 format_properties.bufferFeatures) {
H A Dvkjson.cc326 visitor->Visit("bufferFeatures", &properties->bufferFeatures);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp783 pFormatProperties->bufferFeatures = allFeatures;
H A DvkStructTypes.inl100 VkFormatFeatureFlags bufferFeatures;
H A DvkStrUtilImpl.inl1762 s << "\tbufferFeatures = " << getFormatFeatureFlagsStr(value.bufferFeatures) << '\n';
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp68 return (formatProps.bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT) != 0u;
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c979 features[2].name = "bufferFeatures FormatFeatureFlags";
980 features[2].flags = props->bufferFeatures;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1268 VkFormatFeatureFlags bufferFeatures; member in struct:VkFormatProperties
H A Dvulkan.hpp10788 && ( bufferFeatures == rhs.bufferFeatures );
10798 FormatFeatureFlags bufferFeatures; member in struct: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::FormatProperties

Completed in 3696 milliseconds