HomeSort by: relevance | last modified time | path
    Searched defs:input_type (Results 1 - 3 of 3) sorted by relevancy

  /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/xorg-server/dist/hw/xfree86/ddc/
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/
edid.h 125 #define INPUT_TYPE _INPUT_TYPE(GET(D_INPUT))
411 unsigned int input_type:1; member in struct:disp_features

Completed in 7 milliseconds