Searched refs:state_relocs (Results 1 – 2 of 2) sorted by relevance
140 init_reloc_list(&batch->state_relocs, 250); in intel_batchbuffer_init()301 brw->batch.saved.state_reloc_count = brw->batch.state_relocs.reloc_count; in intel_batchbuffer_save_state()320 brw->batch.state_relocs.reloc_count = brw->batch.saved.state_reloc_count; in intel_batchbuffer_reset_to_saved()340 free(batch->state_relocs.relocs); in intel_batchbuffer_free()469 replace_bo_in_reloc_list(&batch->state_relocs, in grow_buffer()562 brw->batch.state_relocs.reloc_count = 0; in brw_new_batch()799 entry->relocation_count = batch->state_relocs.reloc_count; in submit_batch()800 entry->relocs_ptr = (uintptr_t) batch->state_relocs.relocs; in submit_batch()893 brw->batch.state_relocs.reloc_count); in _intel_batchbuffer_flush_fence()1027 return emit_reloc(batch, &batch->state_relocs, state_offset, in brw_state_reloc()
509 struct brw_reloc_list state_relocs; member