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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 2697 class Record
2700 Record *next;
2708 Record *prev;
2712 inline void link(Record **);
2713 inline void unlink(Record **);
2720 Record *loads[DATA_FILE_COUNT];
2721 Record *stores[DATA_FILE_COUNT];
2729 Record **getList(const Instruction *);
2731 Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
2734 bool combineLd(Record *rec, Instruction *ld)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_peephole.cpp 2644 class Record
2647 Record *next;
2655 Record *prev;
2659 inline void link(Record **);
2660 inline void unlink(Record **);
2667 Record *loads[DATA_FILE_COUNT];
2668 Record *stores[DATA_FILE_COUNT];
2676 Record **getList(const Instruction *);
2678 Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
2681 bool combineLd(Record *rec, Instruction *ld)
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_atombios.c 829 rhdAtomLvdsDDC(atomBiosHandlePtr handle, uint32_t offset, unsigned char *record)
835 while (*record != ATOM_RECORD_END_TYPE) {
837 switch (*record) {
841 record += sizeof(ATOM_PATCH_RECORD_MODE);
847 record += sizeof(ATOM_LCD_RTS_RECORD);
853 record += sizeof(ATOM_LCD_MODE_CONTROL_CAP);
860 offset += ((ATOM_FAKE_EDID_PATCH_RECORD*)record)->ucFakeEDIDLength
865 ((ATOM_FAKE_EDID_PATCH_RECORD*)record)->ucFakeEDIDLength)))
867 memcpy(EDIDBlock,&((ATOM_FAKE_EDID_PATCH_RECORD*)record)->ucFakeEDIDString,
868 ((ATOM_FAKE_EDID_PATCH_RECORD*)record)->ucFakeEDIDLength)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
texturator-to-unit-test-5xx.lua 53 -- Record texture upload blits done through CP_EVENT_WRITE
  /xsrc/external/mit/libxcb/dist/
configure 1635 --enable-record Build XCB Record Extension (default: yes)
2166 # Strip out --silent because we don't want to record it for future runs.
21970 # Check whether --enable-record was given.
22352 ac_config_files="$ac_config_files xcb.pc xcb-composite.pc xcb-damage.pc xcb-dbe.pc xcb-dpms.pc xcb-dri2.pc xcb-dri3.pc xcb-ge.pc xcb-glx.pc xcb-present.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xinerama.pc xcb-xinput.pc xcb-xkb.pc xcb-xprint.pc xcb-xselinux.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc"
23520 "xcb-record.pc") CONFIG_FILES="$CONFIG_FILES xcb-record.pc" ;;
24843 echo " Record..............: ${BUILD_RECORD}"
  /xsrc/external/mit/xorg-server/dist/
configure 2124 --disable-record Build Record extension (default: enabled)
3220 # Strip out --silent because we don't want to record it for future runs.
26858 # Check whether --enable-record was given.
26861 enableval=$enable_record; RECORD=$enableval
26863 e) RECORD=yes ;;
29551 if test "x$RECORD" = xyes; then
29559 if test "x$RECORD" = xyes; then
29564 RECORD_LIB='$(top_builddir)/record/librecord.la'
34656 ac_config_files="$ac_config_files Makefile glx/Makefile include/Makefile composite/Makefile damageext/Makefile dbe/Makefile dix/Makefile doc/Makefile doc/dtrace/Makefile man/Makefile fb/Makefile glamor/Makefile record/Makefile config/Makefile mi/Makefile miext/Makefile miext/sync/Makefile miext/damage/Makefile miex (…)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 1920 --disable-record Build Record extension (default: enabled)
2329 # Strip out --silent because we don't want to record it for future runs.
28304 # Check whether --enable-record was given.
28306 enableval=$enable_record; RECORD=$enableval
28308 RECORD=yes
31012 if test "x$RECORD" = xyes; then
31020 if test "x$RECORD" = xyes; then
31027 RECORD_LIB='$(top_builddir)/record/librecord.la'
    [all...]

Completed in 61 milliseconds