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 D | builder_misc.h | 168 Value* FCLAMP(Value* src, Value* low, Value* high); 169 Value* FCLAMP(Value* src, float low, float high);
|
| H A D | builder_misc.cpp | 748 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 D | blend_jit.cpp | 634 Value* pClampedSrc = FCLAMP(src[3], 0.0f, 1.0f);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.h | 188 Value* FCLAMP(Value* src, Value* low, Value* high); 189 Value* FCLAMP(Value* src, float low, float high);
|
| H A D | builder_misc.cpp | 814 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 D | blend_jit.cpp | 636 Value* pClampedSrc = FCLAMP(src[3], 0.0f, 1.0f);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 382 - pan/bi: Use FCLAMP pseudo op for clamp prop
|
Completed in 15 milliseconds