Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp111 struct MinMaxLod struct in vkt::sr::TextureBinding
113 float minLod;
114 float maxLod;
116 MinMaxLod(float min, float max) : minLod(min), maxLod(max) in MinMaxLod() function