Searched refs:coef (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_fs.h42 void sp_setup_pos_vector(const struct tgsi_interp_coef *coef,
H A Dsp_quad.h106 const struct tgsi_interp_coef *coef; member in struct:quad_header
H A Dsp_setup.c100 struct tgsi_interp_coef coef[PIPE_MAX_SHADER_INPUTS]; member in struct:setup_context
446 * The result will be put into setup->coef[slot].a0[i].
452 struct tgsi_interp_coef *coef,
457 coef->dadx[i] = 0;
458 coef->dady[i] = 0;
462 coef->a0[i] = setup->vprovoke[vertSlot][i];
473 struct tgsi_interp_coef *coef,
486 coef->dadx[i] = dadx;
487 coef->dady[i] = dady;
501 coef
451 const_coeff(struct setup_context * setup,struct tgsi_interp_coef * coef,uint vertSlot,uint i) argument
472 tri_linear_coeff(struct setup_context * setup,struct tgsi_interp_coef * coef,uint i,const float v[3]) argument
517 tri_persp_coeff(struct setup_context * setup,struct tgsi_interp_coef * coef,uint i,const float v[3]) argument
909 line_linear_coeff(const struct setup_context * setup,struct tgsi_interp_coef * coef,uint i,const float v[2]) argument
931 line_persp_coeff(const struct setup_context * setup,struct tgsi_interp_coef * coef,uint i,const float v[2]) argument
1201 point_persp_coeff(const struct setup_context * setup,const float (* vert)[4],struct tgsi_interp_coef * coef,uint vertSlot,uint i) argument
[all...]
H A Dsp_fs_exec.c77 setup_pos_vector(const struct tgsi_interp_coef *coef, argument
96 const float dadx = coef->dadx[chan];
97 const float dady = coef->dady[chan];
98 const float a0 = coef->a0[chan] + dadx * x + dady * y;
H A Dsp_quad_fs.c116 machine->InterpCoefs = quads[0]->coef;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_fs.h42 void sp_setup_pos_vector(const struct tgsi_interp_coef *coef,
H A Dsp_setup.c101 struct tgsi_interp_coef coef[PIPE_MAX_SHADER_INPUTS]; member in struct:setup_context
401 * The result will be put into setup->coef[slot].a0[i].
407 struct tgsi_interp_coef *coef,
412 coef->dadx[i] = 0;
413 coef->dady[i] = 0;
417 coef->a0[i] = setup->vprovoke[vertSlot][i];
428 struct tgsi_interp_coef *coef,
441 coef->dadx[i] = dadx;
442 coef->dady[i] = dady;
456 coef
406 const_coeff(struct setup_context * setup,struct tgsi_interp_coef * coef,uint vertSlot,uint i) argument
427 tri_linear_coeff(struct setup_context * setup,struct tgsi_interp_coef * coef,uint i,const float v[3]) argument
472 tri_persp_coeff(struct setup_context * setup,struct tgsi_interp_coef * coef,uint i,const float v[3]) argument
835 line_linear_coeff(const struct setup_context * setup,struct tgsi_interp_coef * coef,uint i,const float v[2]) argument
857 line_persp_coeff(const struct setup_context * setup,struct tgsi_interp_coef * coef,uint i,const float v[2]) argument
1124 point_persp_coeff(const struct setup_context * setup,const float (* vert)[4],struct tgsi_interp_coef * coef,uint vertSlot,uint i) argument
[all...]
H A Dsp_quad.h106 const struct tgsi_interp_coef *coef; member in struct:quad_header
H A Dsp_fs_exec.c77 setup_pos_vector(const struct tgsi_interp_coef *coef, argument
96 const float dadx = coef->dadx[chan];
97 const float dady = coef->dady[chan];
98 const float a0 = coef->a0[chan] + dadx * x + dady * y;
H A Dsp_quad_fs.c116 machine->InterpCoefs = quads[0]->coef;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_simulator.c131 V3D_WRITE(V3D_TFU_COEF0, args->coef[0]);
132 V3D_WRITE(V3D_TFU_COEF1, args->coef[1]);
133 V3D_WRITE(V3D_TFU_COEF2, args->coef[2]);
134 V3D_WRITE(V3D_TFU_COEF3, args->coef[3]);
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Dv3d_drm.h239 __u32 coef[4]; member in struct:drm_v3d_submit_tfu
259 __u32 coef[4]; member in struct:drm_v3d_submit_csd
/xsrc/external/mit/MesaLib/dist/src/broadcom/drm-shim/
H A Dv3dx.c202 V3D_WRITE(V3D_TFU_COEF0, submit->coef[0]);
203 V3D_WRITE(V3D_TFU_COEF1, submit->coef[1]);
204 V3D_WRITE(V3D_TFU_COEF2, submit->coef[2]);
205 V3D_WRITE(V3D_TFU_COEF3, submit->coef[3]);
/xsrc/external/mit/MesaLib/dist/src/broadcom/simulator/
H A Dv3dx_simulator.c193 V3D_WRITE(V3D_TFU_COEF0, args->coef[0]);
194 V3D_WRITE(V3D_TFU_COEF1, args->coef[1]);
195 V3D_WRITE(V3D_TFU_COEF2, args->coef[2]);
196 V3D_WRITE(V3D_TFU_COEF3, args->coef[3]);
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Dv3d_drm.h219 __u32 coef[4]; member in struct:drm_v3d_submit_tfu
/xsrc/external/mit/freetype/dist/src/base/
H A Dftstroke.c542 FT_Fixed coef; local in function:ft_stroke_border_arcto
554 coef = FT_Tan( angle_diff / ( 4 * arcs ) );
555 coef += coef / 3;
559 a1.x = FT_MulFix( -a0.y, coef );
560 a1.y = FT_MulFix( a0.x, coef );
572 a2.x = FT_MulFix( a3.y, coef );
573 a2.y = FT_MulFix( -a3.x, coef );
1108 FT_Fixed coef; local in function:ft_stroker_outside
1116 coef
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvid_1200.c2276 unsigned long coef; local in function:sc1200_get_video_downscale_coefficients
2278 coef = READ_VID32(SC1200_VIDEO_DOWNSCALER_COEFFICIENTS);
2280 (unsigned short)((coef >> SC1200_VIDEO_DOWNSCALER_COEF1_POS) &
2283 (unsigned short)((coef >> SC1200_VIDEO_DOWNSCALER_COEF2_POS) &
2286 (unsigned short)((coef >> SC1200_VIDEO_DOWNSCALER_COEF3_POS) &
2289 (unsigned short)((coef >> SC1200_VIDEO_DOWNSCALER_COEF4_POS) &
H A Dvid_rdcl.c2081 unsigned long coef; local in function:redcloud_get_video_downscale_coefficients
2083 coef = READ_VID32(RCDF_VIDEO_DOWNSCALER_COEFFICIENTS);
2085 (unsigned short)((coef >> RCDF_VIDEO_DOWNSCALER_COEF1_POS) &
2088 (unsigned short)((coef >> RCDF_VIDEO_DOWNSCALER_COEF2_POS) &
2091 (unsigned short)((coef >> RCDF_VIDEO_DOWNSCALER_COEF3_POS) &
2094 (unsigned short)((coef >> RCDF_VIDEO_DOWNSCALER_COEF4_POS) &
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvid_1200.c2208 unsigned long coef; local in function:sc1200_get_video_downscale_coefficients
2210 coef = READ_VID32(SC1200_VIDEO_DOWNSCALER_COEFFICIENTS);
2212 (unsigned short) ((coef >> SC1200_VIDEO_DOWNSCALER_COEF1_POS) &
2215 (unsigned short) ((coef >> SC1200_VIDEO_DOWNSCALER_COEF2_POS) &
2218 (unsigned short) ((coef >> SC1200_VIDEO_DOWNSCALER_COEF3_POS) &
2221 (unsigned short) ((coef >> SC1200_VIDEO_DOWNSCALER_COEF4_POS) &
H A Dvid_rdcl.c2066 unsigned long coef; local in function:redcloud_get_video_downscale_coefficients
2068 coef = READ_VID32(RCDF_VIDEO_DOWNSCALER_COEFFICIENTS);
2070 (unsigned short) ((coef >> RCDF_VIDEO_DOWNSCALER_COEF1_POS) &
2073 (unsigned short) ((coef >> RCDF_VIDEO_DOWNSCALER_COEF2_POS) &
2076 (unsigned short) ((coef >> RCDF_VIDEO_DOWNSCALER_COEF3_POS) &
2079 (unsigned short) ((coef >> RCDF_VIDEO_DOWNSCALER_COEF4_POS) &

Completed in 27 milliseconds