Home
last modified time | relevance | path

Searched refs:minMaxLod (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp108 tcu::Maybe<MinMaxLod> minMaxLod; member
119 , minMaxLod (minMaxLod_) in Parameters()
DvktShaderRender.cpp1670 const auto& minMaxLod = textureParams.minMaxLod; in createSamplerUniform() local
1671 const VkSamplerCreateInfo samplerParams = (minMaxLod in createSamplerUniform()
1672 ? mapSampler(refSampler, texFormat, minMaxLod.get().minLod, minMaxLod.get().maxLod) in createSamplerUniform()
DvktShaderRenderTextureGatherTests.cpp1305 …textureParams.minMaxLod = tcu::just(TextureBinding::MinMaxLod(0.0f, static_cast<float>(levels - 1)… in init()