Searched refs:batch_relocs (Results 1 – 4 of 4) sorted by relevance
139 init_reloc_list(&batch->batch_relocs, 250); in intel_batchbuffer_init()300 brw->batch.saved.batch_reloc_count = brw->batch.batch_relocs.reloc_count; in intel_batchbuffer_save_state()319 brw->batch.batch_relocs.reloc_count = brw->batch.saved.batch_reloc_count; in intel_batchbuffer_reset_to_saved()339 free(batch->batch_relocs.relocs); in intel_batchbuffer_free()467 replace_bo_in_reloc_list(&batch->batch_relocs, in grow_buffer()561 brw->batch.batch_relocs.reloc_count = 0; in brw_new_batch()806 entry->relocation_count = batch->batch_relocs.reloc_count; in submit_batch()807 entry->relocs_ptr = (uintptr_t) batch->batch_relocs.relocs; in submit_batch()892 brw->batch.batch_relocs.reloc_count, in _intel_batchbuffer_flush_fence()1016 return emit_reloc(batch, &batch->batch_relocs, batch_offset, in brw_batch_reloc()
508 struct brw_reloc_list batch_relocs; member
323 pipeline->batch.relocs = &pipeline->batch_relocs; in anv_pipeline_init()326 result = anv_reloc_list_init(&pipeline->batch_relocs, in anv_pipeline_init()346 anv_reloc_list_finish(&pipeline->batch_relocs, in anv_pipeline_finish()
3425 struct anv_reloc_list batch_relocs; member