Searched refs:FCLAMP (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.h168 Value* FCLAMP(Value* src, Value* low, Value* high);
169 Value* FCLAMP(Value* src, float low, float high);
H A Dbuilder_misc.cpp748 Value* Builder::FCLAMP(Value* src, Value* low, Value* high) function in class:SwrJit::Builder
759 Value* Builder::FCLAMP(Value* src, float low, float high) function in class:SwrJit::Builder
H A Dblend_jit.cpp634 Value* pClampedSrc = FCLAMP(src[3], 0.0f, 1.0f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.h188 Value* FCLAMP(Value* src, Value* low, Value* high);
189 Value* FCLAMP(Value* src, float low, float high);
H A Dbuilder_misc.cpp814 Value* Builder::FCLAMP(Value* src, Value* low, Value* high) function in class:SwrJit::Builder
825 Value* Builder::FCLAMP(Value* src, float low, float high) function in class:SwrJit::Builder
H A Dblend_jit.cpp636 Value* pClampedSrc = FCLAMP(src[3], 0.0f, 1.0f);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst382 - pan/bi: Use FCLAMP pseudo op for clamp prop

Completed in 15 milliseconds