Home
last modified time | relevance | path

Searched refs:brw_bo_unreference (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffer_objects.c119 brw_bo_unreference(intel_obj->buffer); in release_buffer()
167 brw_bo_unreference(intel_obj->buffer); in brw_delete_buffer()
281 brw_bo_unreference(intel_obj->buffer); in brw_buffer_subdata()
303 brw_bo_unreference(temp_bo); in brw_buffer_subdata()
428 brw_bo_unreference(intel_obj->buffer); in brw_map_buffer_range()
437 brw_bo_unreference(intel_obj->buffer); in brw_map_buffer_range()
584 brw_bo_unreference(intel_obj->range_map_bo[index]); in brw_unmap_buffer()
Dbrw_queryobj.c217 brw_bo_unreference(query->bo); in brw_queryobj_get_results()
249 brw_bo_unreference(query->bo); in brw_delete_query()
289 brw_bo_unreference(query->bo); in brw_begin_query()
304 brw_bo_unreference(query->bo); in brw_begin_query()
531 brw_bo_unreference(query->bo); in brw_query_counter()
Dbrw_context.c1098 brw_bo_unreference(brw->curbe.curbe_bo); in intelDestroyContext()
1100 brw_bo_unreference(brw->vs.base.scratch_bo); in intelDestroyContext()
1101 brw_bo_unreference(brw->tcs.base.scratch_bo); in intelDestroyContext()
1102 brw_bo_unreference(brw->tes.base.scratch_bo); in intelDestroyContext()
1103 brw_bo_unreference(brw->gs.base.scratch_bo); in intelDestroyContext()
1104 brw_bo_unreference(brw->wm.base.scratch_bo); in intelDestroyContext()
1106 brw_bo_unreference(brw->vs.base.push_const_bo); in intelDestroyContext()
1107 brw_bo_unreference(brw->tcs.base.push_const_bo); in intelDestroyContext()
1108 brw_bo_unreference(brw->tes.base.push_const_bo); in intelDestroyContext()
1109 brw_bo_unreference(brw->gs.base.push_const_bo); in intelDestroyContext()
[all …]
Dbrw_sync.c99 brw_bo_unreference(fence->batch_bo); in brw_fence_finish()
153 brw_bo_unreference(fence->batch_bo); in brw_fence_insert_locked()
214 brw_bo_unreference(fence->batch_bo); in brw_fence_has_completed_locked()
274 brw_bo_unreference(fence->batch_bo); in brw_fence_client_wait_locked()
Dintel_upload.c55 brw_bo_unreference(brw->upload.bo); in intel_upload_finish()
110 brw_bo_unreference(*out_bo); in intel_upload_space()
Dintel_batchbuffer.c188 brw_bo_unreference(batch->last_bo); in intel_batchbuffer_reset()
239 brw_bo_unreference(brw->batch.exec_bos[i]); in intel_batchbuffer_reset_to_saved()
259 brw_bo_unreference(batch->exec_bos[i]); in intel_batchbuffer_free()
266 brw_bo_unreference(batch->last_bo); in intel_batchbuffer_free()
267 brw_bo_unreference(batch->batch.bo); in intel_batchbuffer_free()
268 brw_bo_unreference(batch->state.bo); in intel_batchbuffer_free()
290 brw_bo_unreference(old_bo); in finish_growing_bos()
686 brw_bo_unreference(brw->batch.exec_bos[i]); in brw_new_batch()
694 brw_bo_unreference(brw->batch.state.bo); in brw_new_batch()
815 brw_bo_unreference(brw->throttle_batch[1]); in throttle()
Dintel_screen.c453 brw_bo_unreference(image->bo); in intel_setup_image_from_mipmap_tree()
518 brw_bo_unreference(image->bo); in intel_create_image_from_renderbuffer()
597 brw_bo_unreference(image->bo); in intel_destroy_image()
832 brw_bo_unreference(bo); in intel_unmap_image()
1063 brw_bo_unreference(aux); in intel_create_image_from_fds_common()
1065 brw_bo_unreference(image->bo); in intel_create_image_from_fds_common()
1103 brw_bo_unreference(image->bo); in intel_create_image_from_fds_common()
1132 brw_bo_unreference(image->bo); in intel_create_image_from_fds_common()
1141 brw_bo_unreference(image->bo); in intel_create_image_from_fds_common()
1160 brw_bo_unreference(image->bo); in intel_create_image_from_fds_common()
[all …]
Dbrw_draw.c287 brw_bo_unreference(brw->vb.buffers[i].bo); in brw_merge_inputs()
771 brw_bo_unreference(brw->draw.draw_params_count_bo); in brw_finish_drawing()
841 brw_bo_unreference(brw->draw.draw_params_bo); in brw_draw_single_prim()
865 brw_bo_unreference(brw->draw.draw_id_bo); in brw_draw_single_prim()
1084 brw_bo_unreference(brw->vb.buffers[i].bo); in brw_draw_destroy()
1094 brw_bo_unreference(brw->ib.bo); in brw_draw_destroy()
Dgen6_queryobj.c312 brw_bo_unreference(query->bo); in gen6_queryobj_get_results()
331 brw_bo_unreference(query->bo); in gen6_begin_query()
Dgen6_sol.c216 brw_bo_unreference(brw_obj->offset_bo); in brw_delete_transform_feedback()
217 brw_bo_unreference(brw_obj->prim_count_bo); in brw_delete_transform_feedback()
Dbrw_bufmgr.h234 void brw_bo_unreference(struct brw_bo *bo);
Dbrw_object_purgeable.c128 brw_bo_unreference(intel->buffer); in intel_buffer_object_unpurgeable()
Dbrw_program.c342 brw_bo_unreference(old_bo); in brw_get_scratch_bo()
366 brw_bo_unreference(stage_state->scratch_bo); in brw_alloc_stage_scratch()
708 brw_bo_unreference(brw->shader_time.bo); in brw_destroy_shader_time()
Dbrw_program_cache.c242 brw_bo_unreference(cache->bo); in brw_cache_new_bo()
477 brw_bo_unreference(cache->bo); in brw_destroy_cache()
Dbrw_pipe_control.c589 brw_bo_unreference(brw->workaround_bo); in brw_fini_pipe_control()
Dbrw_performance_query.c1200 brw_bo_unreference(obj->oa.bo); in brw_begin_perf_query()
1255 brw_bo_unreference(obj->pipeline_stats.bo); in brw_begin_perf_query()
1557 brw_bo_unreference(obj->oa.bo); in brw_delete_perf_query()
1566 brw_bo_unreference(obj->pipeline_stats.bo); in brw_delete_perf_query()
Dgen6_constant_state.c274 brw_bo_unreference(const_bo); in brw_upload_pull_constants()
Dbrw_blorp.c835 brw_bo_unreference(bo); in blorp_get_client_bo()
984 brw_bo_unreference(src_bo); in brw_blorp_upload_miptree()
1128 brw_bo_unreference(dst_bo); in brw_blorp_download_miptree()
Dbrw_draw_upload.c747 brw_bo_unreference(brw->ib.bo); in brw_upload_indices()
Dintel_mipmap_tree.c1213 brw_bo_unreference(aux_buf->bo); in intel_miptree_aux_buffer_free()
1230 brw_bo_unreference((*mt)->bo); in intel_miptree_release()
1658 brw_bo_unreference(mt->mcs_buf->bo); in intel_miptree_init_mcs()
2828 brw_bo_unreference(mt->mcs_buf->bo); in intel_miptree_make_shareable()
Dbrw_bufmgr.c653 brw_bo_unreference(struct brw_bo *bo) in brw_bo_unreference() function