Searched defs:maxMipLevels (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/amd/vulkan/
H A Dradv_formats.c970 uint32_t maxMipLevels; local
994 maxMipLevels = 15; /* log2(maxWidth) + 1 */
1001 maxMipLevels = 15; /* log2(maxWidth) + 1 */
1008 maxMipLevels = 12; /* log2(maxWidth) + 1 */
1048 .maxMipLevels = maxMipLevels,
1062 .maxMipLevels = 0,
/external/mesa3d/src/intel/vulkan/
H A Danv_formats.c466 uint32_t maxMipLevels; local
494 maxMipLevels = 15; /* log2(maxWidth) + 1 */
505 maxMipLevels = 15; /* log2(maxWidth) + 1 */
512 maxMipLevels = 12; /* log2(maxWidth) + 1 */
583 .maxMipLevels = maxMipLevels,
598 .maxMipLevels = 0,
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp141 deUint32 getNumMipLevels (const VkExtent3D& baseExtent, const deUint32 maxMipLevels) argument
144 return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, maxMipLevels);
461 bool useSingleMipLevel; //!< only mip level 0, otherwise up to maxMipLevels
548 , m_imageMipLevels (params.useSingleMipLevel ? 1u : getNumMipLevels(params.imageExtent, m_imageFormatProperties.maxMipLevels))
/external/mesa3d/include/vulkan/
H A Dvulkan.h1288 uint32_t maxMipLevels; member in struct:VkImageFormatProperties
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h1385 uint32_t maxMipLevels; member in struct:VkImageFormatProperties
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h1385 uint32_t maxMipLevels; member in struct:VkImageFormatProperties
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1581 uint32_t maxMipLevels; member in struct:VkImageFormatProperties
H A Dvulkan.hpp18343 && ( maxMipLevels == rhs.maxMipLevels )
18355 uint32_t maxMipLevels; member in struct:VULKAN_HPP_NAMESPACE::VULKAN_HPP_NAMESPACE::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::DynamicState::DescriptorUpdateTemplateTypeKHR::ObjectType::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::ImageFormatProperties
[all...]

Completed in 428 milliseconds