Searched refs:CACHE_LINE_SIZE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_memory.h94 #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)
H A Dmacros.h481 #ifndef CACHE_LINE_SIZE
482 #define CACHE_LINE_SIZE 64 macro
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_compiler.h173 union { char __cl_space[CACHE_LINE_SIZE]; \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h29 #define CACHE_LINE_SIZE 1024 /* TODO */ macro
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-fast-path.c1569 #define CACHE_LINE_SIZE 64 macro
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
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst440 - panfrost: Remove CACHE_LINE_SIZE #define

Completed in 14 milliseconds