HomeSort by: relevance | last modified time | path
    Searched refs:output (Results 1 - 25 of 1249) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
test_tests.cpp 31 fprintf(output, "woops!\n");
36 fprintf(output, "woops!\n");
41 fprintf(output, "s_buffer_load_dwordx2 s[6:7]\n");
45 fprintf(output, "s_add_u32 s8, s6, 1\n");
46 fprintf(output, "s_addc_u32 s9, s7, 0\n");
48 fprintf(output, "s_buffer_store_dwordx2 s[8:9]\n");
59 fprintf(output, "test gfx67\n");
60 fprintf(output, "test all\n");
64 fprintf(output, "test gfx8\n");
65 fprintf(output, "test all\n")
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_print_ir.cpp 90 print_reg_class(const RegClass rc, FILE* output)
93 fprintf(output, " v%ub: ", rc.bytes());
95 fprintf(output, " s%u: ", rc.size());
97 fprintf(output, " lv%u: ", rc.size());
99 fprintf(output, " v%u: ", rc.size());
104 print_physReg(PhysReg reg, unsigned bytes, FILE* output, unsigned flags)
107 fprintf(output, "m0");
109 fprintf(output, "vcc");
111 fprintf(output, "scc");
113 fprintf(output, "exec")
    [all...]
  /xsrc/external/mit/xorg-server/dist/randr/
