Searched refs:p4 (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local in function:lp_print_counters
63 p4 = 100.0 * (float) lp_count.nr_blit_64 / (float) total_64;
69 debug_printf("llvmpipe: nr_blit_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_blit_64, p4, total_64);
98 p4 = 100.0 * (float) lp_count.nr_non_empty_4 / (float) total_4;
104 debug_printf("llvmpipe: nr_non_empty_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_non_empty_4, p4, total_4);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local in function:lp_print_counters
93 p4 = 100.0 * (float) lp_count.nr_non_empty_4 / (float) total_4;
99 debug_printf("llvmpipe: nr_non_empty_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_non_empty_4, p4, total_4);
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils-prng.h97 smallprng_t p1, p2, p3, p4;
147 data->w[3] = smallprng_rand_r (&x->p4);
H A Dutils-prng.c71 smallprng_srand_r (&x->p4, (seed = seed * 1103515245 + 12345));
/xsrc/external/mit/freetype/dist/src/base/
H A Dftbbox.c256 * p4 ::
363 FT_Pos p4,
373 *max += cubic_peak( p1 - *max, p2 - *max, p3 - *max, p4 - *max );
377 *min -= cubic_peak( *min - p1, *min - p2, *min - p3, *min - p4 );
360 BBox_Cubic_Check(FT_Pos p1,FT_Pos p2,FT_Pos p3,FT_Pos p4,FT_Pos * min,FT_Pos * max) argument
/xsrc/external/mit/xditview/dist/
H A Ddraw.c392 Point *p4 = MakePoint(midx(p, p->next), midy(p, p->next)); local in function:LineApprox
394 InsertPoint(p, p4);
397 p = p4->next; /* skip inserted point! */
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp997 void ImDrawList::PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) argument
1003 PathBezierToCasteljau(&_Path, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y, _Data->CurveTessellationTol, 0);
1016 _Path.push_back(ImVec2(w1*p1.x + w2*p2.x + w3*p3.x + w4*p4.x, w1*p1.y + w2*p2.y + w3*p3.y + w4*p4.y));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp997 void ImDrawList::PathBezierCurveTo(const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, int num_segments) argument
1003 PathBezierToCasteljau(&_Path, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y, _Data->CurveTessellationTol, 0);
1016 _Path.push_back(ImVec2(w1*p1.x + w2*p2.x + w3*p3.x + w4*p4.x, w1*p1.y + w2*p2.y + w3*p3.y + w4*p4.y));
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.c925 SiSVBSave(ScrnInfoPtr pScrn, SISRegPtr sisReg, int p1, int p2, int p3, int p4) argument
948 for(i=0; i<=p4; i++) {
/xsrc/external/mit/xmh/dist/
H A Dconfigure12212 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
12215 if (p != p1 || p != p2 || p != p3 || p != p4

Completed in 29 milliseconds