Searched refs:pressure (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DdarwinEvents.h39 float pressure, float tilt_x, float tilt_y);
43 float pressure, float tilt_x, float tilt_y);
H A DdarwinEvents.c408 float pressure, float tilt_x, float tilt_y) {
429 valuators[2] = XQUARTZ_VALUATOR_LIMIT * pressure;
438 float pressure, float tilt_x, float tilt_y) {
444 //DEBUG_LOG("x=%f, y=%f, p=%f, tx=%f, ty=%f\n", pointer_x, pointer_y, pressure, tilt_x, tilt_y);
461 DarwinSendPointerEvents(pDev, ButtonRelease, darwinFakeMouseButtonDown, pointer_x, pointer_y, pressure, tilt_x, tilt_y);
489 DarwinPrepareValuators(pDev, valuators, screen, pointer_x, pointer_y, pressure, tilt_x, tilt_y);
548 float pressure, float tilt_x, float tilt_y) {
562 DarwinSendPointerEvents(darwinPointer, ButtonPress, sign_x, pointer_x, pointer_y, pressure, tilt_x, tilt_y);
563 DarwinSendPointerEvents(darwinPointer, ButtonRelease, sign_x, pointer_x, pointer_y, pressure, tilt_x, tilt_y);
567 DarwinSendPointerEvents(darwinPointer, ButtonPress, sign_y, pointer_x, pointer_y, pressure, tilt_
406 DarwinPrepareValuators(DeviceIntPtr pDev,int * valuators,ScreenPtr screen,float pointer_x,float pointer_y,float pressure,float tilt_x,float tilt_y) argument
437 DarwinSendPointerEvents(DeviceIntPtr pDev,int ev_type,int ev_button,float pointer_x,float pointer_y,float pressure,float tilt_x,float tilt_y) argument
546 DarwinSendScrollEvents(float count_x,float count_y,float pointer_x,float pointer_y,float pressure,float tilt_x,float tilt_y) argument
[all...]
H A DX11Application.m1106 float pressure = 0.0;
1233 /* NSTabletProximityEventSubtype doesn't encode pressure ant tilt
1238 pressure = [e pressure];
1248 pressure = [e pressure];
1280 location.y, pressure, tilt.x, tilt.y);
1286 pressure, tilt.x, tilt.y);
1320 location.y, pressure, tilt.x, tilt.y);
1331 pressure, til
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dtslib.c53 void (*raw_event_hook)(int x, int y, int pressure, void *closure);
70 private->raw_event_hook (event.x, event.y, event.pressure,
76 if (event.pressure) {
105 KdEnqueuePointerEvent (pi, flags, x, y, event.pressure);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DdarwinEvents.h48 double pointer_x, double pointer_y, double pressure,
H A DdarwinEvents.c447 double pressure, double tilt_x,
471 valuator_mask_set_double(&valuators, 2, XQUARTZ_VALUATOR_LIMIT * pressure);
445 DarwinSendTabletEvents(DeviceIntPtr pDev,int ev_type,int ev_button,double pointer_x,double pointer_y,double pressure,double tilt_x,double tilt_y) argument
H A DX11Application.m880 static float pressure = 0.0; // static so ProximityOut will have the value from the previous tablet event
883 static BOOL needsProximityIn = NO; // Do we do need to handle a pending ProximityIn once we have pressure/tilt?
1105 location.x, location.y, pressure,
1112 pressure = [e pressure];
1119 location.x, location.y, pressure,
1161 location.x, location.y, pressure,
1188 location.x, location.y, pressure,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dreduce_scheduler.c82 float pressure = reg[i] + n - (i + 1); local in function:schedule_calc_sched_info
83 if (pressure > node->rsched.reg_pressure)
84 node->rsched.reg_pressure = pressure;
89 * it's not fair for parent has the same reg pressure as child
96 * should has less reg pressure than a two children (with single
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dscheduler.c76 int pressure = reg[i] + n - (i + 1); local in function:ppir_schedule_calc_sched_info
77 if (pressure > instr->reg_pressure)
78 instr->reg_pressure = pressure;
83 * it's not fair for parent has the same reg pressure as child
90 * should has less reg pressure than a two children (with single
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dscheduler.c76 int pressure = reg[i] + n - (i + 1); local in function:ppir_schedule_calc_sched_info
77 if (pressure > instr->reg_pressure)
78 instr->reg_pressure = pressure;
83 * it's not fair for parent has the same reg pressure as child
90 * should has less reg pressure than a two children (with single
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxcalibrateproto.h112 CARD16 pressure; member in struct:__anon0cd216c00708
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxcalibrate.c40 extern void (*tslib_raw_event_hook)(int x, int y, int pressure, void *closure);
51 xcalibrate_event_hook (int x, int y, int pressure, void *closure) argument
59 ev.pressure = pressure;
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_dump.c368 int pressure = 0; local in function:vir_dump
376 pressure++;
379 fprintf(stderr, "P%4d ", pressure);
417 pressure--;
H A Dvir.c1039 uint32_t *pressure = rzalloc_array(NULL, uint32_t, max_ip); local in function:vir_get_max_temps
1046 pressure[i]++;
1052 max_temps = MAX2(max_temps, pressure[i]);
1054 ralloc_free(pressure);
1347 * pressure.
1603 * the highest register pressure but is expected to produce most
1605 * optimizations that are known to contribute to register pressure
1864 * This can impact register pressure and end up leading to worse code, so we
2039 * in general. Increasing Vc also increases VPM memory pressure which
2051 * at the expense of more VPM memory pressure (whic
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_dump.c361 int pressure = 0; local in function:vir_dump
369 pressure++;
372 fprintf(stderr, "P%4d ", pressure);
410 pressure--;
H A Dvir.c854 uint32_t *pressure = rzalloc_array(NULL, uint32_t, max_ip); local in function:vir_get_max_temps
861 pressure[i]++;
867 max_temps = MAX2(max_temps, pressure[i]);
869 ralloc_free(pressure);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dreduce_scheduler.c82 float pressure = reg[i] + n - (i + 1); local in function:schedule_calc_sched_info
83 if (pressure > node->rsched.reg_pressure)
84 node->rsched.reg_pressure = pressure;
89 * it's not fair for parent has the same reg pressure as child
96 * should has less reg pressure than a two children (with single
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_schedule.c31 * manage register pressure.
42 * texture/ubo results. The register pressure heuristic doesn't want to pick
44 * the only usage, so that instruction will increase pressure.
48 * user and expanding register pressure. The partially_evaluated_path flag
111 int pressure; member in struct:__anon4f2975c40208
567 /* Only the first def of a reg counts against register pressure. */
591 * Chooses an instruction that will minimise the register pressure as much as
682 * Scheduling for Register pressure) heuristic.
822 int pressure)
827 scoreboard->pressure
819 nir_schedule_mark_use(nir_schedule_scoreboard * scoreboard,void * reg_or_def,nir_instr * reg_or_def_parent,int pressure) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmir_promote_uniforms.c32 * both instructions and work register pressure, but it reduces the work
215 /* Otherwise, estimate the register pressure */
217 unsigned pressure = mir_estimate_pressure(ctx); local in function:mir_work_heuristic
220 * pressure estimate and the actual register pressure is a little
225 if (pressure > 6)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.c500 int pressure = 0; local in function:qir_dump
508 fprintf(stderr, "%3d ", pressure);
520 pressure++;
542 pressure--;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.c500 int pressure = 0; local in function:qir_dump
508 fprintf(stderr, "%3d ", pressure);
520 pressure++;
542 pressure--;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra.c119 * in mergedregs mode, and count as 4 half-units of register pressure
1015 unreachable("reg pressure calculation was wrong!");
1032 unreachable("reg pressure calculation was wrong!");
2039 calc_target_full_pressure(struct ir3_shader_variant *v, unsigned pressure) argument
2044 unsigned reg_count = DIV_ROUND_UP(pressure, 2 * 4);
2066 add_pressure(struct ir3_pressure *pressure, struct ir3_register *reg, argument
2071 pressure->half += size;
2073 pressure->full += size;
2092 /* Calculate the minimum possible limit on register pressure so that spilling
2129 /* pre-colored inputs may have holes, which increases the pressure
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME.md85 Scheduling is another NP-complete problem where basically all known heuristics suffer from unpredictable change in register pressure. For that reason, the implemented scheduler does not completely re-schedule all instructions, but only aims to move up memory loads as far as possible without exceeding the maximum register limit for the pre-calculated wave count. The reason this works is that ILP is very limited on GCN. This approach looks promising so far.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst628 TGSI pass is skipped. This might reduce code size and register pressure if
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst738 TGSI pass is skipped. This might reduce code size and register pressure if

Completed in 46 milliseconds

12