Home
last modified time | relevance | path

Searched refs:FREE (Results 1 – 25 of 673) sorted by relevance

12345678910>>...27

/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c125 FREE(drv); in VA_DRIVER_INIT_FUNC()
139 FREE(drv); in VA_DRIVER_INIT_FUNC()
147 FREE(drv); in VA_DRIVER_INIT_FUNC()
204 FREE(drv); in VA_DRIVER_INIT_FUNC()
258 FREE(context); in vlVaCreateContext()
263 FREE(context->desc.h264.pps); in vlVaCreateContext()
264 FREE(context); in vlVaCreateContext()
274 FREE(context); in vlVaCreateContext()
279 FREE(context->desc.h265.pps); in vlVaCreateContext()
280 FREE(context); in vlVaCreateContext()
[all …]
Dconfig.c208 FREE(config); in vlVaCreateConfig()
226 FREE(config); in vlVaCreateConfig()
236 FREE(config); in vlVaCreateConfig()
246 FREE(config); in vlVaCreateConfig()
254 FREE(config); in vlVaCreateConfig()
277 FREE(config); in vlVaCreateConfig()
316 FREE(config); in vlVaDestroyConfig()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c107 FREE(r300->aa_state.state); in r300_destroy_context()
108 FREE(r300->blend_color_state.state); in r300_destroy_context()
109 FREE(r300->clip_state.state); in r300_destroy_context()
110 FREE(r300->fb_state.state); in r300_destroy_context()
111 FREE(r300->gpu_flush.state); in r300_destroy_context()
112 FREE(r300->hyperz_state.state); in r300_destroy_context()
113 FREE(r300->invariant_state.state); in r300_destroy_context()
114 FREE(r300->rs_block_state.state); in r300_destroy_context()
115 FREE(r300->sample_mask.state); in r300_destroy_context()
116 FREE(r300->scissor_state.state); in r300_destroy_context()
[all …]
/external/ltp/testcases/kernel/io/disktest/
Ddump.c139 FREE(ibuff); in dump_data()
166 FREE(ibuff); in dump_data()
167 FREE(obuff); in dump_data()
171 FREE(ibuff); in dump_data()
172 FREE(obuff); in dump_data()
195 FREE(buff); in do_dump()
202 FREE(buff); in do_dump()
218 FREE(buff); in do_dump()
Dthreading.c140 FREE(pTmpThreadLast); in cleanUpTestChildren()
205 FREE(pLastTest->env->action_list); in cleanUp()
206 FREE(pLastTest->args); in cleanUp()
207 FREE(pLastTest->env); in cleanUp()
208 FREE(pLastTest); in cleanUp()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DOpenIntToDoubleHashMap.java43 protected static final byte FREE = 0; field in OpenIntToDoubleHashMap
186 if (states[index] == FREE) { in get()
191 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in get()
216 if (states[index] == FREE) { in containsKey()
221 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in containsKey()
274 if (states[index] == FREE) { in findInsertionIndex()
294 if (states[index] == FREE) { in findInsertionIndex()
307 if (states[index] == FREE) { in findInsertionIndex()
360 if (states[index] == FREE) { in remove()
365 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in remove()
DOpenIntToFieldHashMap.java46 protected static final byte FREE = 0; field in OpenIntToFieldHashMap
198 if (states[index] == FREE) { in get()
203 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in get()
228 if (states[index] == FREE) { in containsKey()
233 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in containsKey()
286 if (states[index] == FREE) { in findInsertionIndex()
306 if (states[index] == FREE) { in findInsertionIndex()
319 if (states[index] == FREE) { in findInsertionIndex()
372 if (states[index] == FREE) { in remove()
377 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) { in remove()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c120 FREE(batch); in init_perf_monitor()
124 FREE(batch); in init_perf_monitor()
139 FREE(stm->active_counters); in reset_perf_monitor()
147 FREE(stm->batch_result); in reset_perf_monitor()
167 FREE(stm); in st_DeletePerfMonitor()
445 FREE(stgroups[gid].counters); in st_InitPerfMonitorGroups()
446 FREE((void *)groups[gid].Counters); in st_InitPerfMonitorGroups()
448 FREE(stgroups); in st_InitPerfMonitorGroups()
450 FREE(groups); in st_InitPerfMonitorGroups()
460 FREE(st->perfmon[gid].counters); in st_destroy_perfmon()
[all …]
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_connection.c59 FREE(c); in rbug_disconnect()
97 FREE(data); in rbug_get_message()
106 FREE(data); in rbug_get_message()
124 FREE(header->__message); in rbug_free_header()
125 FREE(header); in rbug_free_header()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c86 FREE((void *) var->tokens); in create_fs_variant()
137 FREE(state); in softpipe_create_fs_state()
199 FREE(state); in softpipe_delete_fs_state()
231 FREE( state->draw_data ); in softpipe_create_vs_state()
232 FREE( state ); in softpipe_create_vs_state()
261 FREE( state ); in softpipe_delete_vs_state()
301 FREE( state->draw_data ); in softpipe_create_gs_state()
302 FREE( state ); in softpipe_create_gs_state()
334 FREE(state); in softpipe_delete_gs_state()
428 FREE(state); in softpipe_delete_compute_state()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_objects.c80 FREE(rb_resource); in rbug_resource_destroy()
121 FREE(rb_surface); in rbug_surface_destroy()
157 FREE(rb_view); in rbug_sampler_view_destroy()
198 FREE(rb_transfer); in rbug_transfer_destroy()
247 FREE(rb_shader->replaced_tokens); in rbug_shader_destroy()
248 FREE(rb_shader->tokens); in rbug_shader_destroy()
249 FREE(rb_shader); in rbug_shader_destroy()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c135 FREE(fbuf->map_frame); in debug_flush_buf_reference()
137 FREE(fbuf); in debug_flush_buf_reference()
148 FREE(item->ref_frame); in debug_flush_item_destroy()
150 FREE(item); in debug_flush_item_destroy()
176 FREE(fctx); in debug_flush_ctx_create()
207 FREE((void *)frame); in debug_flush_alert()
265 FREE(fbuf->map_frame); in debug_flush_unmap()
403 FREE(fctx); in debug_flush_ctx_destroy()
Du_hash_table.c90 FREE(ht); in util_hash_table_create()
172 FREE(item); in util_hash_table_set()
221 FREE(item); in util_hash_table_remove()
240 FREE(item); in util_hash_table_clear()
286 FREE(item); in util_hash_table_destroy()
292 FREE(ht); in util_hash_table_destroy()
Du_ringbuffer.c43 FREE(ring->buf); in util_ringbuffer_create()
44 FREE(ring); in util_ringbuffer_create()
52 FREE(ring->buf); in util_ringbuffer_destroy()
53 FREE(ring); in util_ringbuffer_destroy()
/external/mesa3d/src/amd/common/
Dac_binary.c182 FREE(elf_buffer); in ac_elf_read()
306 FREE(b->code); in ac_shader_binary_clean()
307 FREE(b->config); in ac_shader_binary_clean()
308 FREE(b->rodata); in ac_shader_binary_clean()
309 FREE(b->global_symbol_offsets); in ac_shader_binary_clean()
310 FREE(b->relocs); in ac_shader_binary_clean()
311 FREE(b->disasm_string); in ac_shader_binary_clean()
312 FREE(b->llvm_ir_string); in ac_shader_binary_clean()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c95 FREE(state); in delete_blend_state()
103 FREE(state); in delete_depth_stencil_state()
111 FREE(state); in delete_sampler_state()
119 FREE(state); in delete_rasterizer_state()
127 FREE(state); in delete_velements()
150 FREE(state); in delete_cso()
297 FREE(sc); in cso_cache_delete()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.c95 FREE(state); in delete_blend_state()
103 FREE(state); in delete_depth_stencil_state()
111 FREE(state); in delete_sampler_state()
119 FREE(state); in delete_rasterizer_state()
127 FREE(state); in delete_velements()
150 FREE(state); in delete_cso()
297 FREE(sc); in cso_cache_delete()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_hash_table.c92 FREE(ht); in util_hash_table_create()
175 FREE(item); in util_hash_table_set()
225 FREE(item); in util_hash_table_remove()
245 FREE(item); in util_hash_table_clear()
292 FREE(item); in util_hash_table_destroy()
298 FREE(ht); in util_hash_table_destroy()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTBoneBatch.h67 FREE(pnBatches); in Release()
68 FREE(pnBatchBoneCnt); in Release()
69 FREE(pnBatchOffset); in Release()
DPVRTModelPOD.cpp244 FREE(pData); in Reset()
1735 FREE(pszVersion);
2167 FREE(pCamera[i].pfAnimFOV);
2168 FREE(pCamera);
2170 FREE(pLight);
2174 FREE(pMaterial[i].pszName);
2175 FREE(pMaterial[i].pszEffectFile);
2176 FREE(pMaterial[i].pszEffectName);
2177 FREE(pMaterial[i].pUserData);
2179 FREE(pMaterial);
[all …]
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c59 FREE(query); in noop_destroy_query()
116 FREE(nresource); in noop_resource_create()
164 FREE(nresource->data); in noop_resource_destroy()
165 FREE(resource); in noop_resource_destroy()
206 FREE(transfer); in noop_transfer_unmap()
296 FREE(ctx); in noop_destroy_context()
323 FREE(ctx); in noop_create_context()
435 FREE(screen); in noop_destroy_screen()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_slab.c219 FREE(slab->buffers); in pb_slab_buffer_destroy()
220 FREE(slab); in pb_slab_buffer_destroy()
366 FREE(slab); in pb_slab_create()
448 FREE(mgr); in pb_slab_manager_destroy()
527 FREE(mgr->buckets); in pb_slab_range_manager_destroy()
528 FREE(mgr->bucketSizes); in pb_slab_range_manager_destroy()
529 FREE(mgr); in pb_slab_range_manager_destroy()
584 FREE(mgr->buckets); in pb_slab_range_manager_create()
586 FREE(mgr); in pb_slab_range_manager_create()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline.c285 FREE(vert_info->verts); in fetch_pipeline_generic()
299 FREE(vert_info->verts); in fetch_pipeline_generic()
308 FREE(vert_info->verts); in fetch_pipeline_generic()
318 FREE(vert_info->verts); in fetch_pipeline_generic()
320 FREE(prim_info->primitive_lengths); in fetch_pipeline_generic()
355 FREE(vert_info->verts); in fetch_pipeline_generic()
357 FREE(prim_info->primitive_lengths); in fetch_pipeline_generic()
487 FREE(middle); in fetch_pipeline_destroy()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dcontext.c238 FREE(context_priv); in XvMCCreateContext()
246 FREE(context_priv); in XvMCCreateContext()
264 FREE(context_priv); in XvMCCreateContext()
273 FREE(context_priv); in XvMCCreateContext()
283 FREE(context_priv); in XvMCCreateContext()
338 FREE(context_priv); in XvMCDestroyContext()
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp95 FREE(winsys); in CreateScreen()
147 FREE(context->stVisual); in CreateContext()
194 FREE(context); in CreateContext()
223 FREE(context->stVisual); in CreateContext()
224 FREE(context); in CreateContext()
264 FREE(fContext[contextID]); in DestroyContext()

12345678910>>...27