Home
last modified time | relevance | path

Searched refs:align_calloc (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/
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/
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()
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()
Dbuffer9.c163 This->managed.data = align_calloc( in NineBuffer9_ctor()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c879 gs->llvm_prim_ids = align_calloc(vector_size, vector_size); in draw_create_geometry_shader()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2296 - i915: use align_calloc for the context to fix m32 crashes
2297 - radeon,r200: use align_calloc for the context to fix m32 crashes
2298 - nouveau_vieux: use align_calloc for the context to fix m32 crashes
D21.1.0.rst3475 - i915: use align_calloc for the context to fix m32 crashes
3476 - radeon,r200: use align_calloc for the context to fix m32 crashes
3477 - nouveau_vieux: use align_calloc for the context to fix m32 crashes