Searched refs:fref (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_conv.c | 240 double fref[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; local in function:test_one 247 read_vec(src_type, src + j*src_stride, fref + j*src_type.length); 251 write_vec(dst_type, ref + j*dst_stride, fref + j*dst_type.length); 284 fprintf(stderr, " %f", fref[j]);
|
| H A D | lp_test_blend.c | 490 double fref[LP_MAX_VECTOR_LENGTH]; local in function:test_one 498 compute_blend_ref(blend, fsrc + j, fsrc1 + j, fdst + j, fcon + j, fref + j); 500 write_vec(type, ref, fref);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test_conv.c | 240 double fref[LP_MAX_VECTOR_LENGTH*LP_MAX_VECTOR_LENGTH]; local in function:test_one 247 read_vec(src_type, src + j*src_stride, fref + j*src_type.length); 251 write_vec(dst_type, ref + j*dst_stride, fref + j*dst_type.length); 284 fprintf(stderr, " %f", fref[j]);
|
| H A D | lp_test_blend.c | 490 double fref[LP_MAX_VECTOR_LENGTH]; local in function:test_one 498 compute_blend_ref(blend, fsrc + j, fsrc1 + j, fdst + j, fcon + j, fref + j); 500 write_vec(type, ref, fref);
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3_IBMRGB.c | 158 long fref) 175 ffref = fref / 1e3; 195 max_n = fref / 1000 / 2; 197 max_n = fref / 1000; 157 S3IBMRGBSetClock(ScrnInfoPtr pScrn,long freq,int clk,long dacspeed,long fref) argument
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_outputs.c | 856 double fout, fref, err, minErr; local in function:ViaComputeDotClock 860 fref = 14.31818e6; 872 factual = fref * dm;
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_driver.c | 1261 double fref; local in function:comp_lmn 1272 fref = 14318.0; 1281 fout = ((double)(n + 1) * fref)/((double)(m + 1) * (1 << l)); 1290 if (!WITHIN(fref / (double)(m+1), 300.0, 300000.0))
|
Completed in 10 milliseconds