Lines Matching defs:maxLod
230 float maxLod,
523 (m_imageViewType.isNormalized() ? 0.25f : 0.0f), // float maxLod;
756 float maxLod,
763 , m_maxLod (maxLod)
774 samplerParams.maxLod = m_maxLod;
1005 float maxLod;
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));
1658 0.0f, // float maxLod;
2096 VK_LOD_CLAMP_NONE, // float maxLod;