| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_convert_alu_types.c | 29 try_simplify_convert_intrin(nir_intrinsic_instr *conv) 33 nir_alu_type src_type = nir_intrinsic_src_type(conv); 34 nir_alu_type dest_type = nir_intrinsic_dest_type(conv); 36 nir_rounding_mode rounding = nir_intrinsic_rounding_mode(conv); 40 nir_intrinsic_set_rounding_mode(conv, simple_rounding); 44 if (nir_intrinsic_saturate(conv) && 46 nir_intrinsic_set_saturate(conv, false); 54 lower_convert_alu_types_instr(nir_builder *b, nir_intrinsic_instr *conv) 56 assert(conv->intrinsic == nir_intrinsic_convert_alu_types); 57 assert(conv->src[0].is_ssa && conv->dest.is_ssa) 83 nir_intrinsic_instr *conv = nir_instr_as_intrinsic(instr); local 135 nir_intrinsic_instr *conv = nir_instr_as_intrinsic(instr); local [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| lcConv.c | 53 XlcConv conv) 55 (*conv->methods->close)(conv); 66 XlcConv conv = NULL; local 80 conv = (*list->converter)(from_lcd, list->from, to_lcd, list->to); 89 return conv; 139 } ConvRec, *Conv; 151 Conv conv = (Conv) lc_conv->state local 209 Conv conv = (Conv) lc_conv->state; local 227 Conv conv = (Conv) lc_conv->state; local 251 Conv conv; local 315 XlcConv conv; local [all...] |
| lcStd.c | 39 XlcConv conv; local 53 conv = _XlcOpenConverter(lcd, XlcNMultiByte, lcd, XlcNWideChar); 54 if (conv == NULL) 62 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0) 67 _XlcCloseConverter(conv); 77 XlcConv conv; local 90 conv = _XlcOpenConverter(lcd, XlcNWideChar, lcd, XlcNMultiByte); 91 if (conv == NULL) 99 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0) 104 _XlcCloseConverter(conv); 115 XlcConv conv; local 154 XlcConv conv; local 307 XlcConv conv; local [all...] |
| lcRM.c | 104 XlcConv conv; member in struct:_MbStateRec 113 _XlcResetConverter(((MbState) state)->conv); 124 XlcConv conv = ((MbState) state)->conv; local 145 ret = _XlcConvert(conv, (XPointer *) &from, &from_left, 178 _XlcCloseConverter(((MbState) state)->conv); 215 state->conv = _XlcOpenConverter(lcd, XlcNMultiByte, lcd, XlcNWideChar); 216 if (state->conv == NULL) {
|
| lcUTF8.c | 87 XlcConv conv; local 89 conv = Xmalloc(sizeof(XlcConvRec)); 90 if (conv == (XlcConv) NULL) 93 conv->methods = methods; 94 conv->state = NULL; 96 return conv; 101 XlcConv conv) 103 Xfree(conv); 138 * int xxx_cstowc (XlcConv conv, ucs4_t *pwc, unsigned char const *s, int n) 144 * int xxx_wctocs (XlcConv conv, unsigned char *r, ucs4_t wc, int n 483 XlcConv conv; local 953 XlcConv conv; local 1716 XlcConv conv; local [all...] |
| lcTxtPr.c | 79 XlcConv conv; local 141 conv = _XlcOpenConverter(lcd, from_type, lcd, to_type); 142 if (conv == NULL) { 168 ret = _XlcConvert(conv, &from, &from_left, (XPointer *) &to, &to_left, 175 _XlcCloseConverter(conv); 188 _XlcResetConverter(conv); 191 _XlcCloseConverter(conv);
|
| XlcPublic.h | 176 XlcConv /* conv */ 180 XlcConv /* conv */, 190 XlcConv /* conv */ 251 XlcConv conv 255 XlcConv conv, 265 XlcConv conv
|
| lcPrTxt.c | 119 XlcConv conv = NULL; local 171 conv = _XlcOpenConverter(lcd, from_type, lcd, to_type); 172 if (conv == NULL) { 196 ret = _XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0); 218 _XlcResetConverter(conv); 226 _XlcCloseConverter(conv);
|
| lcCT.c | 675 XlcConv conv) 677 State state = (State) conv->state; 699 XlcConv conv, 707 State state = (State) conv->state; 866 XlcConv conv, 874 State state = (State) conv->state; 1078 XlcConv conv, 1086 State state = (State) conv->state; 1116 XlcConv conv, 1124 State state = (State) conv->state 1170 XlcConv conv; local [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/ |
| ascii.h | 7 ascii_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) 18 ascii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
|
| iso8859_1.h | 7 iso8859_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) 15 iso8859_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
|
| ucs2be.h | 6 ucs2be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) 20 ucs2be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
|
| big5_emacs.h | 48 big5_0_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) 62 return big5_mbtowc(conv,pwc,buf,2); 82 big5_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) 96 return big5_mbtowc(conv,pwc,buf,2); 116 big5_0_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) 120 int ret = big5_wctomb(conv,buf,wc,2); 141 big5_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) 145 int ret = big5_wctomb(conv,buf,wc,2);
|
| jisx0201.h | 7 jisx0201_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) 28 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n)
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| pan_lower_64bit_intrin.c | 63 nir_ssa_def *conv = nir_u2u64(b, &intr->dest.ssa); local 65 nir_ssa_def_rewrite_uses_after(&intr->dest.ssa, conv, 66 conv->parent_instr);
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imThaiIm.c | 83 XlcConv conv; local 106 if (!(conv = _XlcOpenConverter(lcd, XlcNCompoundText, lcd, XlcNMultiByte))) 108 private->ctom_conv = conv; 110 if (!(conv = _XlcOpenConverter(lcd, XlcNCompoundText, lcd, XlcNWideChar))) 112 private->ctow_conv = conv; 114 if (!(conv = _XlcOpenConverter(lcd, XlcNCompoundText, lcd, XlcNUtf8String))) 116 private->ctoutf8_conv = conv; 118 if (!(conv = _XlcOpenConverter(lcd, XlcNCharSet, lcd, XlcNMultiByte))) 120 private->cstomb_conv = conv; 122 if (!(conv = _XlcOpenConverter(lcd, XlcNCharSet, lcd, XlcNWideChar)) [all...] |
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| omXChar.c | 308 XlcConv conv, 325 ret = _XlcConvert(conv, from, from_left, &cs, &cs_left, lc_args, 1); 367 XlcConv conv; local 387 conv = *convp; 388 if (conv) { 389 _XlcResetConverter(conv); 390 return conv; 395 conv = _XlcOpenConverter(lcd, conv_type, lcd, XlcNFontCharSet); 396 if (conv == (XlcConv) NULL) { 397 conv = _XlcOpenConverter(lcd, conv_type, lcd, XlcNCharSet) [all...] |
| omTextExt.c | 42 XlcConv conv; local 52 conv = _XomInitConverter(oc, type); 53 if (conv == NULL) 66 if (_XomConvert(oc, conv, (XPointer *) &text, &length,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| nir_fuse_io_16.c | 96 nir_ssa_def *conv = nir_f2f32(&b, &intr->dest.ssa); local 97 nir_ssa_def_rewrite_uses_after(&intr->dest.ssa, conv, 98 conv->parent_instr);
|
| /xsrc/external/mit/libX11/dist/modules/lc/def/ |
| lcDefConv.c | 144 XlcConv conv, 154 State state = (State) conv->state; 178 XlcConv conv, 188 State state = (State) conv->state; 213 XlcConv conv, 224 State state = (State) conv->state; 252 XlcConv conv, 263 State state = (State) conv->state; 293 XlcConv conv, 304 State state = (State) conv->state 592 XlcConv conv; local [all...] |
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ |
| lcGenConv.c | 93 static int mbstocts (XlcConv conv, XPointer *from, int *from_left, 95 static int ctstombs (XlcConv conv, XPointer *from, int *from_left, 97 static int cstombs (XlcConv conv, XPointer *from, int *from_left, 124 Conversion conv, 128 int conv_num = conv->conv_num; 129 FontScope convlist = conv->convlist; 149 Conversion conv, 160 if (!conv) 163 conv_num = conv->conv_num; 164 convlist = conv->convlist 2614 XlcConv conv; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_cf.c | 62 /* Check that the source of the conv matches the type of the src 107 * uses of *all* conv's that used that src to be a simple mov that 128 try_conversion_folding(struct ir3_instruction *conv) 132 if (conv->opc != OPC_MOV) 136 src = ssa(conv->srcs[0]); 161 ir3_set_dst_type(src, is_half(conv));
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| tri-2101010-dlist.c | 52 #define conv(x,y,z,w) (((x) & 0x3ff) | ((y) & 0x3ff) << 10 | ((z) & 0x3ff)<< 20 | ((w) & 0x3) << 30) macro 76 glColorP3ui(GL_UNSIGNED_INT_2_10_10_10_REV, conv(820, 0, 0, 0)); 78 glColorP3ui(GL_UNSIGNED_INT_2_10_10_10_REV, conv(0, 921, 0, 0)); 80 glColorP3ui(GL_UNSIGNED_INT_2_10_10_10_REV, conv(0, 0, 716, 0));
|
| tri-2101010.c | 93 #define conv(x,y,z,w) (((x) & 0x3ff) | ((y) & 0x3ff) << 10 | ((z) & 0x3ff)<< 20 | ((w) & 0x3) << 30) macro 101 glColorP3ui(GL_UNSIGNED_INT_2_10_10_10_REV, conv(820, 0, 0, 0)); 103 glColorP3ui(GL_UNSIGNED_INT_2_10_10_10_REV, conv(0, 921, 0, 0)); 105 glColorP3ui(GL_UNSIGNED_INT_2_10_10_10_REV, conv(0, 0, 716, 0));
|
| vbo-drawarrays-2101010.c | 28 #define conv(x,y,z,w) (((x) & 0x3ff) | ((y) & 0x3ff) << 10 | ((z) & 0x3ff)<< 20 | ((w) & 0x3) << 30) macro 43 verts[0].color = conv(COLVAL, 0, 0, 0); 46 verts[1].color = conv(0, COLVAL, 0, 0); 49 verts[2].color = conv(0, 0, COLVAL, 0);
|