HomeSort by: relevance | last modified time | path
    Searched defs:free (Results 1 - 25 of 42) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_buffer_alloc.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
42 void (*free)(void *driver_ctx, struct intel_buffer *buffer); member in struct:intel_mapped_pinned_buffer_alloc
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_fence_work.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
35 } free; member in struct:swr_fence_work
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/
filters.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
49 pp_free_func free; /* Free function */ member in struct:pp_filter_t
55 /* name inner shaders verts init run free */
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_fence_work.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
37 } free; member in struct:swr_fence_work
  /xsrc/external/mit/MesaLib/dist/src/util/
slab.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
65 /* Free elements. */
66 struct slab_element_header *free; member in struct:slab_child_pool
u_mm.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
42 unsigned int free:1; member in struct:mem_block
56 * restrict the search to free memory after 'startSearch'
68 * Free block starts at offset
75 * Free block starts at offset
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
filters.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
49 pp_free_func free; /* Free function */ member in struct:pp_filter_t
55 /* name inner shaders verts init run free */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_mm.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
42 unsigned int free:1; member in struct:mem_block
56 * restrict the search to free memory after 'startSearch'
68 * Free block starts at offset
75 * Free block starts at offset
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mm.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
41 unsigned free:1; member in struct:mem_block
55 * restrict the search to free memory after 'startSearch'
67 * Free block starts at offset
74 * Free block starts at offset
  /xsrc/external/mit/MesaLib.old/dist/src/util/
slab.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
61 /* Free elements. */
62 struct slab_element_header *free; member in struct:slab_child_pool
  /xsrc/external/mit/libdrm/dist/intel/
mm.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
39 unsigned int free:1; member in struct:mem_block
51 * restrict the search to free memory after 'startSearch'
64 * Free block starts at offset
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_common.h 46 void *free; member in struct:__anon9399
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_common.h 46 void *free; member in struct:__anon9677
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_slab.h 5 * Permission is hereby granted, free of charge, to any person obtaining
78 struct list_head free; /* list of free pb_slab_entry structures */ member in struct:pb_slab
79 unsigned num_free; /* number of entries in free list */
87 * of entries. All entries that belong to the slab must be added to the free
100 * The callback must free the slab and all its entries. It must not call any of
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_program.c 6 * Permission is hereby granted, free of charge, to any person obtaining
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
128 * @param mask which components must be free in the temporary index that is
130 * @return -1 If there are no more free temporaries, otherwise the index of
153 int free; local
159 free = rc_find_free_temporary_list(c, used, RC_REGISTER_MAX_INDEX,
161 if (free < 0) {
165 return free;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_helpers.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
174 struct nine_range *free; member in struct:nine_range_pool
183 r->next = pool->free;
184 pool->free = r;
192 tail->next = pool->free;
193 pool->free = head;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_slab.h 5 * Permission is hereby granted, free of charge, to any person obtaining
76 struct list_head free; /* list of free pb_slab_entry structures */ member in struct:pb_slab
77 unsigned num_free; /* number of entries in free list */
85 * of entries. All entries that belong to the slab must be added to the free
98 * The callback must free the slab and all its entries. It must not call any of
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_program.c 6 * Permission is hereby granted, free of charge, to any person obtaining
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
128 * @param mask which components must be free in the temporary index that is
130 * @return -1 If there are no more free temporaries, otherwise the index of
153 int free; local
159 free = rc_find_free_temporary_list(c, used, RC_REGISTER_MAX_INDEX,
161 if (free < 0) {
165 return free;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
nine_helpers.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
174 struct nine_range *free; member in struct:nine_range_pool
183 r->next = pool->free;
184 pool->free = r;
192 tail->next = pool->free;
193 pool->free = head;
  /xsrc/external/mit/freetype/dist/src/raster/
ftmisc.h 77 FT_Free_Func free; member in struct:FT_MemoryRec_
  /xsrc/external/mit/libdrm/dist/include/drm/
sis_drm.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
62 unsigned long free; member in struct:__anon6171
  /xsrc/external/mit/libdrm/dist/nouveau/
bufctx.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
50 struct nouveau_bufref_priv *free; member in struct:nouveau_bufctx_priv
89 while ((pref = pctx->free)) {
90 pctx->free = pref->next;
91 free(pref);
93 free(pctx);
108 pref->next = pctx->free;
109 pctx->free = pref;
122 struct nouveau_bufref_priv *pref = pctx->free;
127 pctx->free = pref->next
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_dma.c 12 Permission is hereby granted, free of charge, to any person obtaining a
207 make_empty_list(&rmesa->dma.free);
224 if (is_empty_list(&rmesa->dma.free)
225 || last_elem(&rmesa->dma.free)->bo->size < size) {
243 dma_bo = last_elem(&rmesa->dma.free);
303 foreach_s(dma_bo, temp, &rmesa->dma.free) {
306 free(dma_bo);
312 free(dma_bo);
318 free(dma_bo);
348 const int expire_at = ++rmesa->dma.free.expire_counter + DMA_BO_FREE_TIME
352 size_t free = 0, local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_dma.c 12 Permission is hereby granted, free of charge, to any person obtaining a
206 make_empty_list(&rmesa->dma.free);
223 if (is_empty_list(&rmesa->dma.free)
224 || last_elem(&rmesa->dma.free)->bo->size < size) {
242 dma_bo = last_elem(&rmesa->dma.free);
302 foreach_s(dma_bo, temp, &rmesa->dma.free) {
305 free(dma_bo);
311 free(dma_bo);
317 free(dma_bo);
347 const int expire_at = ++rmesa->dma.free.expire_counter + DMA_BO_FREE_TIME
351 size_t free = 0, local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_sampler_view.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
63 struct st_sampler_view *free = NULL; local
81 /* Found a free slot, remember that */
82 free = sv;
87 if (free) {
88 sv = free;
185 * to the calling context. This is used to free any sampler views
255 /* Free the container of the current per-context sampler views */
257 free(stObj->sampler_views);
260 /* Free old sampler view containers *
    [all...]

Completed in 29 milliseconds

1 2