Searched refs:CALLOC_STRUCT_CL (Results 1 – 3 of 3) sorted by relevance
95 #define CALLOC_STRUCT_CL(T) (struct T *)align_calloc(sizeof(struct T), CACHE_LINE_SIZE) macro
899 tex = CALLOC_STRUCT_CL(si_texture); in si_texture_create_object()1587 struct si_auxiliary_texture *tex = CALLOC_STRUCT_CL(si_auxiliary_texture); in si_texture_from_handle()
4314 struct si_sampler_view *view = CALLOC_STRUCT_CL(si_sampler_view); in si_create_sampler_view_custom()