Searched refs:fastpath (Results 1 – 25 of 37) 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
28 ;; Test a non-guard fastpath/slowpath case33 ; CHECK: fastpath:45 br i1 %exiplicit_guard_cond, label %fastpath, label %slowpath47 fastpath:
981 fastpath: in readRawVarint32()986 break fastpath; in readRawVarint32() local995 break fastpath; in readRawVarint32() local1012 break fastpath; // Will throw malformedVarint() in readRawVarint32() local1060 fastpath: in readRawVarint64()1065 break fastpath; in readRawVarint64() local1075 break fastpath; in readRawVarint64() local1110 break fastpath; // Will throw malformedVarint() in readRawVarint64() local1708 fastpath: in readRawVarint32()1713 break fastpath; in readRawVarint32() local[all …]
9 /// Scudo exclusive TSD fastpath functions implementation.
9 /// Scudo shared TSD fastpath functions implementation.
44 blit fastpath
56 Make the alignment checks for the readpixel blit fastpath a bit more
168 blit fastpath
346 blit fastpath
65 fastpath different from the ABI-compatible field access.
20 "src/fastpath.c",
85 LIST(APPEND PTHREADPOOL_SRCS src/fastpath.c)
247 // don't mess with the fastpath!531 // fastpath remains fast.533 …// - implement NO CLIP + NO TRANSLATION fastpath -- CAN ATOMICALLY ALLOCATE SK+PK KEYS IN ONE STEP
3 ; RUN: opt < %s -esan -esan-working-set -esan-instrument-fastpath=false -S | FileCheck %s
420 ; Show that when we have a fastpath for shift-left, we perform the folding454 ; fastpath for shift-left.
60 // without expensive lookups on its fastpath.
15 * The tracing fastpath is based on direct writes into a shared memory buffer.56 tracing data from the writer fastpath in a memory region directly readable by
375 Use fastpath in asyncio.sleep if delay<0 (2x boost)
314 "CPU has a fastpath logical shift of up to 3 places">;
318 -- fastpath breakers
409 -- fastpath boundaries
337 "CPU has a fastpath logical shift of up to 3 places">;