HomeSort by: relevance | last modified time | path
    Searched defs:raw (Results 1 - 25 of 39) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/
ir3-disasm.c 48 void *raw = os_read_file(argv[1], &sz); local
50 isa_decode(raw, sz, stdout, &(struct isa_decode_options) {
  /xsrc/external/mit/MesaLib/dist/src/panfrost/util/
pan_lower_sample_position.c 54 nir_ssa_def *raw = nir_load_global(b, addr, 2, 2, 16); local
55 nir_ssa_def *decoded = nir_fmul_imm(b, nir_i2f16(b, raw), 1.0 / 256.0);
  /xsrc/external/mit/bdftopcf/dist/
fileio.c 47 BufFilePtr raw; local
52 raw = BufFileOpenRead(fd);
53 if (!raw) {
58 return (FontFilePtr) raw;
  /xsrc/external/mit/libXfont/dist/src/fontfile/
fileio.c 51 BufFilePtr raw, cooked; local
56 raw = BufFileOpenRead (fd);
57 if (!raw)
64 cooked = BufFilePushCompressed (raw);
66 BufFileClose (raw, TRUE);
69 raw = cooked;
72 cooked = BufFilePushZIP (raw);
74 BufFileClose (raw, TRUE);
77 raw = cooked;
81 cooked = BufFilePushBZIP2 (raw);
    [all...]
decompress.c 188 BufFilePtr raw; local
191 raw = file->file;
193 BufFileClose (raw, doClose);
306 register BufFilePtr raw; local
328 raw = file->file;
329 while (bits > 0 && (code = BufFileGet (raw)) != BUFFILEEOF)
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
fileio.c 52 BufFilePtr raw, cooked; local
57 raw = BufFileOpenRead (fd);
58 if (!raw)
65 cooked = BufFilePushCompressed (raw);
67 BufFileClose (raw, TRUE);
70 raw = cooked;
73 cooked = BufFilePushZIP (raw);
75 BufFileClose (raw, TRUE);
78 raw = cooked;
82 cooked = BufFilePushBZIP2 (raw);
    [all...]
decompress.c 189 BufFilePtr raw; local
192 raw = file->file;
194 BufFileClose (raw, doClose);
307 register BufFilePtr raw; local
329 raw = file->file;
330 while (bits > 0 && (code = BufFileGet (raw)) != BUFFILEEOF)
  /xsrc/external/mit/libXfont/dist/src/builtins/
file.c 97 BufFilePtr raw, cooked; local
110 raw = BufFileCreate ((char *) io, BuiltinFill, 0, BuiltinSkip, BuiltinClose);
111 if (!raw)
116 if ((cooked = BufFilePushZIP (raw)))
117 raw = cooked;
120 raw->left += raw->bufp - raw->buffer;
121 raw->bufp = raw->buffer
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/builtins/
file.c 98 BufFilePtr raw, cooked; local
111 raw = BufFileCreate ((char *) io, BuiltinFill, 0, BuiltinSkip, BuiltinClose);
112 if (!raw)
117 if ((cooked = BufFilePushZIP (raw)))
118 raw = cooked;
121 raw->left += raw->bufp - raw->buffer;
122 raw->bufp = raw->buffer
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_props.c 42 /* Abstraction over the raw drm_panfrost_get_param ioctl for fetching
92 uint32_t raw = panfrost_query_raw(fd, DRM_PANFROST_PARAM_TILER_FEATURES, local
97 .bin_size = (1 << (raw & BITFIELD_MASK(5))),
98 .max_levels = (raw >> 8) & BITFIELD_MASK(4)
pan_tiler.c 296 unsigned raw = pan_tile_count(width, height, tw, th) * bytes_per_tile; local
299 return 0x200 + ((raw / 0x200) * 0x200);
  /xsrc/external/mit/xterm/dist/vttests/
titlestack.pl 232 sub raw() { subroutine
233 ReadMode 'ultra-raw', 'STDIN'; # allow single-character inputs
285 &raw;
538 &raw;
660 &raw;
663 &raw;
689 &raw;
xtra-scroll.pl 65 sub raw() { subroutine
66 ReadMode 'ultra-raw', 'STDIN'; # allow single-character inputs
306 &raw;
palettes.pl 752 sub raw() { subroutine
753 ReadMode 'ultra-raw', 'STDIN'; # allow single-character inputs
765 &raw;
  /xsrc/external/mit/ctwm/dist/
parse.c 259 FILE *raw = NULL; local
262 * Hold onto raw filehandle so we can fclose() it below, and
265 raw = twmrc;
266 twmrc = start_m4(raw);
270 if(raw) {
271 fclose(raw);
  /xsrc/external/mit/xf86-input-ws/dist/src/
ws.h 45 int raw; member in struct:WSDevice
  /xsrc/external/mit/xorg-server/dist/dix/
eventconvert.c 775 xXIRawEvent *raw; local
783 raw, once processed */
790 raw = (xXIRawEvent *) * xi;
791 raw->type = GenericEvent;
792 raw->extension = IReqCode;
793 raw->evtype = GetXI2Type(ev->type);
794 raw->time = ev->time;
795 raw->length = bytes_to_int32(len - sizeof(xEvent));
796 raw->detail = ev->detail.button;
797 raw->deviceid = ev->deviceid
    [all...]
getevents.c 624 /* One raw event
628 * Lots of possible separate raw button scroll events (horiz + vert)
1071 RawDeviceEvent *raw; local
1116 raw = &events->raw_event;
1117 init_raw(pDev, raw, ms, type, key_code);
1297 * raw motion events for the slave device: does not update the master device.
1348 RawDeviceEvent *raw = NULL; local
1384 raw = &events->raw_event;
1388 init_raw(pDev, raw, ms, type, buttons);
1391 raw->flags = XIPointerEmulated
1887 RawDeviceEvent *raw; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
eventconvert.c 623 xXIRawEvent* raw; local
631 raw, once processed */
636 raw = (xXIRawEvent*)*xi;
637 raw->type = GenericEvent;
638 raw->extension = IReqCode;
639 raw->evtype = GetXI2Type((InternalEvent*)ev);
640 raw->time = ev->time;
641 raw->length = bytes_to_int32(len - sizeof(xEvent));
642 raw->detail = ev->detail.button;
643 raw->deviceid = ev->deviceid
    [all...]
getevents.c 626 /* One raw event
952 RawDeviceEvent *raw; local
980 raw = (RawDeviceEvent*)events->event;
986 init_raw(pDev, raw, ms, type, key_code);
987 set_raw_valuators(raw, &mask, raw->valuators.data_raw);
991 set_raw_valuators(raw, &mask, raw->valuators.data);
1107 RawDeviceEvent *raw; local
1144 raw = (RawDeviceEvent*)events->event
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
usb-common.c 94 struct input_event raw; local
108 while (read(priv->fd, &raw, sizeof(raw)) > 0) {
111 raw.type, raw.code, raw.value);
113 switch (raw.type) {
115 /* raw.value = 1 for first, 2 for repeat */
116 if (raw.code > minButton) {
117 if (raw.value) PRESS((raw.code & 0x0f) + 1)
    [all...]
usb-keyboard.c 376 struct input_event raw; local
378 while (read(priv->fd, &raw, sizeof(raw)) > 0) {
381 raw.type, raw.code, raw.value);
383 kbdUSBConvert(pDev, raw.code, raw.value, enqueue, checkspecial, block);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_pack.c 383 uint32_t raw = 0; local
384 memcpy(&raw, &bytes, sizeof(raw));
387 raw &= ~0xF0000000;
391 clause->constants[clause->pcrel_idx] |= ((uint64_t) raw) << 32ull;
  /xsrc/external/mit/mesa-demos/dist/src/util/
readtex.c 89 rawImageRec *raw; local
101 raw = (rawImageRec *)calloc(1, sizeof(rawImageRec));
102 if (raw == NULL) {
106 raw->file = fopen(fileName, "rb");
107 if (raw->file == NULL) {
110 raw->file = fopen(baseName + 1, "rb");
111 if(raw->file == NULL) {
113 free(raw);
118 result = fread(raw, 1, 12, raw->file)
270 rawImageRec *raw; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_pack.c 273 uint64_t raw = encoding.exact; local
278 raw |= (1 << 6);
285 raw |= (D & BITFIELD_MASK(8)) << 7;
288 raw |= (I->invert_cond << 8);
289 raw |= (I->nest << 11);
290 raw |= (I->icond << 13);
324 raw |= (((uint64_t) src_short) << offset);
332 raw |= (1 << 27);
335 raw |= (I->truth_table & 0x3) << 26;
336 raw |= (uint64_t) (I->truth_table >> 2) << 38
399 uint64_t raw = local
427 uint64_t raw = local
452 uint64_t raw = local
481 uint64_t raw = local
549 uint64_t raw = local
592 uint64_t raw = info.encoding.exact; local
    [all...]

Completed in 20 milliseconds

1 2