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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_nir_algebraic.py 78 converted = ('u2u32', a) if sz != '32' else a variable
79 algebraic_late += [(('ufind_msb', 'a@' + sz), ('isub', 31, ('uclz', converted)))]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_if_conversion.cpp 44 unsigned converted = 0; local
49 ++converted;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_if_conversion.cpp 44 unsigned converted = 0; local
49 ++converted;
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
properties.c 104 pointer converted; local
122 converted = val_8;
125 converted = val_16;
128 converted = val_32;
134 converted, FALSE);
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_ycbcr_texture.spec 36 during pixel transfer. The texture's YCbCr colors are converted to
128 sizes will return zero. The YCbCr colors are converted to RGB during
MESA_texture_signed_rgba.spec 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_ycbcr_texture.spec 36 during pixel transfer. The texture's YCbCr colors are converted to
128 sizes will return zero. The YCbCr colors are converted to RGB during
MESA_texture_signed_rgba.spec 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
  /xsrc/external/mit/pixman/dist/pixman/
pixman-access.c 383 uint32_t converted = convert_pixel_from_a8r8g8b8 ( local
389 STORE_1 (image, dest, offset, converted & 0x01);
393 STORE_4 (image, dest, offset, converted & 0xf);
397 WRITE (image, (dest + offset), converted & 0xff);
401 WRITE (image, ((uint16_t *)dest + offset), converted & 0xffff);
405 STORE_24 (image, dest, offset, converted);
409 WRITE (image, ((uint32_t *)dest + offset), converted);
  /xsrc/external/mit/libXt/dist/src/
Resources.c 714 * has to be converted. Typed arg conversions are done here
719 Boolean converted; local
730 converted = _XtConvert(widget, from_type, &from_val,
732 if (converted) {
734 /* Copy the converted value back into the typed argument.
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_function.cpp 520 ir_rvalue *converted local
522 actual->replace_with(converted);
1033 * The \c from \c ir_rvalue is converted "in place".
1035 * \param from Operand that is being converted
1036 * \param to Base type the operand will be converted to
1247 * that can be converted to the element type of the array according to
1892 * converted to the field's type according to Section 4.1.10 “Implicit
1900 * can be converted to the object's type according to section 4.1.10
2074 * converted to and from 64-bit integers using constructors."
2079 * converted to and from 64-bit integers using constructors.
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xi/
exevents.c 1588 int converted; local
1590 converted = TouchConvertToPointerEvent(ev, (InternalEvent*)&motion, &button);
1592 BUG_WARN(converted == 0);
1593 if (converted)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_function.cpp 568 ir_rvalue *converted local
570 actual->replace_with(converted);
1090 * The \c from \c ir_rvalue is converted "in place".
1092 * \param from Operand that is being converted
1093 * \param to Base type the operand will be converted to
1304 * that can be converted to the element type of the array according to
1949 * converted to the field's type according to Section 4.1.10 “Implicit
1957 * can be converted to the object's type according to section 4.1.10
2139 * converted to and from 64-bit integers using constructors."
2144 * converted to and from 64-bit integers using constructors.
    [all...]
  /xsrc/external/mit/xterm/dist/
misc.c 6111 TRACE(("ChangeGroup: UTF-8 converted to ISO-8859-1\n"));
6117 TRACE(("ChangeGroup: UTF-8 NOT converted to ISO-8859-1:\n"
6162 Char *converted; local
6163 if ((converted = TypeMallocN(Char, 1 + (6 * limit))) != NULL) {
6164 Char *temp = converted;
6171 value = (char *) converted;
6172 ReportIcons(("...converted{%s}\n", value));

Completed in 23 milliseconds