Searched refs:state_relocs (Results 1 – 2 of 2) sorted by relevance
95 init_reloc_list(&batch->state_relocs, 250); in intel_batchbuffer_init()230 brw->batch.saved.state_reloc_count = brw->batch.state_relocs.reloc_count; in intel_batchbuffer_save_state()242 brw->batch.state_relocs.reloc_count = brw->batch.saved.state_reloc_count; in intel_batchbuffer_reset_to_saved()262 free(batch->state_relocs.relocs); in intel_batchbuffer_free()381 replace_bo_in_reloc_list(&batch->state_relocs, in grow_buffer()690 brw->batch.state_relocs.reloc_count = 0; in brw_new_batch()938 entry->relocation_count = batch->state_relocs.reloc_count; in submit_batch()939 entry->relocs_ptr = (uintptr_t) batch->state_relocs.relocs; in submit_batch()1024 brw->batch.state_relocs.reloc_count); in _intel_batchbuffer_flush_fence()1117 return emit_reloc(batch, &batch->state_relocs, state_offset, in brw_state_reloc()
504 struct brw_reloc_list state_relocs; member