Home
last modified time | relevance | path

Searched refs:fastpath (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/mesa/tnl/
Dt_vertex.c70 struct tnl_clipspace_fastpath *fp = vtx->fastpath; in search_fastpath_emit()
85 struct tnl_clipspace_fastpath *fastpath = CALLOC_STRUCT(tnl_clipspace_fastpath); in _tnl_register_fastpath() local
88 if (fastpath == NULL) { in _tnl_register_fastpath()
93 fastpath->vertex_size = vtx->vertex_size; in _tnl_register_fastpath()
94 fastpath->attr_count = vtx->attr_count; in _tnl_register_fastpath()
95 fastpath->match_strides = match_strides; in _tnl_register_fastpath()
96 fastpath->func = vtx->emit; in _tnl_register_fastpath()
97 fastpath->attr = malloc(vtx->attr_count * sizeof(fastpath->attr[0])); in _tnl_register_fastpath()
99 if (fastpath->attr == NULL) { in _tnl_register_fastpath()
100 free(fastpath); in _tnl_register_fastpath()
[all …]
Dt_context.h382 struct tnl_clipspace_fastpath *fastpath; member
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java983 fastpath: in readRawVarint32()
988 break fastpath; in readRawVarint32() local
997 break fastpath; in readRawVarint32() local
1014 break fastpath; // Will throw malformedVarint() in readRawVarint32() local
1062 fastpath: in readRawVarint64()
1067 break fastpath; in readRawVarint64() local
1077 break fastpath; in readRawVarint64() local
1112 break fastpath; // Will throw malformedVarint() in readRawVarint64() local
1710 fastpath: in readRawVarint32()
1715 break fastpath; in readRawVarint32() local
[all …]
/third_party/mesa3d/docs/relnotes/
D10.5.9.rst44 blit fastpath
D21.0.3.rst180 - iris: disable dynamic VAO fastpath on GFX version 9
D9.2.rst56 Make the alignment checks for the readpixel blit fastpath a bit more
D11.0.0.rst168 blit fastpath
D10.6.0.rst346 blit fastpath
D21.2.0.rst1934 - msea: Move z24s8-to-z24s8 packing fastpath to swrast.
3754 - zink: add fastpath for getting default shader variants
D21.1.0.rst3243 - iris: disable dynamic VAO fastpath on GFX version 9
4499 - zink: add timeline semaphore fastpath for checking/triggering batch completion
D7.10.rst2454 - gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2
/third_party/glib/gobject/
Dgsignal.c3305 gboolean fastpath = TRUE; in g_signal_emit_valist() local
3320 fastpath = FALSE; in g_signal_emit_valist()
3329 for (l = hlist ? hlist->handlers : NULL; fastpath && l != NULL; l = l->next) in g_signal_emit_valist()
3336 fastpath = FALSE; in g_signal_emit_valist()
3351 if (fastpath && closure == NULL && node->return_type == G_TYPE_NONE) in g_signal_emit_valist()
3360 fastpath = FALSE; in g_signal_emit_valist()
3362 if (fastpath) in g_signal_emit_valist()
/third_party/grpc/third_party/upb/
DDESIGN.md65 fastpath different from the ABI-compatible field access.
/third_party/python/Misc/NEWS.d/
D3.7.0a4.rst375 Use fastpath in asyncio.sleep if delay<0 (2x boost)
D3.9.0a1.rst2204 Add C fastpath for statistics.NormalDist.inv_cdf() Patch by Dong-hee Na
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td314 "CPU has a fastpath logical shift of up to 3 places">;
/third_party/python/Lib/test/decimaltestdata/
Dmultiply.decTest318 -- fastpath breakers
DdqAdd.decTest409 -- fastpath boundaries
DddAdd.decTest418 -- fastpath boundary (more in dqadd)
Dfma.decTest407 -- fastpath breakers
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Dcollationtest.txt2215 # For that we need pairs of strings that remain in the Latin fastpath
/third_party/icu/icu4c/source/test/testdata/
Dcollationtest.txt2215 # For that we need pairs of strings that remain in the Latin fastpath
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt2215 # For that we need pairs of strings that remain in the Latin fastpath
/third_party/pulseaudio/
Dconfigure.ac180 # Only enable fastpath asserts when doing a debug build, e.g. from bootstrap.sh.
/third_party/gstreamer/gstplugins_base/
DChangeLog61279 video-converter: activate scaler fastpath depending on method
61280 Only activate the scaler fastpath for x2 up and downscale when the
61331 video-converter: disable fastpath when scaling and gamma
61332 Disable the fastpath when scaling and doing gamma remap.
61767 Also fastpath GRAY16_OE in nearest neighbour.
61768 configure parameters correctly for packed fastpath.
61857 video-converter: add fastpath for NV formats
62002 Don't forget to draw the border after doing the fastpath conversion.
62092 video-converter: add support for borders in scale fastpath
62127 video-converter: disable fastpath for crop and border
[all …]

12