Searched refs:Clamp (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dformat_conversion.h100 INLINE Float<SIMD_T> SIMDCALL Clamp(Float<SIMD_T> const& v, uint32_t Component) function in typeref:typename:INLINE Float SIMDCALL
142 INLINE simdscalar SIMDCALL Clamp(simdscalar const& v, uint32_t Component) function in typeref:typename:INLINE simdscalar SIMDCALL
144 return Clamp<SIMD256, Format>(v, Component);
148 INLINE simd16scalar SIMDCALL Clamp(simd16scalar const& v, uint32_t Component) function in typeref:typename:INLINE simd16scalar SIMDCALL
150 return Clamp<SIMD512, Format>(v, Component);
225 vComp = Clamp<SIMD_T, DstFormat>(vComp, comp);
H A Dblend.h251 INLINE void Clamp(simdvector& src) function in typeref:typename:INLINE void
311 Clamp<type>(src);
312 Clamp<type>(src1);
313 Clamp<type>(dst);
314 Clamp<type>(constColor);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dtextures.c25 static GLboolean Clamp = GL_FALSE; variable in typeref:typename:GLboolean
182 if (Clamp) {
236 Clamp = !Clamp;
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dolympic.c109 static float Clamp(int iters_left, float t) function in typeref:typename:float
137 offsets[i][j] = Clamp(iters[i], offsets[i][j]);
139 angs[i] = Clamp(iters[i], angs[i]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp163 void Clamp(SWR_FORMAT format, Value* src[4]) function in struct:BlendJit
660 Clamp(state.format, src);
661 Clamp(state.format, src1);
662 Clamp(state.format, dst);
663 Clamp(state.format, constantColor);
741 Clamp(state.format, src);
742 Clamp(state.format, dst);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp165 void Clamp(SWR_FORMAT format, Value* src[4]) function in struct:BlendJit
662 Clamp(state.format, src);
663 Clamp(state.format, src1);
664 Clamp(state.format, dst);
665 Clamp(state.format, constantColor);
743 Clamp(state.format, src);
744 Clamp(state.format, dst);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.3.rst138 - mesa: Clamp some depth values in glClearBufferfv
139 - mesa: Clamp some depth values in glClearBufferfi
H A D18.2.2.rst57 - st/nine: Clamp RCP when 0*inf!=0
H A D10.4.3.rst72 - st/nine: Clamp ps 1.X constants
H A D13.0.2.rst80 - vc4: Clamp the shadow comparison value.
H A D18.1.8.rst117 - i965/vec4: Clamp indirect tes input array reads with 0x0fffffff
H A D18.1.9.rst101 - anv: Clamp scissors to the framebuffer boundary
H A D18.2.7.rst60 - radv: Clamp gfx9 image view extents to the allocated image extents.
H A D20.1.9.rst64 - nir/lower_samplers: Clamp out-of-bounds access to array of samplers
H A D8.0.2.rst100 - svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to
H A D10.2.5.rst106 - st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to
H A D17.0.1.rst119 - i965/sampler_state: Clamp min/max LOD to 14 on gen7+
H A D17.1.4.rst126 - i965: Clamp clear colors to the representable range
H A D18.2.1.rst123 - anv: Clamp scissors to the framebuffer boundary
H A D20.3.0.rst515 - panfrost: Clamp shader->uniform_count
1241 - nir/lower_samplers: Clamp out-of-bounds access to array of samplers
2518 - panfrost: Clamp uniform buffer size
3885 - mesa: Clamp some depth values in glClearBufferfv
3886 - mesa: Clamp some depth values in glClearBufferfi
H A D7.10.rst1782 - gallivm: Clamp indirect register indices to file_max.
1825 - gallivm: Clamp mipmap level and zero mip weight simultaneously.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dsampler.rst25 * ``PIPE_TEX_WRAP_CLAMP_TO_EDGE``: Clamp coord to edge of texture, the border
27 * ``PIPE_TEX_WRAP_CLAMP_TO_BORDER``: Clamp coord to border of texture, the
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dsampler.rst25 * ``PIPE_TEX_WRAP_CLAMP_TO_EDGE``: Clamp coord to edge of texture, the border
27 * ``PIPE_TEX_WRAP_CLAMP_TO_BORDER``: Clamp coord to border of texture, the
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h423 dst.x = Clamp<DstFormat>(dst.x, 0);
424 dst.y = Clamp<DstFormat>(dst.y, 1);
425 dst.z = Clamp<DstFormat>(dst.z, 2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h424 dst.x = Clamp<DstFormat>(dst.x, 0);
425 dst.y = Clamp<DstFormat>(dst.y, 1);
426 dst.z = Clamp<DstFormat>(dst.z, 2);

Completed in 35 milliseconds

12