Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c69 struct tnl_clipspace_fastpath *fp = vtx->fastpath; in search_fastpath_emit()
84 struct tnl_clipspace_fastpath *fastpath = CALLOC_STRUCT(tnl_clipspace_fastpath); in _tnl_register_fastpath() local
87 if (fastpath == NULL) { in _tnl_register_fastpath()
92 fastpath->vertex_size = vtx->vertex_size; in _tnl_register_fastpath()
93 fastpath->attr_count = vtx->attr_count; in _tnl_register_fastpath()
94 fastpath->match_strides = match_strides; in _tnl_register_fastpath()
95 fastpath->func = vtx->emit; in _tnl_register_fastpath()
96 fastpath->attr = malloc(vtx->attr_count * sizeof(fastpath->attr[0])); in _tnl_register_fastpath()
98 if (fastpath->attr == NULL) { in _tnl_register_fastpath()
99 free(fastpath); in _tnl_register_fastpath()
[all …]
Dt_context.h380 struct tnl_clipspace_fastpath *fastpath; member
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java603 fastpath: { in readRawVarint32()
607 break fastpath; in readRawVarint32() local
616 break fastpath; in readRawVarint32() local
633 break fastpath; // Will throw malformedVarint() in readRawVarint32() local
729 fastpath: { in readRawVarint64()
733 break fastpath; in readRawVarint64() local
743 break fastpath; in readRawVarint64() local
765 break fastpath; // Will throw malformedVarint() in readRawVarint64() local
/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/skia/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/perfetto/protos/perfetto/config/
Ddata_source_config.proto48 // without expensive lookups on its fastpath.
Dperfetto_config.proto231 // without expensive lookups on its fastpath.
/external/llvm/test/Instrumentation/EfficiencySanitizer/
Dworking_set_slow.ll3 ; RUN: opt < %s -esan -esan-working-set -esan-instrument-fastpath=false -S | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/EfficiencySanitizer/
Dworking_set_slow.ll3 ; RUN: opt < %s -esan -esan-working-set -esan-instrument-fastpath=false -S | FileCheck %s
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64.td191 "CPU has a fastpath logical shift of up to 3 places">;
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst376 Use fastpath in asyncio.sleep if delay<0 (2x boost)
/external/python/cpython3/Lib/test/decimaltestdata/
Dmultiply.decTest318 -- fastpath breakers
DdqAdd.decTest409 -- fastpath boundaries
DddAdd.decTest418 -- fastpath boundary (more in dqadd)
Dfma.decTest407 -- fastpath breakers
/external/python/cpython2/Lib/test/decimaltestdata/
Dmultiply.decTest318 -- fastpath breakers
DdqAdd.decTest409 -- fastpath boundaries
DddAdd.decTest418 -- fastpath boundary (more in dqadd)
Dfma.decTest407 -- fastpath breakers
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt2217 # For that we need pairs of strings that remain in the Latin fastpath
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt2217 # For that we need pairs of strings that remain in the Latin fastpath
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt2215 # For that we need pairs of strings that remain in the Latin fastpath
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto3332 // without expensive lookups on its fastpath.
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc128 …{ "lsl-fast", "CPU has a fastpath logical shift of up to 3 places", { AArch64::FeatureLSLFast }, {…