Searched refs:y_1 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Ddfps.c149 static void dfps_update_box(RegionPtr dest, int x_1, int x_2, int y_1, int y_2);
166 static void dfps_update_box(RegionPtr dest, int x_1, int x_2, int y_1, int y_2) argument
171 box.x1 = x_1; box.x2 = x_2; box.y1 = y_1; box.y2 = y_2;
202 static void dfps_solid (PixmapPtr pixmap, int x_1, int y_1, int x_2, int y_2) argument
210 fbFill(&pixmap->drawable, info->pgc, x_1, y_1, x_2 - x_1, y_2 - y_1);
214 dfps_update_box(&info->updated_region, x_1, x_2, y_1, y_2);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_double_ops.c244 * y_1 = 2 * h_1
245 * r_1 = .5 - h_1 * y_1 * a
246 * y_2 = y_1 * r_1 + y_1
248 * Where the difference from Goldschmit is that we calculate y_1 * a
250 * y_1 up front instead of h_1, and it lets us share the code for the
264 * y_1 = 2 * h_1
265 * r_1 = .5 - y_1 * (h_1 * a)
266 * y_2 = y_1 * r_1 + y_1
285 nir_ssa_def *y_1 = nir_fmul(b, nir_imm_double(b, 2.0), h_1); local in function:lower_sqrt_rsq
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_double_ops.c240 * y_1 = 2 * h_1
241 * r_1 = .5 - h_1 * y_1 * a
242 * y_2 = y_1 * r_1 + y_1
244 * Where the difference from Goldschmit is that we calculate y_1 * a
246 * y_1 up front instead of h_1, and it lets us share the code for the
260 * y_1 = 2 * h_1
261 * r_1 = .5 - y_1 * (h_1 * a)
262 * y_2 = y_1 * r_1 + y_1
281 nir_ssa_def *y_1 = nir_fmul(b, nir_imm_double(b, 2.0), h_1); local in function:lower_sqrt_rsq
[all...]

Completed in 4 milliseconds