HomeSort by relevance Sort by last modified time
    Searched refs:cacheline (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 53 unsigned cacheline; member in struct:util_cpu_caps
u_cpu_detect.c 258 util_cpu_caps.cacheline = 32;
264 unsigned int cacheline; local
284 cacheline = ((regs2[1] >> 8) & 0xFF) * 8;
285 if (cacheline > 0)
286 util_cpu_caps.cacheline = cacheline;
303 util_cpu_caps.cacheline = regs2[2] & 0xFF;
324 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 974 uint alignment = MAX2(16, util_cpu_caps.cacheline);
    [all...]

Completed in 2419 milliseconds