Lines Matching defs:minLod
229 float minLod,
522 0.0f, // float minLod;
663 // set minLod to epsilon, to force use of the minFilter
664 samplerParams.minLod = 0.01f;
755 float minLod,
762 , m_minLod (minLod)
773 samplerParams.minLod = m_minLod;
1004 float minLod;
1012 // minLod = 3, maxLod = 3, mipLodBias = 0, lod = 0
1014 // minLod = 1, maxLod = 5, mipLodBias = 0, lod = 0
1016 // minLod = 0, maxLod = 4, mipLodBias = 0, lod = 5
1018 // minLod = 0, maxLod = 2.1, mipLodBias = 5.0, lod = 0
1020 // minLod = 0, maxLod = 5, mipLodBias = 2.5, lod = 0
1022 // minLod = 0, maxLod = 5, mipLodBias = -0.9, lod = 4.0
1024 // minLod = 0, maxLod = 5, mipLodBias = 3.0, lod = 0.7
1034 samplerLodTests->addChild(new SamplerLodTest(testCtx, config.name, pipelineConstructionType, imageViewType, imageFormat, mipmapMode, config.minLod, config.maxLod, config.mipLodBias, config.lod, separateStencilUsage));
1657 0.0f, // float minLod;
2046 accessedLevel, // VUID-VkImageViewMinLodCreateInfoEXT-minLod-06456 prevents us from using maxLodBias directly.
2095 samplerMinLod, // float minLod;