Home
last modified time | relevance | path

Searched refs:state_relocs (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c148 init_reloc_list(&batch->state_relocs, 250); in brw_batch_init()
313 brw->batch.saved.state_reloc_count = brw->batch.state_relocs.reloc_count; in brw_batch_save_state()
332 brw->batch.state_relocs.reloc_count = brw->batch.saved.state_reloc_count; in brw_batch_reset_to_saved()
352 free(batch->state_relocs.relocs); in brw_batch_free()
481 replace_bo_in_reloc_list(&batch->state_relocs, in grow_buffer()
574 brw->batch.state_relocs.reloc_count = 0; in brw_new_batch()
819 entry->relocation_count = batch->state_relocs.reloc_count; in submit_batch()
820 entry->relocs_ptr = (uintptr_t) batch->state_relocs.relocs; in submit_batch()
913 brw->batch.state_relocs.reloc_count); in _brw_batch_flush_fence()
1047 return emit_reloc(batch, &batch->state_relocs, state_offset, in brw_state_reloc()
Dbrw_context.h498 struct brw_reloc_list state_relocs; member