| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_memory.h | 66 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 D | u_memory.h | 66 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 D | i830_context.c | 65 struct i830_context *i830 = align_calloc(sizeof(struct i830_context), 16);
|
| H A D | i915_context.c | 169 struct i915_context *i915 = align_calloc(sizeof(struct i915_context), 16);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_context.c | 150 nctx = align_calloc(sizeof(struct nv04_context), 16);
|
| H A D | nv10_context.c | 440 nctx = align_calloc(sizeof(struct nouveau_context), 16);
|
| H A D | nv20_context.c | 451 nctx = align_calloc(sizeof(struct nouveau_context), 16);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | volume9.c | 45 This->data = (uint8_t *)align_calloc(size, 32); 131 This->data_internal = align_calloc(This->layer_stride_internal *
|
| H A D | cubetexture9.c | 115 This->managed_buffer = align_calloc(6 * face_size, 32);
|
| H A D | texture9.c | 165 user_buffer = align_calloc(
|
| H A D | buffer9.c | 133 This->managed.data = align_calloc(
|
| H A D | surface9.c | 154 This->data_internal = align_calloc( 168 This->data = align_calloc(
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | volume9.c | 45 This->data = (uint8_t *)align_calloc(size, 32); 130 This->data_internal = align_calloc(This->layer_stride_internal *
|
| H A D | nine_memory_helper.c | 794 void *data = align_calloc(size, NINE_ALLOCATION_ALIGNMENT); 1079 allocation = align_calloc(size + NINE_ALLOCATION_ALIGNMENT, NINE_ALLOCATION_ALIGNMENT);
|
| H A D | buffer9.c | 163 This->managed.data = align_calloc(
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_context.c | 204 rmesa = align_calloc(sizeof(*rmesa), 16);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_context.c | 169 rmesa = align_calloc(sizeof(*rmesa), 16);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vertex.c | 515 vtx->vertex_buf = align_calloc(vb_size * max_vertex_size, 32 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.c | 876 gs->llvm_prim_ids = align_calloc(vector_size, vector_size);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_context.c | 998 struct brw_context *brw = align_calloc(sizeof(struct brw_context), 16);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 2296 - 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 D | 21.1.0.rst | 3475 - 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
|