Searched refs:CALLOC_STRUCT_CL (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_memory.h95 #define CALLOC_STRUCT_CL(T) (struct T *)align_calloc(sizeof(struct T), CACHE_LINE_SIZE) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c905 tex = CALLOC_STRUCT_CL(si_texture);
1593 struct si_auxiliary_texture *tex = CALLOC_STRUCT_CL(si_auxiliary_texture);
H A Dsi_state.c4314 struct si_sampler_view *view = CALLOC_STRUCT_CL(si_sampler_view);

Completed in 13 milliseconds