| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | format_conversion.h | 100 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 D | blend.h | 251 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 D | textures.c | 25 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 D | olympic.c | 109 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 D | blend_jit.cpp | 163 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 D | blend_jit.cpp | 165 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 D | 20.2.3.rst | 138 - mesa: Clamp some depth values in glClearBufferfv 139 - mesa: Clamp some depth values in glClearBufferfi
|
| H A D | 18.2.2.rst | 57 - st/nine: Clamp RCP when 0*inf!=0
|
| H A D | 10.4.3.rst | 72 - st/nine: Clamp ps 1.X constants
|
| H A D | 13.0.2.rst | 80 - vc4: Clamp the shadow comparison value.
|
| H A D | 18.1.8.rst | 117 - i965/vec4: Clamp indirect tes input array reads with 0x0fffffff
|
| H A D | 18.1.9.rst | 101 - anv: Clamp scissors to the framebuffer boundary
|
| H A D | 18.2.7.rst | 60 - radv: Clamp gfx9 image view extents to the allocated image extents.
|
| H A D | 20.1.9.rst | 64 - nir/lower_samplers: Clamp out-of-bounds access to array of samplers
|
| H A D | 8.0.2.rst | 100 - svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to
|
| H A D | 10.2.5.rst | 106 - st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to
|
| H A D | 17.0.1.rst | 119 - i965/sampler_state: Clamp min/max LOD to 14 on gen7+
|
| H A D | 17.1.4.rst | 126 - i965: Clamp clear colors to the representable range
|
| H A D | 18.2.1.rst | 123 - anv: Clamp scissors to the framebuffer boundary
|
| H A D | 20.3.0.rst | 515 - 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 D | 7.10.rst | 1782 - 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 D | sampler.rst | 25 * ``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 D | sampler.rst | 25 * ``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 D | StoreTile.h | 423 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 D | StoreTile.h | 424 dst.x = Clamp<DstFormat>(dst.x, 0); 425 dst.y = Clamp<DstFormat>(dst.y, 1); 426 dst.z = Clamp<DstFormat>(dst.z, 2);
|