Home
last modified time | relevance | path

Searched refs:batch_relocs (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c94 init_reloc_list(&batch->batch_relocs, 250); in intel_batchbuffer_init()
229 brw->batch.saved.batch_reloc_count = brw->batch.batch_relocs.reloc_count; in intel_batchbuffer_save_state()
241 brw->batch.batch_relocs.reloc_count = brw->batch.saved.batch_reloc_count; in intel_batchbuffer_reset_to_saved()
261 free(batch->batch_relocs.relocs); in intel_batchbuffer_free()
379 replace_bo_in_reloc_list(&batch->batch_relocs, in grow_buffer()
689 brw->batch.batch_relocs.reloc_count = 0; in brw_new_batch()
945 entry->relocation_count = batch->batch_relocs.reloc_count; in submit_batch()
946 entry->relocs_ptr = (uintptr_t) batch->batch_relocs.relocs; in submit_batch()
1023 brw->batch.batch_relocs.reloc_count, in _intel_batchbuffer_flush_fence()
1106 return emit_reloc(batch, &batch->batch_relocs, batch_offset, in brw_batch_reloc()
Dbrw_context.h503 struct brw_reloc_list batch_relocs; member
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c218 anv_reloc_list_finish(&pipeline->batch_relocs, in anv_DestroyPipeline()
1284 result = anv_reloc_list_init(&pipeline->batch_relocs, alloc); in anv_pipeline_init()
1291 pipeline->batch.relocs = &pipeline->batch_relocs; in anv_pipeline_init()
1414 anv_reloc_list_finish(&pipeline->batch_relocs, alloc); in anv_pipeline_init()
DgenX_pipeline.c1763 result = anv_reloc_list_init(&pipeline->batch_relocs,
1771 pipeline->batch.relocs = &pipeline->batch_relocs;
Danv_private.h2122 struct anv_reloc_list batch_relocs; member