Searched refs:fastpath (Results 1 – 25 of 27) sorted by relevance
12
70 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() local88 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 …]
382 struct tnl_clipspace_fastpath *fastpath; member
983 fastpath: in readRawVarint32()988 break fastpath; in readRawVarint32() local997 break fastpath; in readRawVarint32() local1014 break fastpath; // Will throw malformedVarint() in readRawVarint32() local1062 fastpath: in readRawVarint64()1067 break fastpath; in readRawVarint64() local1077 break fastpath; in readRawVarint64() local1112 break fastpath; // Will throw malformedVarint() in readRawVarint64() local1710 fastpath: in readRawVarint32()1715 break fastpath; in readRawVarint32() local[all …]
44 blit fastpath
180 - iris: disable dynamic VAO fastpath on GFX version 9
56 Make the alignment checks for the readpixel blit fastpath a bit more
168 blit fastpath
346 blit fastpath
1934 - msea: Move z24s8-to-z24s8 packing fastpath to swrast.3754 - zink: add fastpath for getting default shader variants
3243 - iris: disable dynamic VAO fastpath on GFX version 94499 - zink: add timeline semaphore fastpath for checking/triggering batch completion
2454 - gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2
3305 gboolean fastpath = TRUE; in g_signal_emit_valist() local3320 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()
65 fastpath different from the ABI-compatible field access.
375 Use fastpath in asyncio.sleep if delay<0 (2x boost)
2204 Add C fastpath for statistics.NormalDist.inv_cdf() Patch by Dong-hee Na
314 "CPU has a fastpath logical shift of up to 3 places">;
318 -- fastpath breakers
409 -- fastpath boundaries
418 -- fastpath boundary (more in dqadd)
407 -- fastpath breakers
2215 # For that we need pairs of strings that remain in the Latin fastpath
180 # Only enable fastpath asserts when doing a debug build, e.g. from bootstrap.sh.
61279 video-converter: activate scaler fastpath depending on method61280 Only activate the scaler fastpath for x2 up and downscale when the61331 video-converter: disable fastpath when scaling and gamma61332 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 formats62002 Don't forget to draw the border after doing the fastpath conversion.62092 video-converter: add support for borders in scale fastpath62127 video-converter: disable fastpath for crop and border[all …]