Home
last modified time | relevance | path

Searched defs:MinMaxLod (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp94 struct MinMaxLod struct in vkt::sr::TextureBinding
96 float minLod;
97 float maxLod;
99 MinMaxLod (float min, float max) : minLod(min), maxLod(max) {} in MinMaxLod() function