Lines Matching defs:minLod
1157 params.minLod = getMinLodForCell(cellNdx);
1431 params.minLod = getMinLodForCell(cellNdx);
1713 params.minLod = getMinLodForCell(cellNdx);
1800 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
1807 params.minLod = getMinLodForCell(cellNdx);
1836 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
1861 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
1868 params.minLod = getMinLodForCell(cellNdx);
1897 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
1923 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
1930 params.minLod = getMinLodForCell(cellNdx);
1959 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
1987 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
2030 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
2131 if (imageViewMinLodFeatures.minLod == DE_FALSE)
2132 TCU_THROW(NotSupportedError, "VK_EXT_image_view_min_lod minLod feature not supported");
2162 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
2205 // baselevel + 1.0 as minimum, to test that minLod is working. If we go over the maximum, use that instead.
2306 if (imageViewMinLodFeatures.minLod == DE_FALSE)
2307 TCU_THROW(NotSupportedError, "VK_EXT_image_view_min_lod minLod feature not supported");
2331 GatherMinLod minLod; // Idea: make it 0.1 or 1.1
2338 switch (minLod)
2352 switch (minLod)
2401 // position in that texture (center point). Use the minLod parameter when creating the view to control which one should be the
2402 // output color. If minLod is 0.1, minLodInteger should be 0 and gathering from the base level is defined, so we should get the
2403 // output color from the base level. If minLod is 1.1, gathering texels from the base level requires robustness2 and will result in
2679 minLodF, // float minLod;
2728 0.0f, // float minLod;
2880 if (imageViewMinLodFeatures.minLod == DE_FALSE)
2881 TCU_THROW(NotSupportedError, "VK_EXT_image_view_min_lod minLod feature not supported");
2902 if (imageViewMinLodFeatures.minLod == DE_FALSE)
2903 TCU_THROW(NotSupportedError, "VK_EXT_image_view_min_lod minLod feature not supported");
2924 if (imageViewMinLodFeatures.minLod == DE_FALSE)
2925 TCU_THROW(NotSupportedError, "VK_EXT_image_view_min_lod minLod feature not supported");
2937 GatherMinLod minLod;
2965 const uint32_t seed = (static_cast<uint32_t>(gatherMinLodCase.minLod) + 1000u) * 1000u
2970 params.minLod = gatherMinLodCase.minLod;
3087 de::MovePtr<tcu::TestCaseGroup> imageViewMinLodGroup2D (new tcu::TestCaseGroup(testCtx, "min_lod", "ImageView's minLod"));
3088 de::MovePtr<tcu::TestCaseGroup> imageViewMinLodBaseLevelGroup2D (new tcu::TestCaseGroup(testCtx, "base_level", "ImageView's minLod with base level different than one"));
3272 de::MovePtr<tcu::TestCaseGroup> imageViewMinLodGroupCube (new tcu::TestCaseGroup(testCtx, "min_lod", "ImageView's minLod"));
3273 de::MovePtr<tcu::TestCaseGroup> imageViewMinLodBaseLevelGroupCube (new tcu::TestCaseGroup(testCtx, "base_level", "ImageView's minLod with base level different than one"));
3423 de::MovePtr<tcu::TestCaseGroup> imageViewMinLodGroup3D (new tcu::TestCaseGroup(testCtx, "min_lod", "ImageView's minLod"));
3424 de::MovePtr<tcu::TestCaseGroup> imageViewMinLodBaseLevelGroup3D (new tcu::TestCaseGroup(testCtx, "base_level", "ImageView's minLod with base level different than one"));
3601 // Test minLod with textureGather operations