Home
last modified time | relevance | path

Searched refs:wide (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c32 * Notes on wide points and sprite mode:
34 * In wide point/sprite mode we effectively need to convert each incoming
98 static void set_texcoords(const struct widepoint_stage *wide, in set_texcoords() argument
101 const struct draw_context *draw = wide->stage.draw; in set_texcoords()
106 for (i = 0; i < wide->num_texcoord_gen; i++) { in set_texcoords()
107 const uint slot = wide->texcoord_gen_slot[i]; in set_texcoords()
127 const struct widepoint_stage *wide = widepoint_stage(stage); in widepoint_point() local
147 if (wide->psize_slot >= 0) { in widepoint_point()
148 half_size = header->v[0]->data[wide->psize_slot][0]; in widepoint_point()
152 half_size = wide in widepoint_point()
200 struct widepoint_stage *wide = widepoint_stage(stage); widepoint_first_point() local
310 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage); draw_wide_point_stage() local
[all...]
H A Ddraw_pipe_wide_line.c46 * Draw a wide line by drawing a quad (two triangles).
76 * Draw wide line as a quad (two tris) by "stretching" the line along in wideline_line()
193 struct wideline_stage *wide = CALLOC_STRUCT(wideline_stage); in draw_wide_line_stage() local
194 if (!wide) in draw_wide_line_stage()
197 wide->stage.draw = draw; in draw_wide_line_stage()
198 wide->stage.name = "wide-line"; in draw_wide_line_stage()
199 wide->stage.next = NULL; in draw_wide_line_stage()
200 wide->stage.point = draw_pipe_passthrough_point; in draw_wide_line_stage()
201 wide in draw_wide_line_stage()
[all...]
/third_party/python/Tools/unicode/
H A Dgenmap_support.py53 def update_decode_map(self, c1range, c2range, onlymask=(), wide=0):
75 def generate(self, wide=False):
76 if not wide:
84 if not wide:
H A Dgenmap_japanese.py236 writer.generate(wide=True)
/third_party/python/Modules/
H A Dposixmodule.c1051 * path.wide
1079 * At most one of path.wide or path.narrow will be non-NULL.
1082 * both path.wide and path.narrow will be NULL
1104 const wchar_t *wide; member
1128 wchar_t *wide = (wchar_t *)path->wide; in path_cleanup() local
1129 path->wide = NULL; in path_cleanup()
1130 PyMem_Free(wide); in path_cleanup()
1146 wchar_t *wide = NULL; in path_converter() local
1167 path->wide in path_converter()
1222 wide = PyUnicode_AsUnicodeAndSize(o, &length); path_converter() local
1323 wide = PyUnicode_AsUnicodeAndSize(wo, &length); path_converter() local
[all...]
H A D_testcapimodule.c2115 PyObject *wide, *utf8; in test_widechar() local
2117 wide = PyUnicode_FromWideChar(wtext, wtextlen); in test_widechar()
2118 if (wide == NULL) in test_widechar()
2123 Py_DECREF(wide); in test_widechar()
2127 if (PyUnicode_GET_LENGTH(wide) != PyUnicode_GET_LENGTH(utf8)) { in test_widechar()
2128 Py_DECREF(wide); in test_widechar()
2131 "wide string and utf8 string " in test_widechar()
2134 if (PyUnicode_Compare(wide, utf8)) { in test_widechar()
2135 Py_DECREF(wide); in test_widechar()
2140 "wide strin in test_widechar()
[all...]
/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.cpp60 bool wide = spec.colorType() == ColorType::kFloat; in write_quad_generic() local
62 wide); in write_quad_generic()
109 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color() local
115 << GrVertexColor(color * coverage[i], wide); in write_2d_color()
166 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color_uv() local
172 << GrVertexColor(color * coverage[i], wide) in write_2d_color_uv()
260 bool wide = spec.colorType() == ColorType::kFloat; in write_2d_color_uv_strict() local
266 << GrVertexColor(color * coverage[i], wide) in write_2d_color_uv_strict()
/third_party/gn/src/gn/
H A Dsetup.cc300 std::u16string wide;
301 wide.resize(charcount);
302 MultiByteToWideChar(CP_ACP, 0, mb.data(), mb_length, base::ToWCharT(&wide[0]),
305 return wide;
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.h178 int wide; member
/third_party/libuv/src/win/
H A Dprocess.c44 const WCHAR* const wide; member
570 /* Convert argument to wide char. */ in make_program_args()
731 var_size = GetEnvironmentVariableW(required_vars[i].wide, NULL, 0); in make_program_env()
771 var_size = GetEnvironmentVariableW(required_vars[i].wide, in make_program_env()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex20 \Type{unw\_word\_t} is always defined to be 64 bits wide (independent
35 64-bit wide \Type{unw\_word\_t} values, \Prog{libunwind} treats the
146 This 64-bit wide register contains registers \texttt{p0} through
/third_party/node/deps/uv/src/win/
H A Dprocess.c41 const WCHAR* const wide; member
582 /* Convert argument to wide char. */ in make_program_args()
760 var_size = GetEnvironmentVariableW(required_vars[i].wide, NULL, 0); in make_program_env()
800 var_size = GetEnvironmentVariableW(required_vars[i].wide, in make_program_env()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h784 const bool wide = (width > 1) && SkToBool(width & 0x1);
786 return (wide ? 0x2 : 0x0) | (tall ? 0x1 : 0x0);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/
H A Dpoly1305-armv4.S464 @ n+m bits wide. However! Even though 2^n is a n+1-bit number,
465 @ m-bit number multiplied by 2^n is still n+m bits wide.
467 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2,
469 @ one is n+1 bits wide.
472 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/
H A Dpoly1305-armv4.S464 @ n+m bits wide. However! Even though 2^n is a n+1-bit number,
465 @ m-bit number multiplied by 2^n is still n+m bits wide.
467 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2,
469 @ one is n+1 bits wide.
472 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl537 @ n+m bits wide. However! Even though 2^n is a n+1-bit number,
538 @ m-bit number multiplied by 2^n is still n+m bits wide.
540 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2,
542 @ one is n+1 bits wide.
545 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl537 @ n+m bits wide. However! Even though 2^n is a n+1-bit number,
538 @ m-bit number multiplied by 2^n is still n+m bits wide.
540 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2,
542 @ one is n+1 bits wide.
545 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2180 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
2181 VectorFormat narrow = VectorFormatHalfWidth(wide); in AssembleArchInstruction()
2182 __ Sxtl(i.OutputSimd128Register().Format(wide), in AssembleArchInstruction()
2187 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
2188 VectorFormat narrow = VectorFormatHalfWidthDoubleLanes(wide); in AssembleArchInstruction()
2189 __ Sxtl2(i.OutputSimd128Register().Format(wide), in AssembleArchInstruction()
2194 VectorFormat wide = VectorFormatFillQ(LaneSizeField::decode(opcode)); in AssembleArchInstruction() local
2195 VectorFormat narrow = VectorFormatHalfWidth(wide); in AssembleArchInstruction()
2196 __ Uxtl(i.OutputSimd128Register().Format(wide), in AssembleArchInstruction()
2201 VectorFormat wide in AssembleArchInstruction() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfread.c1507 /* We also check whether we have `wide' characters; all put */ in FT_LOCAL_DEF()
1514 int wide = 0; in FT_LOCAL_DEF() local
1526 wide = 1; in FT_LOCAL_DEF()
1550 if ( wide ) in FT_LOCAL_DEF()
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h1050 // Also decide here whether to use narrow (compromise) or wide (ideal) stages.
1201 U32 wide = expand(_565);
1202 *r = cast(wide & (31<<11)) * (1.0f / (31<<11));
1203 *g = cast(wide & (63<< 5)) * (1.0f / (63<< 5));
1204 *b = cast(wide & (31<< 0)) * (1.0f / (31<< 0));
1207 U32 wide = expand(_4444);
1208 *r = cast(wide & (15<<12)) * (1.0f / (15<<12));
1209 *g = cast(wide & (15<< 8)) * (1.0f / (15<< 8));
1210 *b = cast(wide & (15<< 4)) * (1.0f / (15<< 4));
1211 *a = cast(wide
[all...]
/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c598 static void highpass(const float *x, float *y, int len, float *mem, int wide) in highpass() argument
604 den = Pcoef[wide]; in highpass()
605 num = Zcoef[wide]; in highpass()
/third_party/skia/include/private/
H A DSkVx.h640 Vec<N,uint32_t> wide = cast<uint32_t>(x), in from_half_finite_ftz() local
641 s = wide & 0x8000, in from_half_finite_ftz()
642 em = wide ^ s; in from_half_finite_ftz()
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h169 U32 wide = cast<U32>(half); in F_from_Half()
171 U32 s = wide & 0x8000, in F_from_Half()
172 em = wide ^ s; in F_from_Half()
/third_party/ffmpeg/libavformat/
H A Drmdec.c91 static void rm_read_metadata(AVFormatContext *s, AVIOContext *pb, int wide) in rm_read_metadata() argument
97 int len = wide ? avio_rb16(pb) : avio_r8(pb); in rm_read_metadata()
/third_party/skia/tests/
H A DSkVMTest.cpp2285 uint64_t wide[65];
2289 wide[i] = ((uint64_t)lo[i] << 0)
2304 program.eval(65, wide,l,h);
2324 REPORTER_ASSERT(r, w[i] == wide[i]);

Completed in 55 milliseconds

12