HomeSort by: relevance | last modified time | path
    Searched refs:CACHE_LINE_SIZE (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
u_memory.h 94 #define MALLOC_STRUCT_CL(T) (struct T *)align_malloc(sizeof(struct T), CACHE_LINE_SIZE)
95 #define CALLOC_STRUCT_CL(T) (struct T *)align_calloc(sizeof(struct T), CACHE_LINE_SIZE)
macros.h 481 #ifndef CACHE_LINE_SIZE
482 #define CACHE_LINE_SIZE 64
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_compiler.h 173 union { char __cl_space[CACHE_LINE_SIZE]; \
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_context.h 29 #define CACHE_LINE_SIZE 1024 /* TODO */
  /xsrc/external/mit/pixman/dist/pixman/
pixman-fast-path.c 1569 #define CACHE_LINE_SIZE 64
1625 const int TILE_SIZE = CACHE_LINE_SIZE / sizeof(pix_type); \
1634 if ((uintptr_t)dst & (CACHE_LINE_SIZE - 1)) \
1637 (CACHE_LINE_SIZE - 1)) / sizeof(pix_type)); \
1655 if ((uintptr_t)(dst + W) & (CACHE_LINE_SIZE - 1)) \
1658 (CACHE_LINE_SIZE - 1)) / sizeof(pix_type)); \
1699 const int TILE_SIZE = CACHE_LINE_SIZE / sizeof(pix_type); \
1708 if ((uintptr_t)dst & (CACHE_LINE_SIZE - 1)) \
1711 (CACHE_LINE_SIZE - 1)) / sizeof(pix_type)); \
1728 if ((uintptr_t)(dst + W) & (CACHE_LINE_SIZE - 1))
    [all...]

Completed in 67 milliseconds