HomeSort by relevance Sort by last modified time
    Searched refs:FREE (Results 151 - 175 of 528) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
214 FREE((void*) dvs->state.tokens);
215 FREE( dvs );
231 FREE(vs);
draw_pt_fetch_shade_pipeline_llvm.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
102 /* First check if we've created too many variants. If so, free
226 /* First check if we've created too many variants. If so, free
416 FREE(vert_info->verts);
425 FREE(vert_info->verts);
435 FREE(vert_info->verts);
437 FREE(prim_info->primitive_lengths);
470 FREE(vert_info->verts);
472 FREE(prim_info->primitive_lengths);
601 FREE(middle)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader_drm.c 7 * Permission is hereby granted, free of charge, to any person obtaining a
223 FREE(ddev);
277 FREE(ddev->base.driver_name);
278 FREE(ddev);
  /external/mesa3d/src/gallium/auxiliary/util/
u_bitmask.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
74 FREE(bm);
324 FREE(bm->words);
325 FREE(bm);
u_cache.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
122 FREE(cache);
309 FREE(cache->entries);
310 FREE(cache);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_query.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
62 FREE(qo);
76 * spin waiting for one to become free
135 FREE(q);
145 FREE(pq);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_compute.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
195 FREE(local_mem);
235 FREE(local_mem);
236 FREE(machines);
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 7 * Permission is hereby granted, free of charge, to any person obtaining a
117 FREE(dri_sw_dt);
130 FREE(dri_sw_dt);
214 FREE(winsys);
  /external/testng/src/main/java/org/testng/internal/
DynamicGraph.java 36 * to order the free nodes when they are asked.
63 // A node is free if...
74 // Sort the free nodes if requested (e.g. priorities)
180 String FREE = "[style=filled color=yellow]";
187 color = freeNodes.contains(n) ? FREE : "";
191 color = freeNodes.contains(n) ? FREE : RUNNING;
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 267 FREE(del);
382 FREE(tt);
396 FREE(tt);
473 FREE(t);
511 FREE(this);
ev_streams.c 80 goto free;
82 goto free;
93 free:
95 FREE(new);
114 goto free;
116 goto free;
127 free:
129 FREE(new);
205 FREE(old);
  /external/drm_gralloc/
gralloc_drm_pipe.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
180 FREE(buf);
218 FREE(buf);
291 FREE(pm);
468 FREE(pm);
473 FREE(pm);
479 pm->base.free = pipe_free;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_state.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
267 FREE(hwcso);
291 FREE(hwcso);
305 FREE(hwcso);
326 FREE(hwcso);
368 FREE(target);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTBoneBatch.cpp 80 FREE(m_pnPalette);
103 FREE(m_pnPalette);
313 FREE(m_p);
413 @Output pVtxOut Output vertices (program must free() this)
483 free(pui32IdxNew);
550 free(pui32IdxNew);
640 // Free working memory
643 FREE(ppBatch);
644 FREE(pui32IdxNew);
PVRTGeometry.cpp 18 For each vertex with only one free triangle
20 Add the triangle which gives the highest triangles/vertex number (extra tris usually come for free)
25 If no block has been found, start at any free triangle and use resulting block
362 FREE(m_pVtx[m_nVtxTot].psTri);
378 FREE(m_pTri);
379 FREE(m_pEdg);
380 FREE(m_pVtx);
383 FREE(m_ppVtxByMesh);
636 FREE(psVtx);
637 FREE(psTri)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
178 FREE(vmixer);
202 FREE(vmixer->deint.filter);
207 FREE(vmixer->noise_reduction.filter);
212 FREE(vmixer->sharpness.filter);
217 FREE(vmixer->bicubic.filter);
222 FREE(vmixer);
471 FREE(vmixer->deint.filter);
482 FREE(vmixer->deint.filter);
498 FREE(vmixer->noise_reduction.filter)
    [all...]
  /external/mesa3d/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
76 FREE(res);
126 FREE(qdws);
212 FREE(res);
428 FREE(res);
441 FREE(res);
561 FREE(cbuf);
566 FREE(cbuf->res_bo);
567 FREE(cbuf);
579 FREE(cbuf->res_hlist)
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
main.c 6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2 of the License, or
17 * along with this program; if not, write to the Free Software
414 FREE(data_buffer_unaligned);
415 FREE(test->env->shared_mem);
464 FREE(pNewTest);
471 FREE(pNewTest->args);
472 FREE(pNewTest);
504 FREE(aFilespec);
529 FREE(aFilespec)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
71 FREE(__data);
109 FREE(__data);
175 FREE(__data);
234 FREE(__data);
276 FREE(__data);
350 FREE(__data);
407 FREE(__data);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
422 FREE(info->bin.syms);
435 FREE(info);
518 FREE(p->code);
520 FREE(p->fixups);
521 FREE(p->interps);
522 FREE(p->so);
525 FREE(p->cp.syms);
  /external/mesa3d/src/gallium/drivers/radeon/
r600_perfcounter.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
110 FREE(group);
113 FREE(query->counters);
269 FREE(group);
644 FREE(pc->blocks[i].group_names);
645 FREE(pc->blocks[i].selector_names);
647 FREE(pc->blocks);
648 FREE(pc);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
193 FREE(blend);
382 FREE(sampler);
566 FREE(depth_stencil);
629 FREE(ifs->decl);
632 FREE(ifs->program);
634 FREE((struct tgsi_token *)ifs->state.tokens);
640 FREE(ifs);
859 FREE(view);
1005 FREE(raster)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
124 FREE(comp->role_specific[2]);
125 FREE(comp->role_specific[1]);
126 FREE(comp->role_specific[0]);
127 FREE(comp->name_specific[2]);
128 FREE(comp->name_specific[1]);
129 FREE(comp->name_specific[0]);
132 FREE(comp->role_specific);
133 FREE(comp->name_specific);
135 FREE(comp->name)
    [all...]
  /external/mesa3d/src/gallium/winsys/virgl/vtest/
virgl_vtest_winsys.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
124 free(res->ptr);
125 FREE(res);
234 FREE(res);
407 FREE(cbuf);
419 FREE(cbuf->res_bo);
420 FREE(cbuf);
623 FREE(vtws);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symtable.py 6 SCOPE_OFF, SCOPE_MASK, FREE, GLOBAL_IMPLICIT, GLOBAL_EXPLICIT, CELL, LOCAL)
154 is_free = lambda x:((x >> SCOPE_OFF) & SCOPE_MASK) == FREE
202 return bool(self.__scope == FREE)

Completed in 782 milliseconds

1 2 3 4 5 67 8 91011>>