| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_constant_expressions.py | 15 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 D | nir_opcodes.py | 168 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 D | nir_constant_expressions.py | 17 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 D | nir_opcodes.py | 156 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 D | i965_disasm.c | 38 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 D | nv_setup.c | 267 "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 D | g80_output.c | 361 "DDC detected a %s:\n", monInfo->features.input_type ?
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_analog.c | 271 if (mon && (!mon->features.input_type)) { 284 if (mon && (!mon->features.input_type)) {
|
| H A D | via_sii164.c | 307 if (mon && DIGITAL(mon->features.input_type)) {
|
| H A D | via_vt1632.c | 321 if (mon && DIGITAL(mon->features.input_type)) {
|
| H A D | via_tmds.c | 985 if (mon && DIGITAL(mon->features.input_type)) {
|
| H A D | via_fp.c | 912 if (pMon && DIGITAL(pMon->features.input_type)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| H A D | interpret_edid.c | 367 r->input_type = INPUT_TYPE; 368 if (!DIGITAL(r->input_type)) {
|
| H A D | print_edid.c | 71 if (DIGITAL(c->input_type)) { 135 if (!c->input_type) { /* analog */
|
| H A D | edid.h | 411 unsigned int input_type:1; member in struct:disp_features
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 71 if (DIGITAL(c->input_type)) { 143 if (!c->input_type) { /* analog */
|
| H A D | interpret_edid.c | 464 r->input_type = INPUT_TYPE; 465 if (!DIGITAL(r->input_type)) {
|
| H A D | edid.h | 411 unsigned int input_type:1; member in struct:disp_features
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_hdmi.c | 202 if (!edid_mon || !DIGITAL(edid_mon->features.input_type))
|
| H A D | i830_crt.c | 470 if (!edid_mon || DIGITAL(edid_mon->features.input_type)) {
|
| H A D | i830_sdvo.c | 1827 if (edid_mon && !DIGITAL(edid_mon->features.input_type)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Init.c | 770 (DDC->features.input_type ?
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Init.c | 660 (DDC->features.input_type ?
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 68 if (DDC->features.input_type)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 64 if (DDC->features.input_type)
|