Searched refs:fastpath (Results 1 – 24 of 24) sorted by relevance
69 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() local87 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 …]
380 struct tnl_clipspace_fastpath *fastpath; member
603 fastpath: { in readRawVarint32()607 break fastpath; in readRawVarint32() local616 break fastpath; in readRawVarint32() local633 break fastpath; // Will throw malformedVarint() in readRawVarint32() local729 fastpath: { in readRawVarint64()733 break fastpath; in readRawVarint64() local743 break fastpath; in readRawVarint64() local765 break fastpath; // Will throw malformedVarint() in readRawVarint64() local
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
48 // without expensive lookups on its fastpath.
231 // without expensive lookups on its fastpath.
3 ; RUN: opt < %s -esan -esan-working-set -esan-instrument-fastpath=false -S | FileCheck %s
191 "CPU has a fastpath logical shift of up to 3 places">;
376 Use fastpath in asyncio.sleep if delay<0 (2x boost)
318 -- fastpath breakers
409 -- fastpath boundaries
418 -- fastpath boundary (more in dqadd)
407 -- fastpath breakers
2217 # For that we need pairs of strings that remain in the Latin fastpath
2215 # For that we need pairs of strings that remain in the Latin fastpath
3332 // without expensive lookups on its fastpath.
128 …{ "lsl-fast", "CPU has a fastpath logical shift of up to 3 places", { AArch64::FeatureLSLFast }, {…