Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_cpu_detect.c679 util_cpu_caps.cacheline = sizeof(void *); in util_cpu_detect_once()
686 util_cpu_caps.cacheline = 32; in util_cpu_detect_once()
692 unsigned int cacheline; in util_cpu_detect_once() local
739 cacheline = ((regs2[1] >> 8) & 0xFF) * 8; in util_cpu_detect_once()
740 if (cacheline > 0) in util_cpu_detect_once()
741 util_cpu_caps.cacheline = cacheline; in util_cpu_detect_once()
788 unsigned int cacheline; in util_cpu_detect_once() local
790 cacheline = regs2[2] & 0xFF; in util_cpu_detect_once()
791 if (cacheline > 0) in util_cpu_detect_once()
792 util_cpu_caps.cacheline = cacheline; in util_cpu_detect_once()
[all …]
Du_cpu_detect.h81 unsigned cacheline; member
/third_party/ffmpeg/libavcodec/arm/
Dstartcode_armv6.S99 4: @ Get to cacheline (8-word) alignment
113 @ Preload trailing part-cacheline, if any
/third_party/mesa3d/docs/relnotes/
D10.5.5.rst66 - i965: Disallow linear blits that are not cacheline aligned.
D10.4.2.rst41 CPU cacheline size of 0 can be returned by CPUID leaf 0x80000006 in
D17.1.5.rst153 - swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned
D10.5.0.rst136 CPU cacheline size of 0 can be returned by CPUID leaf 0x80000006 in
D19.1.0.rst4004 - intel/isl: Resize clear color buffer to full cacheline
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c94 unsigned mip_align = MAX2(64, util_get_cpu_caps()->cacheline); in llvmpipe_texture_layout()
132 lpr->row_stride[level] = align(nblocksx * block_size, util_get_cpu_caps()->cacheline); in llvmpipe_texture_layout()
/third_party/openh264/codec/common/mips/
Dsatd_sad_mmi.c137 #define CACHE_SPLIT_CHECK(r0, width, cacheline) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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.
/third_party/ffmpeg/libavutil/x86/
Dx86util.asm405 movd %1, [%2-3] ;to avoid crossing a cacheline
/third_party/openh264/codec/common/x86/
Dsatd_sad.asm1919 %macro CACHE_SPLIT_CHECK 3 ; address, width, cacheline