Home
last modified time | relevance | path

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

12

/external/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
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dwidenable-condition.ll28 ;; Test a non-guard fastpath/slowpath case
33 ; CHECK: fastpath:
45 br i1 %exiplicit_guard_cond, label %fastpath, label %slowpath
47 fastpath:
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java981 fastpath: in readRawVarint32()
986 break fastpath; in readRawVarint32() local
995 break fastpath; in readRawVarint32() local
1012 break fastpath; // Will throw malformedVarint() in readRawVarint32() local
1060 fastpath: in readRawVarint64()
1065 break fastpath; in readRawVarint64() local
1075 break fastpath; in readRawVarint64() local
1110 break fastpath; // Will throw malformedVarint() in readRawVarint64() local
1708 fastpath: in readRawVarint32()
1713 break fastpath; in readRawVarint32() local
[all …]
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_tsd_exclusive.inc9 /// Scudo exclusive TSD fastpath functions implementation.
Dscudo_tsd_shared.inc9 /// Scudo shared TSD fastpath functions implementation.
/external/mesa3d/docs/relnotes/
D10.5.9.rst44 blit fastpath
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
/external/rust/crates/grpcio-sys/grpc/third_party/upb/
DDESIGN.md65 fastpath different from the ABI-compatible field access.
/external/pthreadpool/
DBUILD.bazel20 "src/fastpath.c",
DCMakeLists.txt85 LIST(APPEND PTHREADPOOL_SRCS src/fastpath.c)
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dplace.cl247 // 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
/external/llvm/test/Instrumentation/EfficiencySanitizer/
Dworking_set_slow.ll3 ; RUN: opt < %s -esan -esan-working-set -esan-instrument-fastpath=false -S | FileCheck %s
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dload-addressing-modes.mir420 ; Show that when we have a fastpath for shift-left, we perform the folding
454 ; fastpath for shift-left.
/external/perfetto/protos/perfetto/config/
Ddata_source_config.proto60 // without expensive lookups on its fastpath.
/external/perfetto/docs/concepts/
Dbuffers.md15 * 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
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst375 Use fastpath in asyncio.sleep if delay<0 (2x boost)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td314 "CPU has a fastpath logical shift of up to 3 places">;
/external/python/cpython2/Lib/test/decimaltestdata/
Dmultiply.decTest318 -- fastpath breakers
DdqAdd.decTest409 -- fastpath boundaries
/external/python/cpython3/Lib/test/decimaltestdata/
Dmultiply.decTest318 -- fastpath breakers
DdqAdd.decTest409 -- fastpath boundaries
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64.td337 "CPU has a fastpath logical shift of up to 3 places">;

12