Home
last modified time | relevance | path

Searched refs:align_calloc (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
H A Du_memory.h66 align_calloc(size_t size, unsigned long alignment) in align_calloc() function
95 #define CALLOC_STRUCT_CL(T) (struct T *)align_calloc(sizeof(struct T), CACHE_LINE_SIZE)
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolume9.c45 This->data = (uint8_t *)align_calloc(size, 32); in NineVolume9_AllocateData()
130 This->data_internal = align_calloc(This->layer_stride_internal * in NineVolume9_ctor()
H A Dnine_memory_helper.c794 void *data = align_calloc(size, NINE_ALLOCATION_ALIGNMENT); in nine_allocate()
1079 allocation = align_calloc(size + NINE_ALLOCATION_ALIGNMENT, NINE_ALLOCATION_ALIGNMENT); in nine_allocate()
H A Dbuffer9.c163 This->managed.data = align_calloc( in NineBuffer9_ctor()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c879 gs->llvm_prim_ids = align_calloc(vector_size, vector_size); in draw_create_geometry_shader()

Completed in 6 milliseconds