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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h69 int64_t new_c = (c[j]) + ((IMUL64(task->scene->fixed_sample_pos[s][1], plane[j].dcdy) + IMUL64(task->scene->fixed_sample_pos[s][0], -plane[j].dcdx)) >> FIXED_ORDER);
122 const int64_t dcdx = -IMUL64(plane[j].dcdx, 4);
123 const int64_t dcdy = IMUL64(plane[j].dcdy, 4);
124 const int64_t cox = IMUL64(plane[j].eo, 4);
126 const int64_t cio = IMUL64(ei, 4) - 1;
170 - IMUL64(plane[j].dcdx, ix)
171 + IMUL64(plane[j].dcdy, iy));
222 c[j] = plane[j].c + IMUL64(plane[j].dcdy, y) - IMUL64(plan
[all...]
H A Dlp_rast_debug.c331 IMUL64(plane[nr_planes].dcdy, tiley) -
332 IMUL64(plane[nr_planes].dcdx, tilex));
353 plane[i].c += IMUL64(plane[i].dcdx, TILE_SIZE);
H A Dlp_setup_tri.c677 plane[i].c = IMUL64(plane[i].dcdx, position->x[i]) -
678 IMUL64(plane[i].dcdy, position->y[i]);
914 IMUL64(plane[i].dcdy, iy0) * TILE_SIZE -
915 IMUL64(plane[i].dcdx, ix0) * TILE_SIZE);
1096 position->area = IMUL64(position->dx01, position->dy20) -
1097 IMUL64(position->dx20, position->dy01);
H A Dlp_rast.h72 #define IMUL64(a, b) (((int64_t)(a)) * ((int64_t)(b))) macro
H A Dlp_setup_line.c680 plane[i].c = IMUL64(plane[i].dcdx, x[i]) - IMUL64(plane[i].dcdy, y[i]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h101 const int64_t dcdx = -IMUL64(plane[j].dcdx, 4);
102 const int64_t dcdy = IMUL64(plane[j].dcdy, 4);
103 const int64_t cox = IMUL64(plane[j].eo, 4);
105 const int64_t cio = IMUL64(ei, 4) - 1;
149 - IMUL64(plane[j].dcdx, ix)
150 + IMUL64(plane[j].dcdy, iy));
201 c[j] = plane[j].c + IMUL64(plane[j].dcdy, y) - IMUL64(plane[j].dcdx, x);
299 - IMUL64(plane[j].dcdx, ix)
300 + IMUL64(plan
[all...]
H A Dlp_rast_debug.c209 IMUL64(plane[nr_planes].dcdy, tiley) -
210 IMUL64(plane[nr_planes].dcdx, tilex));
231 plane[i].c += IMUL64(plane[i].dcdx, TILE_SIZE);
H A Dlp_rast.h71 #define IMUL64(a, b) (((int64_t)(a)) * ((int64_t)(b))) macro
H A Dlp_setup_tri.c603 plane[i].c = IMUL64(plane[i].dcdx, position->x[i]) -
604 IMUL64(plane[i].dcdy, position->y[i]);
885 IMUL64(plane[i].dcdy, iy0) * TILE_SIZE -
886 IMUL64(plane[i].dcdx, ix0) * TILE_SIZE);
1065 position->area = IMUL64(position->dx01, position->dy20) -
1066 IMUL64(position->dx20, position->dy01);
H A Dlp_setup_line.c667 plane[i].c = IMUL64(plane[i].dcdx, x[i]) - IMUL64(plane[i].dcdy, y[i]);

Completed in 13 milliseconds