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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_memory.h66 align_calloc(size_t size, unsigned long alignment) function in typeref:typename:void *
95 #define CALLOC_STRUCT_CL(T) (struct T *)align_calloc(sizeof(struct T), CACHE_LINE_SIZE)
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_memory.h66 align_calloc(size_t size, unsigned long alignment) function in typeref:typename:void *
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_context.c65 struct i830_context *i830 = align_calloc(sizeof(struct i830_context), 16);
H A Di915_context.c169 struct i915_context *i915 = align_calloc(sizeof(struct i915_context), 16);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_context.c150 nctx = align_calloc(sizeof(struct nv04_context), 16);
H A Dnv10_context.c440 nctx = align_calloc(sizeof(struct nouveau_context), 16);
H A Dnv20_context.c451 nctx = align_calloc(sizeof(struct nouveau_context), 16);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvolume9.c45 This->data = (uint8_t *)align_calloc(size, 32);
131 This->data_internal = align_calloc(This->layer_stride_internal *
H A Dcubetexture9.c115 This->managed_buffer = align_calloc(6 * face_size, 32);
H A Dtexture9.c165 user_buffer = align_calloc(
H A Dbuffer9.c133 This->managed.data = align_calloc(
H A Dsurface9.c154 This->data_internal = align_calloc(
168 This->data = align_calloc(
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvolume9.c45 This->data = (uint8_t *)align_calloc(size, 32);
130 This->data_internal = align_calloc(This->layer_stride_internal *
H A Dnine_memory_helper.c794 void *data = align_calloc(size, NINE_ALLOCATION_ALIGNMENT);
1079 allocation = align_calloc(size + NINE_ALLOCATION_ALIGNMENT, NINE_ALLOCATION_ALIGNMENT);
H A Dbuffer9.c163 This->managed.data = align_calloc(
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_context.c204 rmesa = align_calloc(sizeof(*rmesa), 16);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c169 rmesa = align_calloc(sizeof(*rmesa), 16);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex.c515 vtx->vertex_buf = align_calloc(vb_size * max_vertex_size, 32 );
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c876 gs->llvm_prim_ids = align_calloc(vector_size, vector_size);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c998 struct brw_context *brw = align_calloc(sizeof(struct brw_context), 16);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A 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
H A 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

Completed in 44 milliseconds