HomeSort by relevance Sort by last modified time
    Searched defs:valueMin (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTextureUtil.hpp 88 Vec4 valueMin;
94 : valueMin (valueMin_)
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 555 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {}
556 const tcu::Vec4* valueMin;
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 890 const tcu::IVec4 valueMin = tcu::getFormatMinIntValue(format);
898 clearColor.uint32[ndx] = rng.getInt(valueMin[ndx], valueMax[ndx]);
928 clearColor.float32[ndx] = formatInfo.valueMin[ndx] + rng.getFloat() * (formatInfo.valueMax[ndx] - formatInfo.valueMin[ndx]);
    [all...]

Completed in 600 milliseconds