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

  /xsrc/external/mit/libxcb/dist/tools/
api_conv.pl 57 sub convert($$) subroutine
98 s/([_A-Za-z][_A-Za-z0-9]*)([ \t]*\()?/convert($1, defined $2) . ($2 or "")/eg;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
image.c 327 /* convert the interlaced to the progressive */
437 bool convert = false; local
495 convert = true;
552 if (i == 1 && convert) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
image.c 355 bool convert = false; local
412 convert = true;
463 if (i == 1 && convert) {
  /xsrc/external/mit/luit/dist/
luit.c 66 static int convert(int, int);
425 rc = convert(0, 1);
436 convert(int ifd, int ofd) function
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefs.c 545 Bool convert = FALSE; local
556 need to convert it */
558 convert = TRUE;
583 /* Convert from Cygwin path to Windows path */
584 if (convert) {
  /xsrc/external/mit/xcalc/dist/
xcalc.c 55 static Boolean convert(Widget w, Atom *selection, Atom *target, Atom *type,
358 static Boolean convert(_X_UNUSED Widget w, _X_UNUSED Atom *selection, function
405 XtOwnSelection(LCD, XA_PRIMARY, time, convert, lose, done);
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfobjs.c 55 /* convert a UTF-16 name entry to ASCII */
90 /* convert an Apple Roman or symbol name entry to ASCII */
150 TT_Name_ConvertFunc convert; local
226 convert = NULL;
235 convert = tt_name_ascii_from_utf16;
244 convert = tt_name_ascii_from_utf16;
254 convert = tt_name_ascii_from_other;
259 convert = tt_name_ascii_from_utf16;
262 if ( rec && convert )
280 result = convert( rec, memory )
    [all...]
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XlcPublic.h 195 XlcConvertProc convert; member in struct:_XlcConvMethodsRec
  /xsrc/external/mit/libXt/dist/include/X11/
SelectionI.h 90 XtConvertSelectionProc convert; member in struct:_SelectRec
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir.cpp 801 r600::ShaderFromNir convert; local
980 bool r = convert.lower(sh, pipeshader, sel, *key, gs_shader, rscreen->b.chip_class);
1000 auto shader = convert.shader();
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_nir.cpp 86 CacheMode convert(enum gl_access_qualifier);
87 TexTarget convert(glsl_sampler_dim, bool isArray, bool isShadow);
88 LValues& convert(nir_alu_dest *);
89 BasicBlock* convert(nir_block *);
90 LValues& convert(nir_dest *);
91 SVSemantic convert(nir_intrinsic_op);
92 Value* convert(nir_load_const_instr*, uint8_t);
93 LValues& convert(nir_register *);
94 LValues& convert(nir_ssa_def *);
207 Converter::convert(nir_block *block function in class:__anon1383::Converter
731 Converter::convert(nir_alu_dest *dest) function in class:__anon1383::Converter
737 Converter::convert(nir_dest *dest) function in class:__anon1383::Converter
749 Converter::convert(nir_register *reg) function in class:__anon1383::Converter
764 Converter::convert(nir_ssa_def *def) function in class:__anon1383::Converter
1559 Converter::convert(nir_intrinsic_op intr) function in class:Converter
2422 Converter::convert(nir_load_const_instr *insn, uint8_t idx) function in class:Converter
2887 Converter::convert(glsl_sampler_dim dim, bool isArray, bool isShadow) function in class:Converter
2927 Converter::convert(enum gl_access_qualifier access) function in class:Converter
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_nir.cpp 74 CacheMode convert(enum gl_access_qualifier);
75 TexTarget convert(glsl_sampler_dim, bool isArray, bool isShadow);
76 LValues& convert(nir_alu_dest *);
77 BasicBlock* convert(nir_block *);
78 LValues& convert(nir_dest *);
79 SVSemantic convert(nir_intrinsic_op);
80 Value* convert(nir_load_const_instr*, uint8_t);
81 LValues& convert(nir_register *);
82 LValues& convert(nir_ssa_def *);
195 Converter::convert(nir_block *block function in class:__anon3823::Converter
682 Converter::convert(nir_alu_dest *dest) function in class:__anon3823::Converter
688 Converter::convert(nir_dest *dest) function in class:__anon3823::Converter
700 Converter::convert(nir_register *reg) function in class:__anon3823::Converter
713 Converter::convert(nir_ssa_def *def) function in class:__anon3823::Converter
1782 Converter::convert(nir_intrinsic_op intr) function in class:Converter
2647 Converter::convert(nir_load_const_instr *insn, uint8_t idx) function in class:Converter
3112 Converter::convert(glsl_sampler_dim dim, bool isArray, bool isShadow) function in class:Converter
3207 Converter::convert(enum gl_access_qualifier access) function in class:Converter
    [all...]
  /xsrc/external/mit/pixman/dist/test/utils/
utils.c 2180 convert (double v, uint32_t width, uint32_t mask, uint32_t shift, double def) function
2210 *ao = convert (color->a + sign * checker->ad,
2212 *ro = convert (color->r + sign * checker->rd,
2214 *go = convert (color->g + sign * checker->gd,
2216 *bo = convert (color->b + sign * checker->bd,
  /xsrc/external/mit/xterm/dist/
fontutils.c 2442 String convert = (String) ((*param_count > 1) ? params[1] : myName); local
2443 char *myClass = MyStackAlloc(strlen(convert) + 1, class_buf);
2447 strcpy(myClass, convert);

Completed in 20 milliseconds