Searched defs:maxLod (Results 1 - 20 of 20) sorted by relevance

/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.hpp51 GLfloat maxLod; member in struct:deqp::gls::TextureSamplerTest::SamplingState
109 GLfloat maxLod; member in struct:deqp::gls::MultiTextureSamplerTest::SamplingState
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.hpp94 float maxLod; member in struct:vkt::texture::SamplerParameters
/external/swiftshader/src/OpenGL/libGLESv2/
H A DSampler.h52 void setMaxLod(GLfloat maxLod) { mMaxLod = maxLod; } argument
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp126 , maxLod (1000.0f)
137 , maxLod (1000.0f)
146 float maxLod; member in struct:glu::TextureTestUtil::ReferenceParams
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c245 int minLod, maxLod; local
256 minLod = maxLod = tObj->BaseLevel;
261 maxLod = tObj->BaseLevel + (GLint)(samp->MaxLod + 0.5);
262 maxLod = MIN2(maxLod, tObj->MaxLevel);
263 maxLod = MIN2(maxLod, tObj->Image[0][minLod]->MaxNumLevels - 1 + minLod);
264 maxLod = MAX2(maxLod, minLod); /* need at least one level */
269 minLod = maxLod
[all...]
H A Dradeon_common_context.h198 unsigned maxLod; member in struct:radeon_tex_obj
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c245 int minLod, maxLod; local
256 minLod = maxLod = tObj->BaseLevel;
261 maxLod = tObj->BaseLevel + (GLint)(samp->MaxLod + 0.5);
262 maxLod = MIN2(maxLod, tObj->MaxLevel);
263 maxLod = MIN2(maxLod, tObj->Image[0][minLod]->MaxNumLevels - 1 + minLod);
264 maxLod = MAX2(maxLod, minLod); /* need at least one level */
269 minLod = maxLod
[all...]
H A Dradeon_common_context.h198 unsigned maxLod; member in struct:radeon_tex_obj
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp125 float maxLod,
314 0.25f, // float maxLod;
462 float maxLod,
468 , m_maxLod (maxLod)
479 samplerParams.maxLod = m_maxLod;
598 float maxLod; member in struct:vkt::pipeline::__anon4397::TestCaseConfig
605 { "equal_min_3_max_3", "minLod = 3, maxLod = 3, mipLodBias = 0, lod = 0", 3.0f, 3.0f, 0.0f, 0.0f },
606 { "select_min_1", "minLod = 1, maxLod = 5, mipLodBias = 0, lod = 0", 1.0f, 5.0f, 0.0f, 0.0f },
607 { "select_max_4", "minLod = 0, maxLod = 4, mipLodBias = 0, lod = 5", 0.0f, 4.0f, 0.0f, 5.0f },
608 { "select_bias_2_1", "minLod = 0, maxLod
455 SamplerLodTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, float mipLodBias, float samplerLod) argument
[all...]
/external/swiftshader/src/Renderer/
H A DSampler.cpp78 texture.maxLod = MAX_TEXTURE_LOD;
360 void Sampler::setMaxLod(float maxLod) argument
362 texture.maxLod = clamp(maxLod, 0.0f, (float)(MAX_TEXTURE_LOD));
H A DSampler.hpp59 float maxLod; member in struct:sw::Texture
195 void setMaxLod(float maxLod);
H A DPixelProcessor.cpp531 void PixelProcessor::setMaxLod(unsigned int sampler, float maxLod) argument
535 context->sampler[sampler].setMaxLod(maxLod);
H A DVertexProcessor.cpp686 void VertexProcessor::setMaxLod(unsigned int sampler, float maxLod) argument
690 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxLod(maxLod);
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp1316 const float maxLod = lodBounds.y(); local
1318 const bool canBeMinified = maxLod > sampler.lodThreshold;
1340 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1);
1347 const float maxF = de::clamp(maxLod - float(level), 0.0f, 1.0f);
1358 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel);
1381 const float maxLod = lodBounds.y(); local
1383 const bool canBeMinified = maxLod > sampler.lodThreshold;
1405 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1);
1412 const float maxF = de::clamp(maxLod - float(level), 0.0f, 1.0f);
1423 const int maxLevel = de::clamp((int)deFloatFloor(maxLod
1681 const float maxLod = lodBounds.y(); local
1773 const float maxLod = lodBounds.y(); local
1843 const float maxLod = lodBounds.y(); local
1939 const float maxLod = lodBounds.y(); local
2033 const float maxLod = lodBounds.y(); local
2151 const float maxLod = deFloatLog2(pMax+pMaxErr); local
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dstate.h499 uint32_t maxLod; // for sampled surfaces, the max LOD that can be accessed member in struct:SWR_SURFACE_STATE
/external/mesa3d/include/vulkan/
H A Dvulkan.h1948 float maxLod; member in struct:VkSamplerCreateInfo
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2045 float maxLod; member in struct:VkSamplerCreateInfo
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h2045 float maxLod; member in struct:VkSamplerCreateInfo
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2242 float maxLod; member in struct:VkSamplerCreateInfo
H A Dvulkan.hpp8633 , maxLod( maxLod_ )
8735 maxLod = maxLod_;
8773 && ( maxLod == rhs.maxLod )
8801 float maxLod; 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::SamplerCreateInfo
[all...]

Completed in 626 milliseconds