Searched refs:x_2 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | dfps.c | 149 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 D | nir_builtin_builder.c | 200 nir_ssa_def *x_2 = nir_fmul(b, x, x); local in function:nir_atan 201 nir_ssa_def *x_3 = nir_fmul(b, x_2, x); 202 nir_ssa_def *x_5 = nir_fmul(b, x_3, x_2); 203 nir_ssa_def *x_7 = nir_fmul(b, x_5, x_2); 204 nir_ssa_def *x_9 = nir_fmul(b, x_7, x_2); 205 nir_ssa_def *x_11 = nir_fmul(b, x_9, x_2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_glsl450.c | 276 nir_ssa_def *x_2 = nir_fmul(b, x, x); local in function:build_atan 277 nir_ssa_def *x_3 = nir_fmul(b, x_2, x); 278 nir_ssa_def *x_5 = nir_fmul(b, x_3, x_2); 279 nir_ssa_def *x_7 = nir_fmul(b, x_5, x_2); 280 nir_ssa_def *x_9 = nir_fmul(b, x_7, x_2); 281 nir_ssa_def *x_11 = nir_fmul(b, x_9, x_2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3043 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); local in function:lp_build_sin_or_cos 3044 LLVMValueRef x_3 = lp_build_fmuladd(b, y_2, DP3, x_2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 2932 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); local in function:lp_build_sin_or_cos 2933 LLVMValueRef x_3 = lp_build_fmuladd(b, y_2, DP3, x_2);
|
Completed in 15 milliseconds