Home
last modified time | relevance | path

Searched refs:cacheline (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c258 util_cpu_caps.cacheline = 32; in util_cpu_detect()
264 unsigned int cacheline; in util_cpu_detect() local
284 cacheline = ((regs2[1] >> 8) & 0xFF) * 8; in util_cpu_detect()
285 if (cacheline > 0) in util_cpu_detect()
286 util_cpu_caps.cacheline = cacheline; in util_cpu_detect()
303 util_cpu_caps.cacheline = regs2[2] & 0xFF; in util_cpu_detect()
324 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline); in util_cpu_detect()
Du_cpu_detect.h53 unsigned cacheline; member
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in293 * In addition, this controls the spacing of cacheline-spaced size classes.
302 /* Return the smallest cacheline multiple that is >= s. */
/external/llvm/lib/Target/X86/
DREADME.txt351 Make sure the instruction which starts a loop does not cross a cacheline
355 In the new trace, the hot loop has an instruction which crosses a cacheline
358 to grab the bytes from the next cacheline.
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c974 uint alignment = MAX2(16, util_cpu_caps.cacheline); in alloc_image_data()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt106 …ne into state tracker objects: this would allow them to fit in the same cacheline and improve perf…
/external/jemalloc/
DChangeLog425 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch5063 + * the cache/cacheline performance unclear.