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

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
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)))
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/compiler/nir/
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)))
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/dist/src/intel/tools/
i965_disasm.c 38 static enum opt_input_type input_type = OPT_INPUT_BINARY; variable in typeref:enum:opt_input_type
142 " --type=INPUT_TYPE INPUT_TYPE can be 'bin' (default if omitted),\n"
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/
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))
g80_output.c 361 "DDC detected a %s:\n", monInfo->features.input_type ?
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_analog.c 271 if (mon && (!mon->features.input_type)) {
284 if (mon && (!mon->features.input_type)) {
via_sii164.c 307 if (mon && DIGITAL(mon->features.input_type)) {
via_vt1632.c 321 if (mon && DIGITAL(mon->features.input_type)) {
via_tmds.c 985 if (mon && DIGITAL(mon->features.input_type)) {
via_fp.c 912 if (pMon && DIGITAL(pMon->features.input_type)) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
print_edid.c 71 if (DIGITAL(c->input_type)) {
143 if (!c->input_type) { /* analog */
interpret_edid.c 464 r->input_type = INPUT_TYPE;
465 if (!DIGITAL(r->input_type)) {
edid.h 124 #define INPUT_TYPE _INPUT_TYPE(GET(D_INPUT))
411 unsigned int input_type:1; member in struct:disp_features
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
interpret_edid.c 367 r->input_type = INPUT_TYPE;
368 if (!DIGITAL(r->input_type)) {
print_edid.c 71 if (DIGITAL(c->input_type)) {
135 if (!c->input_type) { /* analog */
edid.h 125 #define INPUT_TYPE _INPUT_TYPE(GET(D_INPUT))
411 unsigned int input_type:1; member in struct:disp_features
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_hdmi.c 202 if (!edid_mon || !DIGITAL(edid_mon->features.input_type))
i830_crt.c 470 if (!edid_mon || DIGITAL(edid_mon->features.input_type)) {
i830_sdvo.c 1827 if (edid_mon && !DIGITAL(edid_mon->features.input_type)) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Init.c 660 (DDC->features.input_type ?
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Init.c 770 (DDC->features.input_type ?
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86EdidModes.c 64 if (DDC->features.input_type)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86EdidModes.c 68 if (DDC->features.input_type)

Completed in 29 milliseconds

1 2