Searched refs:conv_type (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/modules/om/generic/
H A DomXChar.c366 const char *conv_type; local in function:_XomInitConverter
373 conv_type = XlcNWideChar;
377 conv_type = XlcNMultiByte;
381 conv_type = XlcNUtf8String;
395 conv = _XlcOpenConverter(lcd, conv_type, lcd, XlcNFontCharSet);
397 conv = _XlcOpenConverter(lcd, conv_type, lcd, XlcNCharSet);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c538 struct lp_type fetch_type, conv_type; local in function:lp_build_fetch_rgba_aos
543 conv_type = lp_type_int_vec(type.width*4, type.width * type.length);
545 conv_vec_type = lp_build_vec_type(gallivm, conv_type);
546 lp_build_context_init(&bld_conv, gallivm, conv_type);
565 lp_build_const_int_vec(gallivm, conv_type, sa),
569 lp_build_const_int_vec(gallivm, conv_type, mask),
575 type.width, chans[j], conv_type);
585 rgba[j] = lp_build_const_int_vec(gallivm, conv_type, (1 << type.width) - 1);
593 lp_build_const_int_vec(gallivm, conv_type,
623 struct lp_type conv_type; local in function:lp_build_fetch_rgba_aos
[all...]
H A Dlp_bld_format_soa.c163 struct lp_type conv_type = lp_uint_type(type); local in function:lp_build_extract_soa_chan
164 input = lp_build_srgb_to_linear(gallivm, conv_type, width, input);
613 struct lp_type conv_type = type; local in function:lp_build_fetch_rgba_soa
614 conv_type.width *= 2;
616 lp_build_vec_type(gallivm, conv_type), "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c540 struct lp_type fetch_type, conv_type; local in function:lp_build_fetch_rgba_aos
545 conv_type = lp_type_int_vec(type.width*4, type.width * type.length);
547 conv_vec_type = lp_build_vec_type(gallivm, conv_type);
548 lp_build_context_init(&bld_conv, gallivm, conv_type);
567 lp_build_const_int_vec(gallivm, conv_type, sa),
571 lp_build_const_int_vec(gallivm, conv_type, mask),
577 type.width, chans[j], conv_type);
587 rgba[j] = lp_build_const_int_vec(gallivm, conv_type, (1 << type.width) - 1);
595 lp_build_const_int_vec(gallivm, conv_type,
625 struct lp_type conv_type; local in function:lp_build_fetch_rgba_aos
[all...]
H A Dlp_bld_format_soa.c165 struct lp_type conv_type = lp_uint_type(type); local in function:lp_build_extract_soa_chan
166 input = lp_build_srgb_to_linear(gallivm, conv_type, width, input);
615 struct lp_type conv_type = type; local in function:lp_build_fetch_rgba_soa
616 conv_type.width *= 2;
618 lp_build_vec_type(gallivm, conv_type), "");

Completed in 9 milliseconds