Searched refs:vertx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 400 __m128i vertx, verty; local in function:do_triangle_ccw 412 vertx = _mm_load_si128((__m128i *)position->x); /* vertex x coords */ 415 shufx = _mm_shuffle_epi32(vertx, _MM_SHUFFLE(3,0,2,1)); 419 dcdy = _mm_sub_epi32(vertx, shufx); 436 cdx02 = mm_mullohi_epi32(dcdx, vertx, &cdx13); 447 * c = _mm_sub_epi32(mm_mullo_epi32(dcdx, vertx), 502 __m128i vertx, verty; 529 vertx = vec_load_si128((const uint32_t *) position->x); 533 shufx = vec_perm (vertx, vertx, vshuf_mas [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 474 __m128i vertx, verty; local in function:do_triangle_ccw 486 vertx = _mm_load_si128((__m128i *)position->x); /* vertex x coords */ 489 shufx = _mm_shuffle_epi32(vertx, _MM_SHUFFLE(3,0,2,1)); 493 dcdy = _mm_sub_epi32(vertx, shufx); 510 cdx02 = mm_mullohi_epi32(dcdx, vertx, &cdx13); 521 * c = _mm_sub_epi32(mm_mullo_epi32(dcdx, vertx), 576 __m128i vertx, verty; 603 vertx = vec_load_si128((const uint32_t *) position->x); 607 shufx = vec_perm (vertx, vertx, vshuf_mas [all...] |
Completed in 5 milliseconds