Searched refs:coeffs (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dbackend_impl.h35 static INLINE void CalcSampleBarycentrics(const BarycentricCoeffs& coeffs,
528 INLINE void CalcCentroidBarycentrics(const BarycentricCoeffs& coeffs, argument
535 vplaneps(coeffs.vIa, coeffs.vIb, coeffs.vIc, psContext.vX.centroid, psContext.vY.centroid);
537 vplaneps(coeffs.vJa, coeffs.vJb, coeffs.vJc, psContext.vX.centroid, psContext.vY.centroid);
538 psContext.vI.centroid = _simd_mul_ps(psContext.vI.centroid, coeffs.vRecipDet);
539 psContext.vJ.centroid = _simd_mul_ps(psContext.vJ.centroid, coeffs
578 SetupBarycentricCoeffs(BarycentricCoeffs * coeffs,const SWR_TRIANGLE_DESC & work) argument
653 CalcCentroid(SWR_PS_CONTEXT * psContext,const SWR_MULTISAMPLE_POS & samplePos,const BarycentricCoeffs & coeffs,const uint64_t * const coverageMask,uint32_t sampleMask) argument
851 const BarycentricCoeffs& coeffs; member in struct:PixelRateZTestLoop
860 CalcPixelBarycentrics(const BarycentricCoeffs & coeffs,SWR_PS_CONTEXT & psContext) argument
878 CalcSampleBarycentrics(const BarycentricCoeffs & coeffs,SWR_PS_CONTEXT & psContext) argument
1015 BarycentricCoeffs coeffs; local in function:BackendPixelRate
[all...]
H A Dbackend_singlesample.cpp55 BarycentricCoeffs coeffs; local in function:BackendSingleSample
56 SetupBarycentricCoeffs(&coeffs, work);
120 CalcPixelBarycentrics(coeffs, psContext);
123 &psContext, samplePos, coeffs, work.coverageMask, state.blendState.sampleMask);
127 coeffs.vZa, coeffs.vZb, coeffs.vZc, psContext.vI.center, psContext.vJ.center);
H A Dbackend_sample.cpp54 BarycentricCoeffs coeffs; local in function:BackendSampleRate
55 SetupBarycentricCoeffs(&coeffs, work);
101 CalcPixelBarycentrics(coeffs, psContext);
104 &psContext, samplePos, coeffs, work.coverageMask, state.blendState.sampleMask);
138 CalcSampleBarycentrics(coeffs, psContext);
141 psContext.vZ = vplaneps(coeffs.vZa,
142 coeffs.vZb,
143 coeffs.vZc,
H A Dbackend.cpp256 BarycentricCoeffs coeffs; local in function:BackendNullPS
257 SetupBarycentricCoeffs(&coeffs, work);
314 CalcSampleBarycentrics(coeffs, psContext);
317 psContext.vZ = vplaneps(coeffs.vZa,
318 coeffs.vZb,
319 coeffs.vZc,
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsTrig.c55 double const *coeffs,
362 * double _XcmsPolynomial (order, coeffs, x)
364 * double *coeffs;
381 double const *coeffs,
386 coeffs += order;
387 rtn_value = *coeffs--;
389 rtn_value = *coeffs-- + (x * rtn_value);
375 _XcmsPolynomial(register int order,double const * coeffs,double x) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c421 LLVMValueRef coeffs[3]; local in function:emit_coef4
422 calc_coef4(gallivm, args, a0, a1, a2, coeffs);
424 coeffs[0], coeffs[1], coeffs[2]);
513 * The generated pixel interpolators will pick up the coeffs from
615 LLVMValueRef coeffs[3]; local in function:init_args
618 coeffs);
626 coeffs[0] = LLVMBuildInsertElement(b, coeffs[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c102 double coeffs[4] = {0.0023f, local in function:lp_build_srgb_to_linear
139 part_pow = lp_build_polynomial(&f32_bld, srcf, coeffs, 4);
H A Dlp_bld_arit.h317 const double *coeffs,
H A Dlp_bld_arit.c3238 * Ex: coeffs[0] + x * coeffs[1] + x^2 * coeffs[2].
3243 const double *coeffs,
3271 coeff = lp_build_const_vec(bld->gallivm, type, coeffs[i]);
3241 lp_build_polynomial(struct lp_build_context * bld,LLVMValueRef x,const double * coeffs,unsigned num_coeffs) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c103 double coeffs[4] = {0.0023f, local in function:lp_build_srgb_to_linear
140 part_pow = lp_build_polynomial(&f32_bld, srcf, coeffs, 4);
H A Dlp_bld_arit.h316 const double *coeffs,
H A Dlp_bld_arit.c3153 * Ex: coeffs[0] + x * coeffs[1] + x^2 * coeffs[2].
3158 const double *coeffs,
3186 coeff = lp_build_const_vec(bld->gallivm, type, coeffs[i]);
3156 lp_build_polynomial(struct lp_build_context * bld,LLVMValueRef x,const double * coeffs,unsigned num_coeffs) argument
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.6.rst109 - llvmpipe: use simple coeffs calc for 128bit vectors
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_video.c1616 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; local in function:UpdateCoeff
1649 coeffs[i][j] = rawCoeff[pos] / sum;
1656 SetCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos);
1658 SetCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos);
1670 sum += coeffs[i][j];
1675 coeffs[i][tap2Fix] += diff;
1678 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
1680 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos);
1684 sum += coeffs[i][j];
/xsrc/external/mit/MesaLib.old/dist/include/GLES2/
H A Dgl2ext.h3156 typedef void (GL_APIENTRYP PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
3233 GL_APICALL void GL_APIENTRY glProgramPathFragmentInputGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
/xsrc/external/mit/MesaLib/dist/include/GLES2/
H A Dgl2ext.h3301 typedef void (GL_APIENTRYP PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
3378 GL_APICALL void GL_APIENTRY glProgramPathFragmentInputGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglext.h10465 typedef void (APIENTRYP PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
10467 typedef void (APIENTRYP PFNGLPATHCOLORGENNVPROC) (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
10468 typedef void (APIENTRYP PFNGLPATHTEXGENNVPROC) (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs);
10530 GLAPI void APIENTRY glProgramPathFragmentInputGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
10532 GLAPI void APIENTRY glPathColorGenNV (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
10533 GLAPI void APIENTRY glPathTexGenNV (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs);
H A Dglcorearb.h5388 typedef void (APIENTRYP PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
5446 GLAPI void APIENTRY glProgramPathFragmentInputGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h8729 typedef void (GLAPIENTRY *PFNGLPATHCOLORGENNVPROC)(GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat * coeffs);
8749 typedef void (GLAPIENTRY *PFNGLPATHTEXGENNVPROC)(GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat * coeffs);
8865 typedef void (GLAPIENTRY *PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC)(GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat * coeffs);
[all...]
H A Dgl_generated_dispatch.c[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglext.h10630 typedef void (APIENTRYP PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
10632 typedef void (APIENTRYP PFNGLPATHCOLORGENNVPROC) (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
10633 typedef void (APIENTRYP PFNGLPATHTEXGENNVPROC) (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs);
10695 GLAPI void APIENTRY glProgramPathFragmentInputGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
10697 GLAPI void APIENTRY glPathColorGenNV (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs);
10698 GLAPI void APIENTRY glPathTexGenNV (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs);
H A Dglcorearb.h5520 typedef void (APIENTRYP PFNGLPROGRAMPATHFRAGMENTINPUTGENNVPROC) (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);
5578 GLAPI void APIENTRY glProgramPathFragmentInputGenNV (GLuint program, GLint location, GLenum genMode, GLint components, const GLfloat *coeffs);

Completed in 384 milliseconds