HomeSort by: relevance | last modified time | path
    Searched refs:pressure (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
darwinEvents.h 39 float pressure, float tilt_x, float tilt_y);
43 float pressure, float tilt_x, float tilt_y);
darwinEvents.c 408 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_x, tilt_y)
    [all...]
X11Application.m 1106 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, tilt.x, tilt.y)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
darwinEvents.h 48 double pointer_x, double pointer_y, double pressure,
X11Application.m 880 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,
darwinEvents.c 447 double pressure, double tilt_x,
471 valuator_mask_set_double(&valuators, 2, XQUARTZ_VALUATOR_LIMIT * pressure);
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
tslib.c 53 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/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
scheduler.c 76 int pressure = reg[i] + n - (i + 1); local
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.old/dist/src/gallium/drivers/lima/ir/gp/
reduce_scheduler.c 82 float pressure = reg[i] + n - (i + 1); local
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/
scheduler.c 76 int pressure = reg[i] + n - (i + 1); local
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/xorg-server.old/dist/Xext/
xcalibrate.c 40 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)
59 ev.pressure = pressure;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xcalibrateproto.h 112 CARD16 pressure; member in struct:__anon11840
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
vir_dump.c 368 int pressure = 0; local
376 pressure++;
379 fprintf(stderr, "P%4d ", pressure);
417 pressure--;
vir.c 1039 uint32_t *pressure = rzalloc_array(NULL, uint32_t, max_ip); local
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 (which can affec
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
vir_dump.c 361 int pressure = 0; local
369 pressure++;
372 fprintf(stderr, "P%4d ", pressure);
410 pressure--;
vir.c 854 uint32_t *pressure = rzalloc_array(NULL, uint32_t, max_ip); local
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/
reduce_scheduler.c 82 float pressure = reg[i] + n - (i + 1); local
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/
nir_schedule.c 31 * 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:__anon800
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 += pressure
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
mir_promote_uniforms.c 32 * 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
220 * pressure estimate and the actual register pressure is a little
225 if (pressure > 6)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_qir.c 500 int pressure = 0; local
508 fprintf(stderr, "%3d ", pressure);
520 pressure++;
542 pressure--;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_qir.c 500 int pressure = 0; local
508 fprintf(stderr, "%3d ", pressure);
520 pressure++;
542 pressure--;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_ra.c 119 * 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)
2044 unsigned reg_count = DIV_ROUND_UP(pressure, 2 * 4);
2066 add_pressure(struct ir3_pressure *pressure, struct ir3_register *reg,
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...]

Completed in 15 milliseconds