rroutput.c 30 * Notify the output of some change
33 RROutputChanged(RROutputPtr output, Bool configChanged)
36 ScreenPtr pScreen = output->pScreen;
39 output->changed = TRUE;
59 * Create an output
66 RROutputPtr output; local
83 output = malloc(sizeof(RROutputRec) + nameLength + 1);
84 if (!output)
86 output->id = FakeClientID(0);
87 output->pScreen = pScreen
375 RROutputPtr output = (RROutputPtr) value; local
454 RROutputPtr output; local
608 RROutputPtr output = NULL; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/randr/
rroutput.c 29 * Notify the output of some change
32 RROutputChanged (RROutputPtr output, Bool configChanged)
34 ScreenPtr pScreen = output->pScreen;
36 output->changed = TRUE;
47 * Create an output
56 RROutputPtr output; local
75 output = malloc(sizeof (RROutputRec) + nameLength + 1);
76 if (!output)
78 output->id = FakeClientID (0);
79 output->pScreen = pScreen
371 RROutputPtr output = (RROutputPtr) value; local
441 RROutputPtr output; local
565 RROutputPtr output = NULL; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_modes.c 58 i830_ddc_get_modes (xf86OutputPtr output)
60 I830OutputPrivatePtr intel_output = output->driver_private;
64 edid_mon = xf86OutputGetEDID (output, intel_output->pDDCBus);
65 xf86OutputSetEDID (output, edid_mon);
67 modes = xf86OutputGetEDIDModes (output);
i830_sdvo.c 35 * in a ganged mode to provide higher bandwidth to a single output. Currently,
36 * this code doesn't deal with either ganged mode or more than one SDVO output.
62 /** Active outputs controlled by this SDVO output */
75 /* Current output type name */
84 * While we have these nice friendly flags for output types that ought to
85 * decide this for us, the S-Video output on our HDMI+S-Video card shows
95 * This is set if we detect output of sdvo device as LVDS.
100 *This is set if output is LVDS or TV.
121 /** DDC bus used by this SDVO output */
149 static void i830_sdvo_write_sdvox(xf86OutputPtr output, uint32_t val
1427 xf86OutputPtr output = d->pI2CBus->DriverPrivate.ptr; local
1444 xf86OutputPtr output = d->pI2CBus->DriverPrivate.ptr; local
1467 xf86OutputPtr output = b->DriverPrivate.ptr; local
1483 xf86OutputPtr output = d->pI2CBus->DriverPrivate.ptr; local
1580 xf86OutputPtr output = xf86_config->output[i]; local
2273 xf86OutputPtr output; local
    [all...]
i830_display.h 37 xf86CrtcPtr i830GetLoadDetectPipe(xf86OutputPtr output, DisplayModePtr mode, int *dpms_mode);
38 void i830ReleaseLoadDetectPipe(xf86OutputPtr output, int dpms_mode);
41 void i830_output_prepare (xf86OutputPtr output);
42 void i830_output_commit (xf86OutputPtr output);
i830_crt.c 38 i830_crt_dpms(xf86OutputPtr output, int mode)
40 ScrnInfoPtr pScrn = output->scrn;
67 i830_crt_save (xf86OutputPtr output)
69 ScrnInfoPtr pScrn = output->scrn;
76 i830_crt_restore (xf86OutputPtr output)
78 ScrnInfoPtr pScrn = output->scrn;
85 i830_crt_mode_valid(xf86OutputPtr output, DisplayModePtr pMode)
87 ScrnInfoPtr pScrn = output->scrn;
109 i830_crt_mode_fixup(xf86OutputPtr output, DisplayModePtr mode,
116 i830_crt_mode_set(xf86OutputPtr output, DisplayModePtr mode
529 xf86OutputPtr output; local
    [all...]
i830_hdmi.c 51 i830_hdmi_mode_valid(xf86OutputPtr output, DisplayModePtr mode)
63 i830_hdmi_mode_fixup(xf86OutputPtr output, DisplayModePtr mode,
66 /* The HDMI output doesn't need the pixel multiplication that SDVO does,
73 i830_hdmi_mode_set(xf86OutputPtr output, DisplayModePtr mode,
76 ScrnInfoPtr pScrn = output->scrn;
77 I830OutputPrivatePtr intel_output = output->driver_private;
80 xf86CrtcPtr crtc = output->crtc;
100 i830_hdmi_dpms(xf86OutputPtr output, int mode)
102 ScrnInfoPtr pScrn = output->scrn;
103 I830OutputPrivatePtr intel_output = output->driver_private
332 xf86OutputPtr output; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/
roundeven_test.c 72 float output = _mesa_roundevenf(float_data[i].input); local
73 if (memcmp(&float_data[i].expected, &output, sizeof(float))) {
81 output,
82 output);
89 float output = _mesa_roundevenf(-float_data[i].input); local
91 if (memcmp(&negated_expected, &output, sizeof(float))) {
99 output,
100 output);
106 double output = _mesa_roundeven(double_data[i].input); local
107 if (memcmp(&double_data[i].expected, &output, sizeof(double)))
123 double output = _mesa_roundeven(-double_data[i].input); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/util/
roundeven_test.c 72 float output = _mesa_roundevenf(float_data[i].input); local
73 if (memcmp(&float_data[i].expected, &output, sizeof(float))) {
81 output,
82 output);
89 float output = _mesa_roundevenf(-float_data[i].input); local
91 if (memcmp(&negated_expected, &output, sizeof(float))) {
99 output,
100 output);
106 double output = _mesa_roundeven(double_data[i].input); local
107 if (memcmp(&double_data[i].expected, &output, sizeof(double)))
123 double output = _mesa_roundeven(-double_data[i].input); local
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_output.c 49 lx_create_resources(xf86OutputPtr output)
53 ScrnInfoPtr pScrni = output->scrn;
58 if (!(pGeode->Output & OUTPUT_PANEL))
62 ret = RRConfigureOutputProperty(output->randr_output,
71 ret = RRChangeOutputProperty(output->randr_output, scale_atom,
82 lx_output_set_property(xf86OutputPtr output, Atom property,
85 ScrnInfoPtr pScrni = output->scrn;
104 if (pGeode->Scale != scale && output->crtc) {
105 xf86CrtcPtr crtc = output->crtc;
126 lx_output_dpms(xf86OutputPtr output, int mode
284 xf86OutputPtr output; local
    [all...]
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_output.c 39 SMI_OutputCreateResources(xf86OutputPtr output)
47 SMI_OutputModeValid(xf86OutputPtr output, DisplayModePtr mode)
49 ScrnInfoPtr pScrn = output->scrn;
62 if (output->name && strcmp(output->name, "LVDS") == 0 &&
86 SMI_OutputModeFixup(xf86OutputPtr output, DisplayModePtr mode, DisplayModePtr adjusted_mode)
96 SMI_OutputPrepare(xf86OutputPtr output)
106 SMI_OutputCommit(xf86OutputPtr output)
110 output->funcs->dpms(output,DPMSModeOn)
    [all...]
smilynx_output.c 38 SMILynx_OutputDPMS_crt(xf86OutputPtr output, int mode)
40 ScrnInfoPtr pScrn = output->scrn;
80 SMILynx_OutputDPMS_lcd(xf86OutputPtr output, int mode)
82 ScrnInfoPtr pScrn = output->scrn;
92 output->crtc == crtcConf->crtc[1]){
125 SMILynx_OutputDPMS_bios(xf86OutputPtr output, int mode)
128 ScrnInfoPtr pScrn = output->scrn;
157 SMILynx_OutputGetModes_crt(xf86OutputPtr output)
159 ScrnInfoPtr pScrn = output->scrn;
178 xf86OutputSetEDID(output,pMon)
240 xf86OutputPtr output; local
    [all...]
  /xsrc/external/mit/libXau/dist/
Autest.c 45 FILE *output; local
68 output = tmpfile();
70 output = fopen (file, "w");
72 if (output) {
73 state = XauWriteAuth (output, &test_data);
74 fclose (output);
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
mesher.cc 258 Mesher::output( int x ) function in class:Mesher
283 output( ilast );
287 output( i );
292 output( ilast );
294 output( i );
300 output( ilast );
301 output( 0 );
304 output( i );
311 output( ilast );
313 output( i )
    [all...]
coveandtiler.cc 60 CoveAndTiler::output( GridVertex &gv ) function in class:CoveAndTiler
66 CoveAndTiler::output( TrimVertex *tv ) function in class:CoveAndTiler
72 CoveAndTiler::output( GridTrimVertex& g ) function in class:CoveAndTiler
168 output(trrv);
169 output(tllv);
170 output( tr );
171 output( tl );
172 output( br );
173 output( bl );
174 output(brrv)
    [all...]
coveandtiler.h 67 inline void output( GridTrimVertex& );
68 inline void output( GridVertex& );
69 inline void output( TrimVertex* );
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display_fake.c 47 xf86OutputPtr output = config->output[i]; local
49 if (output->crtc != crtc)
52 len += snprintf(outputs+len, max-len, "%s, ", output->name);
110 sna_output_create_resources(xf86OutputPtr output)
115 sna_output_set_property(xf86OutputPtr output, Atom property,
122 sna_output_get_property(xf86OutputPtr output, Atom property)
128 sna_output_dpms(xf86OutputPtr output, int dpms)
133 sna_output_detect(xf86OutputPtr output)
136 __FUNCTION__, output->name
231 xf86OutputPtr output; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display_fake.c 47 xf86OutputPtr output = config->output[i]; local
49 if (output->crtc != crtc)
52 len += snprintf(outputs+len, max-len, "%s, ", output->name);
117 sna_output_create_resources(xf86OutputPtr output)
122 sna_output_set_property(xf86OutputPtr output, Atom property,
129 sna_output_get_property(xf86OutputPtr output, Atom property)
135 sna_output_dpms(xf86OutputPtr output, int dpms)
140 sna_output_detect(xf86OutputPtr output)
143 __FUNCTION__, output->name
238 xf86OutputPtr output; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c 172 if (xf86_config->output[o]->crtc == crtc)
191 * Return whether the output is leased by a client
195 xf86OutputIsLeased(xf86OutputPtr output)
198 if (!output->randr_output)
200 return RROutputIsLeased(output->randr_output);
216 xf86OutputPtr output = xf86_config->output[o]; local
218 if (output->crtc == crtc) {
219 switch (output->subpixel_order) {
226 subpixel_order = output->subpixel_order
329 xf86OutputPtr output = xf86_config->output[i]; local
348 xf86OutputPtr output = xf86_config->output[i]; local
364 xf86OutputPtr output = xf86_config->output[i]; local
378 xf86OutputPtr output = xf86_config->output[i]; local
633 xf86OutputPtr output, *outputs; local
781 xf86OutputPtr output = config->output[o]; local
976 xf86OutputPtr output; local
1085 xf86OutputPtr output = config->output[o]; local
1136 xf86OutputPtr output = config->output[o]; local
1179 xf86OutputPtr output = config->output[o]; local
1186 xf86OutputPtr output = config->output[o]; local
1202 xf86OutputPtr output = config->output[o]; local
1321 xf86OutputPtr output = config->output[o]; local
1340 xf86OutputPtr output = config->output[o]; local
1349 xf86OutputPtr output = config->output[o]; local
1364 xf86OutputPtr output = config->output[o]; local
1432 DisplayModePtr output = NULL, i, o, n, *op, prev; local
1666 xf86OutputPtr output = config->output[o]; local
1924 xf86OutputPtr output = NULL, test = NULL; local
2009 xf86OutputPtr output; local
2303 xf86OutputPtr output = config->output[o]; local
2393 xf86OutputPtr output; local
2653 xf86OutputPtr output = config->output[o]; local
2751 xf86OutputPtr output = config->output[o]; local
2775 xf86OutputPtr output = NULL; local
2830 xf86OutputPtr output = NULL; local
2985 xf86OutputPtr output = config->output[o]; local
3038 xf86OutputPtr output = config->output[i]; local
3054 xf86OutputPtr output = config->output[i]; local
3091 xf86OutputPtr output = xf86_config->output[o]; local
3169 xf86OutputPtr output; member in struct:det_phySize_parameter
    [all...]
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_dac.c 44 G80DacSetPClk(xf86OutputPtr output, int pclk)
46 G80Ptr pNv = G80PTR(output->scrn);
47 G80OutputPrivPtr pPriv = output->driver_private;
54 G80DacDPMSSet(xf86OutputPtr output, int mode)
56 G80Ptr pNv = G80PTR(output->scrn);
57 G80OutputPrivPtr pPriv = output->driver_private;
86 G80DacModeFixup(xf86OutputPtr output, DisplayModePtr mode,
93 G80DacModeSet(xf86OutputPtr output, DisplayModePtr mode,
96 ScrnInfoPtr pScrn = output->scrn;
97 G80OutputPrivPtr pPriv = output->driver_private
198 xf86OutputPtr output; local
    [all...]
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_output.c 59 static void R128ConnectorFindMonitor(ScrnInfoPtr pScrn, xf86OutputPtr output);
62 void R128InitDACRegisters(R128SavePtr orig, R128SavePtr save, xf86OutputPtr output)
64 ScrnInfoPtr pScrn = output->scrn;
66 xf86CrtcPtr crtc = output->crtc;
84 static void r128_dpms(xf86OutputPtr output, int mode)
88 R128DPMSSetOn(output);
93 R128DPMSSetOff(output);
98 static void r128_save(xf86OutputPtr output)
102 static void r128_restore(xf86OutputPtr output)
106 static int r128_mode_valid(xf86OutputPtr output, DisplayModePtr mode
524 xf86OutputPtr output; local
    [all...]
  /xsrc/external/mit/xrandr/dist/
xrandr.c 125 " --dpi <dpi>/<output>\n"
126 " --output <output>\n"
134 " --left-of <output>\n"
135 " --right-of <output>\n"
136 " --above <output>\n"
137 " --below <output>\n"
138 " --same-as <output>\n"
158 " --addmode <output> <name>\n"
159 " --delmode <output> <name>\n
350 name_t output; member in struct:_output
398 name_t output; member in struct:_umode
738 output_t *output = calloc (1, sizeof (output_t)); local
753 output_t *output; local
1385 output_t *output; local
1397 output_t *output; local
1773 output_t *output; local
1855 output_t *output; local
1961 output_t *output; local
2135 output_t *output; local
2200 output_t *output; local
3653 output_t *output = find_output(&u->outputs[o]); local
4028 output_t *output = find_output_by_xid(monitors->monitors[m].outputs[o]); local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.c 179 if (xf86_config->output[o]->crtc == crtc)
199 xf86OutputPtr output = xf86_config->output[o]; local
201 if (output->crtc == crtc)
203 switch (output->subpixel_order) {
210 subpixel_order = output->subpixel_order;
309 * adjust it according to limitations or output properties, and also
313 xf86OutputPtr output = xf86_config->output[i]; local
315 if (output->crtc != crtc
332 xf86OutputPtr output = xf86_config->output[i]; local
349 xf86OutputPtr output = xf86_config->output[i]; local
363 xf86OutputPtr output = xf86_config->output[i]; local
595 xf86OutputPtr output, *outputs; local
750 xf86OutputPtr output = config->output[o]; local
939 xf86OutputPtr output; local
1053 xf86OutputPtr output = config->output[o]; local
1101 xf86OutputPtr output = config->output[o]; local
1145 xf86OutputPtr output = config->output[o]; local
1163 xf86OutputPtr output = config->output[o]; local
1292 xf86OutputPtr output = config->output[o]; local
1312 xf86OutputPtr output = config->output[o]; local
1322 xf86OutputPtr output = config->output[o]; local
1338 xf86OutputPtr output = config->output[o]; local
1406 DisplayModePtr output = NULL, i, o, n, *op, prev; local
1559 xf86OutputPtr output = config->output[o]; local
1820 xf86OutputPtr output = NULL, test = NULL; local
1894 xf86OutputPtr output; local
2065 xf86OutputPtr output = config->output[o]; local
2138 xf86OutputPtr output; local
2460 xf86OutputPtr output = config->output[o]; local
2545 xf86OutputPtr output = config->output[o]; local
2565 xf86OutputPtr output = NULL; local
2615 xf86OutputPtr output = NULL; local
2770 xf86OutputPtr output = config->output[o]; local
2827 xf86OutputPtr output = config->output[i]; local
2841 xf86OutputPtr output = config->output[i]; local
2878 xf86OutputPtr output = xf86_config->output[o]; local
2929 xf86OutputPtr output; member in struct:det_phySize_parameter
    [all...]

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>