Searched refs:input_type (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_constant_expressions.py15 for input_type in op.input_types:
16 if not type_has_size(input_type):
18 sizes = set(type_sizes(input_type))
20 sizes = sizes.intersection(set(type_sizes(input_type)))
H A Dnir_opcodes.py168 def unop_horiz(name, output_size, output_type, input_size, input_type,
170 opcode(name, output_size, output_type, [input_size], [input_type],
173 def unop_reduce(name, output_size, output_type, input_type, prereduce_expr,
185 unop_horiz(name + "2", output_size, output_type, 2, input_type,
187 unop_horiz(name + "3", output_size, output_type, 3, input_type,
189 unop_horiz(name + "4", output_size, output_type, 4, input_type,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_constant_expressions.py17 for input_type in op.input_types:
18 if not type_has_size(input_type):
20 sizes = set(type_sizes(input_type))
22 sizes = sizes.intersection(set(type_sizes(input_type)))
H A Dnir_opcodes.py156 def unop_horiz(name, output_size, output_type, input_size, input_type,
158 opcode(name, output_size, output_type, [input_size], [input_type],
161 def unop_reduce(name, output_size, output_type, input_type, prereduce_expr,
173 unop_horiz(name + "2", output_size, output_type, 2, input_type,
175 unop_horiz(name + "3", output_size, output_type, 3, input_type,
177 unop_horiz(name + "4", output_size, output_type, 4, input_type,
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_disasm.c38 static enum opt_input_type input_type = OPT_INPUT_BINARY; variable in typeref:enum:opt_input_type
193 input_type = OPT_INPUT_C_LITERAL;
195 input_type = OPT_INPUT_BINARY;
231 if (input_type == OPT_INPUT_BINARY)
233 else if (input_type == OPT_INPUT_C_LITERAL)
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_setup.c267 "DDC detected a %s:\n", MonInfo->features.input_type ?
527 FlatPanel = monitorA->features.input_type ? 1 : 0;
652 FlatPanel = monitorA->features.input_type ? 1 : 0;
655 FlatPanel = monitorB->features.input_type ? 1 : 0;
697 if((monitorA->features.input_type && pNv->FlatPanel) ||
698 (!monitorA->features.input_type && !pNv->FlatPanel))
711 if((monitorB->features.input_type && !pNv->FlatPanel) ||
712 (!monitorB->features.input_type && pNv->FlatPanel))
H A Dg80_output.c361 "DDC detected a %s:\n", monInfo->features.input_type ?
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_analog.c271 if (mon && (!mon->features.input_type)) {
284 if (mon && (!mon->features.input_type)) {
H A Dvia_sii164.c307 if (mon && DIGITAL(mon->features.input_type)) {
H A Dvia_vt1632.c321 if (mon && DIGITAL(mon->features.input_type)) {
H A Dvia_tmds.c985 if (mon && DIGITAL(mon->features.input_type)) {
H A Dvia_fp.c912 if (pMon && DIGITAL(pMon->features.input_type)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dinterpret_edid.c367 r->input_type = INPUT_TYPE;
368 if (!DIGITAL(r->input_type)) {
H A Dprint_edid.c71 if (DIGITAL(c->input_type)) {
135 if (!c->input_type) { /* analog */
H A Dedid.h411 unsigned int input_type:1; member in struct:disp_features
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dprint_edid.c71 if (DIGITAL(c->input_type)) {
143 if (!c->input_type) { /* analog */
H A Dinterpret_edid.c464 r->input_type = INPUT_TYPE;
465 if (!DIGITAL(r->input_type)) {
H A Dedid.h411 unsigned int input_type:1; member in struct:disp_features
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_hdmi.c202 if (!edid_mon || !DIGITAL(edid_mon->features.input_type))
H A Di830_crt.c470 if (!edid_mon || DIGITAL(edid_mon->features.input_type)) {
H A Di830_sdvo.c1827 if (edid_mon && !DIGITAL(edid_mon->features.input_type)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Init.c770 (DDC->features.input_type ?
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Init.c660 (DDC->features.input_type ?
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c68 if (DDC->features.input_type)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86EdidModes.c64 if (DDC->features.input_type)

Completed in 89 milliseconds

12