Home
last modified time | relevance | path

Searched refs:crocus_bo_unreference (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c521 crocus_bo_unreference(batch->command.bo); in crocus_batch_reset()
522 crocus_bo_unreference(batch->state.bo); in crocus_batch_reset()
553 crocus_bo_unreference(batch->exec_bos[i]); in crocus_batch_free()
573 crocus_bo_unreference(batch->command.bo); in crocus_batch_free()
574 crocus_bo_unreference(batch->state.bo); in crocus_batch_free()
620 crocus_bo_unreference(old_bo); in finish_growing_bos()
982 crocus_bo_unreference(bo); in _crocus_batch_flush()
Dcrocus_program_cache.c154 crocus_bo_unreference(ice->shaders.cache_bo); in crocus_cache_new_bo()
307 crocus_bo_unreference(ice->shaders.cache_bo); in crocus_destroy_program_cache()
Dcrocus_bufmgr.h211 static inline void crocus_bo_unreference(struct crocus_bo *bo) in crocus_bo_unreference() function
Dcrocus_resource.c326 crocus_bo_unreference(res->aux.bo); in crocus_resource_disable_aux()
351 crocus_bo_unreference(res->bo); in crocus_resource_destroy()
1143 crocus_bo_unreference(old_bo); in crocus_replace_buffer_storage()
1192 crocus_bo_unreference(old_bo); in crocus_invalidate_resource()
1988 crocus_bo_unreference(memobj->bo); in crocus_memobj_destroy()
Dcrocus_context.c200 crocus_bo_unreference(ice->workaround_bo); in crocus_destroy_context()
Dcrocus_monitor.c190 perf_cfg->vtbl.bo_unreference = (bo_unreference_t)crocus_bo_unreference; in crocus_monitor_init_metrics()