Searched refs:y_2 (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.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2992 LLVMValueRef y_2 = LLVMBuildSIToFP(b, emm2_and, bld->vec_type, "y_2"); local in function:lp_build_sin_or_cos
3042 LLVMValueRef x_1 = lp_build_fmuladd(b, y_2, DP1, x_abs);
3043 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1);
3044 LLVMValueRef x_3 = lp_build_fmuladd(b, y_2, DP3, x_2);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2881 LLVMValueRef y_2 = LLVMBuildSIToFP(b, emm2_and, bld->vec_type, "y_2"); local in function:lp_build_sin_or_cos
2931 LLVMValueRef x_1 = lp_build_fmuladd(b, y_2, DP1, x_abs);
2932 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1);
2933 LLVMValueRef x_3 = lp_build_fmuladd(b, y_2, DP3, x_2);

Completed in 11 milliseconds