Searched refs:p3 (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | apitrigeom.cpp | 69 vector p1, p2, p3, p4; in rt_tri_fcylinder() local 91 p4 = p3 = p2 = p1; in rt_tri_fcylinder() 105 MyVAddS(1.0, &axis, &p1, &p3); in rt_tri_fcylinder() 108 rt_stri(tex, p1, p2, p3, n1, n2, n1); in rt_tri_fcylinder() 109 rt_stri(tex, p3, p2, p4, n1, n2, n2); in rt_tri_fcylinder() 121 vector p1, p2, p3, p4; in rt_tri_ring() local 143 p4 = p3 = p2 = p1; in rt_tri_ring() 150 MyVAddS(b, &n1, &ctr, &p3); in rt_tri_ring() 159 rt_stri(tex, p1, p2, p3, norm, norm, norm); in rt_tri_ring() 160 rt_stri(tex, p3, p2, p4, norm, norm, norm); in rt_tri_ring()
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_scalable_allocator.cpp | 209 char *p3 = (char*)pool.realloc( p2, sizeof(buf)-128*1024 ); variable 210 REQUIRE_MESSAGE( p3, "defragmentation failed" ); 211 REQUIRE_MESSAGE( !strcmp(p3, text), "realloc broke memory" );
|