Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_memory.h95 #define CALLOC_STRUCT_CL(T) (struct T *)align_calloc(sizeof(struct T), CACHE_LINE_SIZE) macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c899 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()
Dsi_state.c4314 struct si_sampler_view *view = CALLOC_STRUCT_CL(si_sampler_view); in si_create_sampler_view_custom()